Viktor Kojouharov
b0d4ef2ea9
info popup for gadcon clients
...
SVN revision: 31432
16 years ago
Miculcy Brian
f00826e9e2
Do not allow to kill internal windows using the kill keybinding.
...
SVN revision: 31426
16 years ago
Viktor Kojouharov
c00058832b
ecore api change
...
SVN revision: 31411
16 years ago
Carsten Haitzler
28abfe9f2d
remove unref - see comment in diff
...
16 years ago
Carsten Haitzler
33e5c2d4b2
workin' on my wiz.
...
16 years ago
lok
e8c285ddb6
BSD compatibility.
...
SVN revision: 31382
16 years ago
Sebastian Dransfeld
81c825ce00
Don't use strlen to check for empty string.
...
SVN revision: 31381
16 years ago
Christopher Michael
4f56af6521
No need to assign an eco here. Add safety to be sure _e_configure is NULL.
...
Thanks englebass.
SVN revision: 31380
16 years ago
Christopher Michael
adcd7517f8
When the module gets unloaded, kill open Config Panels. If left open, they
...
cause segfaults for things like mouse_events on buttons, etc, etc.
SVN revision: 31379
16 years ago
Carsten Haitzler
8128302bd5
lok's xdnd work
...
16 years ago
Eric Schuele
549fc86562
I suspect this was intended.
...
SVN revision: 31375
16 years ago
Sebastian Dransfeld
4480e0a947
Better check for 0 stringlength.
...
SVN revision: 31369
16 years ago
Christopher Michael
c865286d76
Removed unused variable.
...
SVN revision: 31358
16 years ago
Carsten Haitzler
910fa44c0c
fix right clikc when multiple files are selected not to desel other files
...
16 years ago
Christopher Michael
6b9fe07177
Rework the Modules dialog so that it loads a lot faster.
...
Uses hashes now instead of lists, and doesn't loop the widget_ilist items as
much.
Still need to add back in the dir monitors, but need some sleep :)
SVN revision: 31323
16 years ago
Christopher Michael
68d30a59db
Be sure to set the ilist item->selected to 0 when calling e_ilist_unselect.
...
SVN revision: 31321
16 years ago
Sebastian Dransfeld
67ee15f072
Add macro to free lists.
...
SVN revision: 31317
16 years ago
Christopher Michael
285c459983
Remove useless function proto.
...
SVN revision: 31313
16 years ago
Christopher Michael
bd2cf1848b
Delete event callbacks when e_entry is deleted.
...
Allow apps/modules to trap a "key_down" event for e_widget_entry.
SVN revision: 31311
16 years ago
Christopher Michael
26478b961c
Fix config file versioning so that properties get saved correctly & restored
...
on a restart.
SVN revision: 31306
16 years ago
Sebastian Dransfeld
8dd584238e
remove unused variable
...
SVN revision: 31299
16 years ago
Sebastian Dransfeld
9d6a1bb73e
ignore
...
SVN revision: 31298
16 years ago
Sebastian Dransfeld
51e232b6a1
Function is gone.
...
SVN revision: 31297
16 years ago
Sebastian Dransfeld
5e81cf9a98
Correct function defintion
...
SVN revision: 31296
16 years ago
Sebastian Dransfeld
15b3961638
Include header for function declaration.
...
SVN revision: 31295
16 years ago
Christopher Michael
e00e9f6b84
Implement Config File Version support for Fileman module as I know more
...
options will get added in the future. Sorry for the initial config wipe
people but this way we can avoid future problems.
SVN revision: 31289
16 years ago
Christopher Michael
eb16f16b48
Remove Profiles from the Config Submenu, doesn't need to be there.
...
Fix some formatting.
SVN revision: 31282
16 years ago
Christopher Michael
efbde4e98a
Add File Icons to the Fileman Category of Config Panel.
...
Fix a compiler warning.
SVN revision: 31281
16 years ago
Christopher Michael
a37cff5148
Add Fileman config to Configuration Panel when module loaded.
...
SVN revision: 31280
16 years ago
Christopher Michael
5b13763f3f
Enable some different View Modes. Most disabled for now until they work
...
better.
SVN revision: 31278
16 years ago
Christopher Michael
32d15a5ff6
Rfresh existing fm's when config properties change.
...
SVN revision: 31276
16 years ago
Christopher Michael
934f311ffa
Add options for showing Full Path in the window & option to disable Desktop
...
Icons.
SVN revision: 31274
16 years ago
Christopher Michael
3e63519a9a
Set correct window title when we navigate to different places.
...
SVN revision: 31273
16 years ago
Christopher Michael
7bfdc90806
Do not allow Desktop folders to open in place.
...
SVN revision: 31272
16 years ago
Carsten Haitzler
dd9a509678
working on wizard - nothing yet. dont use it! you'll regret it!
...
16 years ago
Christopher Michael
d5c9007667
Autoload fileman module on new configs.
...
SVN revision: 31264
16 years ago
Carsten Haitzler
0c68584f44
wizard skeleton. no code (yet).
...
16 years ago
Christopher Michael
367a84179b
Remove e_fwin.c/.h as they are in fileman module now.
...
SVN revision: 31259
16 years ago
Christopher Michael
7935a4da9f
Adding fileman as a module. This commit includes necessary changes to
...
e_zone, e_int_menus, etc, etc to make this happen.
SVN revision: 31258
16 years ago
Christopher Michael
7f23b7cd9c
Add fileman module to build process.
...
SVN revision: 31257
16 years ago
Christopher Michael
b2aa6a27fe
Add file manager as a module.
...
SVN revision: 31256
16 years ago
Christopher Michael
8205067776
Remove Show Desktop Icons option in prep for fileman module going in cvs.
...
SVN revision: 31255
16 years ago
Christopher Michael
d39e73aba2
Check that the dropshadow config dialog is not already open before we create
...
another one.
SVN revision: 31251
16 years ago
Miculcy Brian
c2fc7b6a81
Checkbox for composite.
...
SVN revision: 31250
16 years ago
Christopher Michael
8557965fd6
Move adding the extra separator on menu to the function that is calling the
...
"menu extend" so that we don't end up with extra separators at the end of
the menu.
SVN revision: 31239
16 years ago
Carsten Haitzler
69c89fe5c1
god damn.. chasing that bad mem access was tricky. found it after futzing
...
16 years ago
lok
aec4cc9204
Fix the segv at restart.
...
SVN revision: 31203
16 years ago
Miculcy Brian
348c00eed6
Don't show menu entry for configuring virtual desktops if conf_desks isn't loaded.
...
SVN revision: 31199
16 years ago
Carsten Haitzler
6372896d9d
adjust todo - working on fm_main - can't seem to get hal to mount removable
...
16 years ago
Carsten Haitzler
a9ad787fe2
remove old config callback
...
16 years ago