summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 546285 – Allow GtkEntry to draw progressMichael Natterer2008-12-051-10/+292
* Revert an accidental changeMatthias Clasen2008-12-011-4/+5
* improve deprecation annotationMatthias Clasen2008-11-291-14/+10
* Bug 560139 – GtkEntry doesn't paint with the right stateChristian Dywan2008-11-121-3/+36
* gtk/gtkcellrenderertext.h gtk/gtkentry.[ch] gtk/gtkimcontext.hMichael Natterer2008-10-301-3/+1
* Bug 556835 – gtkentry.c: variable is declared at middle of blockMatthias Clasen2008-10-241-1/+2
* Bug 555920 – gtkentry.c passes wrong enum toBehdad Esfahbod2008-10-221-2/+0
* Bug 96431 – Can't cut and paste / DND within invisible entryMatthias Clasen2008-10-031-8/+18
* Bug 530575 – GtkEntry with invisible chars has a confused cursor inMatthias Clasen2008-10-031-3/+6
* Bug 530568 – Entries with visibility=FALSE should warn for caps-lock onMatthias Clasen2008-09-291-18/+236
* Bug 371908 – Password Entry broken Bug 317002 – Disable input methodMatthias Clasen2008-09-291-38/+6
* Bug 83935 – GtkEntry's default invisible char should be U+25CFCarlos Garnacho2008-09-191-10/+127
* Bug 547449 – Entry/ Combo popup misplaced after resizeChristian Dywan2008-09-031-0/+5
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-3/+3
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-1/+1
* gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.cSven Neumann2008-08-111-2/+2