summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-9/+6
* entry: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-8/+2
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-7/+4
* entry: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-26/+25
* API: Get rid of gtk_draw_insertion_cursor()Benjamin Otte2010-09-261-1/+1
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-5/+5
* entry: Remove gtk_entry_is_drawable() checks when paintingBenjamin Otte2010-09-261-143/+148
* entry: Port to draw signalBenjamin Otte2010-09-261-17/+10
* entry: Split else ifs into separate if statementsBenjamin Otte2010-09-261-57/+63
* entry: Add bug reference to workaroundBenjamin Otte2010-09-261-1/+2
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* gtk: Don't set colormap anymore when creating GDK windowsBenjamin Otte2010-09-261-4/+2
* text: Make _gtk_text_util_create_drag_icon() return a surfaceBenjamin Otte2010-09-261-10/+6
* Tons of transfer annotationsMatthias Clasen2010-09-211-7/+9
* Change GtkEditable typedef from GtkEditableClass to GtkEditabeInterfaceJavier Jardón2010-09-171-2/+2
* gtkentry: remove unnneded check in map/unmap functionsJavier Jardón2010-09-151-20/+14
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-1/+2
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-6/+5
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-70/+70
* entry: Use the same state for the flat box of text area and iconsBenjamin Otte2010-09-031-1/+1
* Remove GtkEntry::state-hintMatthias Clasen2010-09-011-30/+4
* Remove deprecated text and text_length field in GtkEntryMatthias Clasen2010-08-281-24/+3
* gtk/gtkentry.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-6/+10
* gtk/gtkentry.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-62/+116
* Bug 596125 — Property string fixesPhilip Withnall2010-08-101-2/+2
* entry: replace gdk_draw_pixbuf() call with Cairo versionBenjamin Otte2010-07-261-3/+5
* 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