summaryrefslogtreecommitdiff
path: root/src/bin/e_int_gadcon_config.c
Commit message (Expand)AuthorAgeFilesLines
* Use e_scale when calculating window width/height.Christopher Michael2010-01-051-5/+5
* Use PATH_MAX instead of 4096.Christopher Michael2010-01-041-5/+4
* fix warningsHannes Janetzek2009-09-211-1/+4
* Fix API Inconsistency in regards to e_widget_min_size_* . Renamed toChristopher Michael2009-09-011-5/+5
* Patch from victor to fix removing modules via the "Set Contents" dialog.Christopher Michael2009-08-251-1/+1
* * e: Cleanup use of Eina data structure.Cedric BAIL2009-08-211-20/+22
* List of changes:semernin2009-06-291-5/+35
* More icon works, this commit include changes to the icons on the desktop.Davide Andreoli2009-03-081-1/+1
* * Gadcon API 3 *BREAK*Davide Andreoli2008-11-041-6/+6
* Remove Evas list and replace them with Eina list.Cedric BAIL2008-10-221-5/+5
* Uhh, who was freeing local list pointers?Nicholas Hughart2008-09-021-6/+1
* typo!!!!Carsten Haitzler2008-06-111-0/+1
* More const added.Gustavo Sverzut Barbieri2008-02-131-5/+5
* Disable sorting the gadget list for now. Seems to be causing an issue whereChristopher Michael2008-01-131-4/+4
* Make dialog a little wider.Christopher Michael2008-01-121-9/+24
* Remove unused variable.Sebastian Dransfeld2008-01-101-1/+0
* Better Shelf Contents Dialog.Christopher Michael2008-01-041-228/+280
* Provide gadcon_config wrapper functions for toolbar & shelf. For now, justChristopher Michael2007-11-091-4/+16
* Formatting fixes.Christopher Michael2007-11-011-17/+17
* We need id's for gadgets which are independent of shelves, so if we moveSebastian Dransfeld2007-09-161-5/+20
* Add missing return values for module update functions, thanks jeffdameth :)Christopher Michael2007-07-161-0/+1
* Add an event for when a module gets loaded/unloaded. Event structure consitsChristopher Michael2007-07-161-7/+25
* Make 'Shelf Contents' dialog resizable.Christopher Michael2007-07-151-6/+7
* If we're using E_NEW to create, then use E_FREE to free.Christopher Michael2007-01-121-1/+1
* Functions to create new config and del config.Sebastian Dransfeld2006-12-301-30/+2
* Clean up some gadcon config code.Sebastian Dransfeld2006-12-301-63/+20
* Fix removing gadgets from a shelf.Christopher Michael2006-11-301-4/+2
* Use ilist freeze/thaw for "Shelf" list dialog.Christopher Michael2006-11-271-5/+15
* Give shelf contents dialog the same icon as configuring shelves.Christopher Michael2006-11-111-1/+1
* Ooops, forgot to remove debug printfs.Christopher Michael2006-10-101-2/+0
* Fix the "Shelf Contents" remove bug.Christopher Michael2006-10-101-9/+21
* --castsebastid2006-08-211-1/+1
* you're all goign to kill me :) but here goes - i broke the dialog and configCarsten Haitzler2006-08-141-1/+3
* * no need to disable the "Add" button after the gadget was added. If I want c...sndev2006-08-031-4/+10
* Remove a printf as the "Remove from List" issue is fixed.Christopher Michael2006-07-211-2/+0
* Fix minor bug on gadget remove. We need to call ilist_go after ilist_clear.Christopher Michael2006-07-211-0/+3
* Delete tmpfile after use.sebastid2006-07-201-1/+0
* Give ability for config dialogs to set their border icon to the properChristopher Michael2006-07-021-0/+2
* remove openembedde pkg info - old and deadCarsten Haitzler2006-06-281-1/+0
* Removed the recently added evas_list_free calls as they caused segfaultsChristopher Michael2006-06-231-5/+0
* Free the evas_lists when we are done loading the gadget lists.Christopher Michael2006-06-221-1/+6
* Fix typo, thanks Mo0m :)Christopher Michael2006-06-221-1/+1
* Lots of fixes for shelf contents config dialog:Christopher Michael2006-06-221-137/+101
* disable object paranoia for now and an extra null check for gadconCarsten Haitzler2006-06-181-1/+2
* We donnot need ok/apply buttons in the "shelf contents" config dialog since thesndev2006-06-141-14/+8
* patches that i said were in - commit. (see my reply emails)Carsten Haitzler2006-06-071-0/+2
* * making the code easiersndev2006-06-011-112/+20
* nice little overhaul of module related stuff. moduels now finally RELY onCarsten Haitzler2006-06-011-176/+0
* Fix warningssebastid2006-05-311-3/+2
* oooppps. NULL check was not performed => strange items in the list :)sndev2006-05-281-3/+3