Commit Graph

2990 Commits

Author SHA1 Message Date
Christopher Michael 325b5e826f Export e_icon_canvas_reset function as e_fileman_smart.c needs it
SVN revision: 19371
2005-12-29 14:46:29 +00:00
Christopher Michael a9c474b067 Export the e_icon_canvas_xy_freeze & e_icon_canvas_xy_thaw as e_fileman_smart.c is calling it
SVN revision: 19370
2005-12-29 14:37:43 +00:00
Christopher Michael 162ae39c10 Export the e_border_unmaximize_vh as e_actions.c and e_int_border_menu.c are calling it
SVN revision: 19369
2005-12-29 14:23:18 +00:00
Christopher Michael 100bc1200e Remove unused variables to quiet compiler warnings.
SVN revision: 19368
2005-12-29 14:11:16 +00:00
Christopher Michael a928a79d88 Add parens around truth value to quiet compiler warnings.
SVN revision: 19367
2005-12-29 14:00:00 +00:00
Christopher Michael 8f83193d0d Remove unused variables, Add E_GADMAN_CHANGE_EDGE & E_GADMAN_CHANGE_ZONE to e_gadget_face_cb_gmc_change; both to quiet compiler warnings.
SVN revision: 19366
2005-12-29 13:50:50 +00:00
Christopher Michael cb40e2eeba Add parens in e_border_maximize and add E_MAXIMIZE_VERTICAL & E_MAXIMIZE_HORIZONTAL to e_border_unmaximize; both to quiet compiler warnings.
SVN revision: 19365
2005-12-29 13:42:44 +00:00
Christopher Michael fcb67e5ec9 Moved unused variable (int i) to the comment block where it should be
SVN revision: 19364
2005-12-29 13:29:51 +00:00
Christopher Michael 44f386e096 Attempt some order to the chaos that is Configuration Panel
SVN revision: 19355
2005-12-28 22:38:11 +00:00
codewarrior 1a794d6c6b efm:
- patch from mista <rastamasta@gmx.de> to fix last line not showing in efm


SVN revision: 19352
2005-12-28 22:00:12 +00:00
Christopher Michael 5d83cdcd22 Add minor e_widget_slider bug
SVN revision: 19350
2005-12-28 20:53:15 +00:00
maiurana 4005c7cdca *** empty log message ***
SVN revision: 19349
2005-12-28 19:48:46 +00:00
Christopher Michael 0cabe0b1de Remove module config dialogue bug
SVN revision: 19347
2005-12-28 17:29:18 +00:00
Christopher Michael 0537c0117a Redesign Modules Configuration Dialogue.
Eliminates the BUG on TODO.
Radio Button Matrix:
       Enabled == (Loaded && Enabled)
       Loaded == (Loaded && !Enabled)
       Unloaded == (!Loaded && !Enabled)


SVN revision: 19346
2005-12-28 17:28:02 +00:00
Christopher Michael 6d8b0305d0 Fix remove by label
SVN revision: 19345
2005-12-28 17:01:34 +00:00
rephorm ed57000bf5 don't call the callback on buttons that are disabled. this prevents some segfaults when clicking on disabled buttons.
also, clear up a few warnings.


SVN revision: 19334
2005-12-28 01:16:26 +00:00
Christopher Michael 502c98d993 Fix e_ilist compile warning
SVN revision: 19330
2005-12-27 23:44:16 +00:00
Christopher Michael 577afaae8a Fix remove by label
SVN revision: 19326
2005-12-27 22:57:41 +00:00
Christopher Michael d4663c2374 Confirmed. This is a bug now.
SVN revision: 19325
2005-12-27 22:38:22 +00:00
Christopher Michael b6f86f04b1 Add About to Advanced module dialogue
SVN revision: 19322
2005-12-27 22:21:39 +00:00
Christopher Michael e22f10c1fe Remove module dialog bug as load/unload works. Please resync your tree if your having a problem with it.
SVN revision: 19321
2005-12-27 22:09:59 +00:00
Christopher Michael 8f73e9399b Disabled Advanced in BG settings until we have something for it
SVN revision: 19320
2005-12-27 22:07:15 +00:00
Carsten Haitzler 78d729a57b make symbol hiding actually work - fix some bugs, fixme's adjust bugs and
TODO, add exe history and actually use it etc.


SVN revision: 19313
2005-12-27 17:16:58 +00:00
Christopher Michael 4785fb1d20 Remove unused variable
SVN revision: 19292
2005-12-25 11:20:29 +00:00
Christopher Michael 77ebbd9e23 Minor fix for Default theme not being selected in the menu on first run
SVN revision: 19291
2005-12-25 11:17:33 +00:00
Christopher Michael 8e4bfac183 Destroy list when finished
SVN revision: 19290
2005-12-25 10:20:25 +00:00
Christopher Michael 0affc3ee5c Remove unused protos. Cleanups
SVN revision: 19287
2005-12-24 20:01:03 +00:00
Christopher Michael c1da03d53e Remove unused proto
SVN revision: 19286
2005-12-24 19:47:42 +00:00
Christopher Michael e6332a1a2a Oops...Use correct list variable
SVN revision: 19285
2005-12-24 18:50:23 +00:00
Christopher Michael 4628710d84 Removed unused typedef
SVN revision: 19258
2005-12-23 01:11:27 +00:00
moom16 0102be60e6 * Fix the theme of the disabled button when it's scaled
SVN revision: 19255
2005-12-23 00:03:44 +00:00
Christopher Michael 8b98a4a5ee Make module config dialogue resizeable
SVN revision: 19252
2005-12-22 23:41:46 +00:00
Christopher Michael 51469df0cc Fix Close Button
SVN revision: 19249
2005-12-22 23:02:12 +00:00
Christopher Michael baa9fae930 Rewrite e_int_config_modules.c.
This fixes the segfault issues people were having.

Recommend resyncing your E codebase with current cvs as this uses newer
e_widget_ilist functions that I committed earlier.


SVN revision: 19248
2005-12-22 22:40:21 +00:00
Christopher Michael f33c45d144 Rename e_ilist_select_* functions to be e_ilist_selected_* as this seems
more intuitive.
Update e_int_config_theme.c for this change.
Update e_int_config_background.c for this change.
Update e_int_border_border.c for this change.

Added e_ilist_remove_num to remove entries by number.
Added e_widget_ilist_remove_num.

Added e_ilist_remove_label to remove entries by label.
Added e_widget_ilist_remove_label.

Added e_ilist_selected_label_get to retrieve the selected items label.
Added e_widget_ilist_selected_label_get.


SVN revision: 19245
2005-12-22 21:08:34 +00:00
maiurana 972c625e4f *** empty log message ***
SVN revision: 19232
2005-12-22 11:41:39 +00:00
Carsten Haitzler be4ff51432 hmm - most modules were disabled by default. fix!
SVN revision: 19218
2005-12-21 16:56:33 +00:00
Carsten Haitzler b4ef343f72 segv--
SVN revision: 19201
2005-12-21 09:49:06 +00:00
Carsten Haitzler e659cb06a4 formatting
SVN revision: 19200
2005-12-21 09:11:18 +00:00
Christopher Michael f9247cba15 Add Close button to Configure Panel
SVN revision: 19199
2005-12-21 06:38:50 +00:00
Christopher Michael f3d0dd28f7 Add Close button to Configure Panel and center text
SVN revision: 19198
2005-12-21 06:37:58 +00:00
Carsten Haitzler 32711b918e jesse's module patch - quickly in.
SVN revision: 19197
2005-12-21 04:48:20 +00:00
Carsten Haitzler d9b9bc6f90 cancel renamed to close.
SVN revision: 19194
2005-12-21 02:45:24 +00:00
Christopher Michael 467e989903 Basic Dropshadow Config Dialogue. Still needs work
SVN revision: 19188
2005-12-20 23:07:52 +00:00
Emfox Zhou a9165fa7c1 update zh_CN translation.
SVN revision: 19176
2005-12-20 07:33:27 +00:00
rephorm a62466d341 add an about button to the modules config
SVN revision: 19168
2005-12-20 02:38:47 +00:00
Michael Jennings 150570779c Mon Dec 19 21:35:51 2005 Michael Jennings (mej)
Oops, didn't mean to change the spec files.
----------------------------------------------------------------------


SVN revision: 19167
2005-12-20 02:27:59 +00:00
Michael Jennings f2c4fa320e Mon Dec 19 21:27:49 2005 Michael Jennings (mej)
Modules moved.
----------------------------------------------------------------------


SVN revision: 19166
2005-12-20 02:19:59 +00:00
rephorm 55a999b5c7 its a good idea to initialize pointers before using them.
(why this worked for _anyone_ is beyond me...)


SVN revision: 19165
2005-12-20 02:05:01 +00:00
Christopher Michael 3599d73e80 Add icons for Desktop, Menu, and Window in Configuration Panel
SVN revision: 19164
2005-12-20 01:01:52 +00:00