summaryrefslogtreecommitdiff
path: root/src/bin/e_widget_button.c
Commit message (Expand)AuthorAgeFilesLines
* formatting: all at onceMike Blumenkrantz2013-01-111-0/+1
* e button widget: same bad logic when removing text. See r81045.Chidambar Zinnoury2012-12-161-1/+1
* e button widget: bad logic when removing icon.Chidambar Zinnoury2012-12-161-1/+1
* e17: whitespaces--Vincent Torri2012-06-211-1/+0
* formattingMike Blumenkrantz2012-06-201-39/+40
* Add UNUSED.Christopher Michael2010-08-181-2/+2
* FORMATTINGLucas De Marchi2010-08-041-3/+0
* And adjust size hint when setting icon too. (Same problem as previous commitChristopher Michael2010-02-101-0/+3
* Set min size on button when text is set. (Found this after creating a buttonChristopher Michael2010-02-101-0/+3
* Fix API Inconsistency in regards to e_widget_min_size_* . Renamed toChristopher Michael2009-09-011-1/+1
* Formatting.Christopher Michael2009-08-251-3/+3
* ICON: enlightenment/themes -> preferences-desktop-themeDavide Andreoli2009-03-041-2/+2
* been hacking... umm. config dialog additions.Carsten Haitzler2008-09-171-2/+2
* Formatting & whitespace removal.Christopher Michael2007-11-131-20/+16
* buttom patch from lok and seb's shelf bug fix.Carsten Haitzler2007-10-051-8/+48
* god damn.. chasing that bad mem access was tricky. found it after futzingCarsten Haitzler2007-08-071-1/+1
* don't leak when setting an icon on a button that already has onerephorm2007-03-281-2/+4
* Allow setting a widget_button's icon to NULL so that a button icon can beChristopher Michael2007-02-281-7/+18
* another chunkrephorm2006-08-231-1/+1
* ****** MAJOR THEME REWORKING -- BREAKAGE *********rephorm2006-08-221-11/+11
* Allow the icon to be clicked by passing events. Why was this not done before?Stafford Mitchell Horne2006-08-021-0/+1
* Eap editor now uses new fileselector. Please test it :)sebastid2006-07-281-0/+14
* * Some code cleenupsndev2006-05-061-0/+9
* Clean up compile warnings:stffrdhrn2006-03-021-1/+1
* Fix EAPI warnings.sebastid2006-01-071-1/+1
* don't call the callback on buttons that are disabled. this prevents some segf...rephorm2005-12-281-3/+7
* config dialogs now can enable/disable widgets and dialog buttons. ok andCarsten Haitzler2005-10-161-0/+14
* some widget work... and maybe a fix for disappearing windows?Carsten Haitzler2005-10-161-0/+1
* actually focus focusable widgets. label can be much simplerCarsten Haitzler2005-10-121-2/+8
* and now all the internal widgets understand keyboard focus and control.Carsten Haitzler2005-10-121-2/+33
* working on more widgety stuffCarsten Haitzler2005-10-111-0/+82