summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid spurious notifications from GtkEntryMatthias Clasen2010-03-191-1/+8
* Refixed patch for bug 612505.Tristan Van Berkom2010-03-141-8/+4
* Fix testsMatthias Clasen2010-03-131-3/+3
* Recompute label contents when the buffer changesMatthias Clasen2010-03-121-0/+3
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-32/+36
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-12/+12
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-10/+10
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-7/+7
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-22/+31
* Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-03-011-3/+3
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-5/+5
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-9/+11
* [annotations] Add allow-noneJohan Dahlin2010-02-191-8/+8
* Bug 607778 - Add accessors for GtkEntry's windowsMichael Natterer2010-01-221-0/+58
* Implement "preedit-changed" in GtkEntry and GtkTextViewChristian Dywan2010-01-111-0/+23
* [docs] Add missing "Deprecated: 2.x" to the api doc commentsJavier Jardón2010-01-111-1/+1
* fix critical in gtk_editable_insert_textJean Brefort2010-01-071-1/+1
* [gtk] GtkCellEditable::editing-cancelled should be writableHiroyuki Ikezoe2009-12-191-0/+4
* Use g_value_dup_string instead.Hiroyuki Ikezoe2009-12-181-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-7/+7
* 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