summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Formatting fixes.Christopher Michael2007-12-051-53/+37
* Fix typo.Christopher Michael2007-12-051-1/+1
* Cleanup module_update handler a little better.Christopher Michael2007-12-051-1/+5
* Simplify Fonts Advanced dialog code a bit.Christopher Michael2007-12-051-36/+24
* Fixes needed for new Font Config dialog.Christopher Michael2007-12-051-1/+1
* Better resizing. Fix some formatting issues.Christopher Michael2007-12-041-3/+3
* Much better resizing on the Paths dialog.Christopher Michael2007-12-041-43/+48
* Fix resizing of config_list widget.Christopher Michael2007-12-041-51/+40
* Formatting & whitespace removal.Christopher Michael2007-12-041-6/+6
* Add ability to edit/add mime types for a desktop file.Christopher Michael2007-12-041-37/+42
* Don't sort the menu/order list based on alpha. Use the existing order fromChristopher Michael2007-12-041-2/+0
* No Need to store app & sel as they are not used in the code.Christopher Michael2007-12-041-5/+2
* Add missing vim format info.Christopher Michael2007-12-041-0/+3
* Rework the ibar/restart/startup Apps dialog.Christopher Michael2007-12-041-473/+446
* Fix lots of formatting issues in eap_editorChristopher Michael2007-12-041-94/+65
* Fix random segfault when loading/unloading modules & Config Panel not up.Christopher Michael2007-12-041-2/+2
* Use better method for returning all desktops in case the ones in ~/.localChristopher Michael2007-12-031-33/+17
* Better Open With dialog.Christopher Michael2007-12-031-111/+125
* Something to do on a dark winter day.Sebastian Dransfeld2007-12-022-0/+2
* formattingSebastian Dransfeld2007-12-021-1/+2
* Fix compile warnings.Sebastian Dransfeld2007-12-021-2/+2
* If we don't want to show the shelf, explicitly hide it. Needed if theSebastian Dransfeld2007-12-021-0/+2
* Disable gadcon locking for gadcon client menu for now. Need to find theSebastian Dransfeld2007-12-021-0/+2
* fix issue in which toggling skip pager option removes forever the window from...Eric Schuele2007-11-271-1/+4
* This patch fixes a few sloppy focus problems (mouse was over a window which d...Miculcy Brian2007-11-262-5/+203
* Make sure that the gcc->menu is set.Christopher Michael2007-11-251-0/+2
* More thorough check on menu_post for shelf.Christopher Michael2007-11-251-1/+1
* More gadcon->shelf checks before calling any shelf-specific functions.Christopher Michael2007-11-251-3/+4
* More shelf-specific checks before calling shelf-specific functions.Christopher Michael2007-11-251-1/+2
* *sigh* Gadget containers can be other things besides Shelfs. Check forChristopher Michael2007-11-251-2/+4
* formattingSebastian Dransfeld2007-11-241-1/+1
* --old todo commentMiculcy Brian2007-11-241-2/+0
* Even though we have e_dbus support, it isn't sure that we get a dbusSebastian Dransfeld2007-11-241-1/+1
* No need to have both unref and close, only creates ambiguity.Sebastian Dransfeld2007-11-241-1/+1
* No need to check type if we only register to one event.Sebastian Dransfeld2007-11-241-1/+0
* Always focus on mouse in, and only focus if we interract with the shelf.Sebastian Dransfeld2007-11-241-5/+11
* Interrupt hiding on mouse in.Sebastian Dransfeld2007-11-241-54/+69
* Remove unused variable.Christopher Michael2007-11-241-3/+2
* Subscribe to module update event. This will allow Config Panel to haveChristopher Michael2007-11-241-2/+28
* Always hide on mouse outSebastian Dransfeld2007-11-231-1/+1
* Only hide if config says so.Sebastian Dransfeld2007-11-231-1/+1
* Only call shelf_lock_set if the gadcon is part of a shelf & gadcon->shelfChristopher Michael2007-11-231-4/+4
* TranslateSebastian Dransfeld2007-11-231-5/+5
* lock shelf on gadcon edit and menuSebastian Dransfeld2007-11-231-1/+11
* Declare and put static methods where they belong.Sebastian Dransfeld2007-11-231-181/+190
* Fix if statement.Sebastian Dransfeld2007-11-231-2/+2
* Remove debug printfSebastian Dransfeld2007-11-231-1/+0
* Possible to lock shelf.Sebastian Dransfeld2007-11-232-55/+74
* Set pointer to null after deletion.Sebastian Dransfeld2007-11-231-0/+1
* Show shelf on edge trap and hide on mouse out on window.Sebastian Dransfeld2007-11-222-32/+82