summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Added editing_canceled property to GtkCellEditableCody Russell2009-10-211-1/+11
* Fix more GtkEntry Since tags.Mart Raudsepp2009-09-221-3/+3
* Add missing Since: 2.16 for gtk_entry_[set/get]_icon_drag_sourceMart Raudsepp2009-09-221-0/+4
* Do not emit action-activated signal when there are not actions selectedCarlos Garcia Campos2009-08-291-11/+14
* Show the icon window back after changing pixbufPascal Terjan2009-08-291-3/+12
* Complete the get_buffer() conversionMatthias Clasen2009-07-171-1/+1
* Fixed crashes when GtkEntry's internal buffer is not available (bug 588395)Tristan Van Berkom2009-07-161-80/+56
* Avoid gratitious behaviour changeMatthias Clasen2009-07-151-1/+4
* Fix some problems with prelighting of icons in entriesMatthias Clasen2009-07-131-0/+9
* Make gtk_editable_get_chars work as beforeMatthias Clasen2009-07-131-1/+19
* Create a buffer in init() so subclasses can use the entry in their init()Michael Natterer2009-07-101-1/+10
* GtkEntryBuffer holds text for GtkEntryStef Walter2009-07-081-432/+547
* Remove unused variableBenjamin Otte2009-07-081-1/+0
* Improve GtkEntry handling of invalid stock idsCody Russell2009-05-301-0/+5
* Add a GtkEntry::invisible-char style propertyMatthias Clasen2009-04-301-1/+29
* Fix problems with window positioningMatthias Clasen2009-03-111-5/+9
* ::icon-press and ::icon-release are not action signals. Pointed out byMatthias Clasen2009-03-101-3/+3
* Improve the drawing of progress in entries, using fg/bg[SELECTED]. Add aMatthias Clasen2009-03-021-82/+239
* Fix rendering of icons in some casesMatthias Clasen2009-02-111-8/+22
* Fix alignment and icons in spin buttonsMatthias Clasen2009-01-271-5/+26
* Don't show nonexisting windowsMatthias Clasen2009-01-221-3/+3
* Change the Caps Lock warning to the more neutral "Caps Lock is on".Matthias Clasen2009-01-211-1/+1
* Bug 568552 – gtk_combo + gtk entry in invisible mode takes 100% cpuMatthias Clasen2009-01-211-18/+8
* Replace several implementation of blank cursor setting byMatthias Clasen2009-01-201-19/+6
* Correct some copy-and-paste mistakes in keybinding signal docs. PointedMatthias Clasen2009-01-191-2/+2
* Add properties and getters for icon tooltips.Matthias Clasen2009-01-181-0/+202
* Use the last chance to get the api right, and rename things forMatthias Clasen2009-01-181-82/+84
* documentation description: Mention the various properties and theMurray Cumming2009-01-151-2/+4
* Bug 450716 – New API to change global IMMatthias Clasen2009-01-131-1/+35
* Use a better caps lock warning iconMatthias Clasen2009-01-051-1/+1
* Add docsMatthias Clasen2009-01-021-0/+5
* Fix make checkMatthias Clasen2009-01-011-1/+2
* Rename GtkEntry icon-related signalsMatthias Clasen2008-12-311-18/+18
* Fix typoMatthias Clasen2008-12-311-1/+1
* Code cleanups; get rid of get_text_area_size, replace get_icon_allocationMatthias Clasen2008-12-311-194/+146
* AVoid size allocation loopsMatthias Clasen2008-12-311-4/+12
* Fix errors in property definitions and get_property implementation.Matthias Clasen2008-12-311-4/+7
* And amend the docs, tooMatthias Clasen2008-12-311-1/+5
* Redo the Caps Lock warning using an iconMatthias Clasen2008-12-311-123/+21
* Doc additionsMatthias Clasen2008-12-291-0/+27
* Doc additions.Matthias Clasen2008-12-291-0/+109
* Doc fixesMatthias Clasen2008-12-291-2/+3
* Documentation fixesMatthias Clasen2008-12-281-10/+10
* More docsMatthias Clasen2008-12-271-18/+33
* Don't emit ::icon-pressed on nonactivatable icons. Fix up docs to matchMatthias Clasen2008-12-271-30/+30
* Fix interaction between icons and widget sensitivity. Also fix a fewMatthias Clasen2008-12-271-5/+9
* Allow builtin icons when loading themed icons, and don't leak aMatthias Clasen2008-12-271-2/+7
* Small fixes to the icon entry codeMatthias Clasen2008-12-271-22/+19
* Emit property notification for the text-length propertyMatthias Clasen2008-12-271-2/+4
* Bug 85292 – add an icon to gtkentryCody Russell2008-12-191-29/+2312