summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* Show lock warning for num lock as well as caps lockWilliam Jon McCann2010-07-011-1/+6
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-1/+1
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-1/+1
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-1/+14
* Fix signal parameters in GtkEntryCompletionMatthias Clasen2010-05-211-1/+5
* Merge branch 'gtk-2-90'Matthias Clasen2010-05-061-137/+0
|\
| * Remove deprecated GtkEntry functionsChristian Dywan2010-05-031-137/+0
* | Use event instead key in the previous patchJavier Jardón2010-05-051-2/+2
* | Added api to reset the im context in GtkTextView and GtkEntryJavier Jardón2010-05-051-0/+49
|/
* 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