summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed GtkEntry to report the proper default value for "primary/secondary-icon...Tristan Van Berkom2011-01-101-3/+3
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+0
* GtkEntry: get font description from GtkStyleContextCarlos Garnacho2011-01-041-2/+7
* GtkEntry: Remove unneeded callsCarlos Garnacho2011-01-041-8/+0
* gtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-5/+5
* Make GtkEntry hide completelyMatthias Clasen2010-12-201-2/+4
* Fixed gtk_entry_set_icon_tooltip_text & markup to not crashTristan Van Berkom2010-12-171-4/+4
* GtkEntry: Use GtkStyleContext.Carlos Garnacho2010-12-131-92/+114
* Don't access GdkDragContext fields directlyMatthias Clasen2010-12-101-3/+3
* GtkEntry: Use gtk_widget_render_icon_pixbuf()Carlos Garcia Campos2010-12-081-16/+12
* Add internal accessor for GtkEntry->is_cell_rendererJavier Jardón2010-12-041-0/+18
* Make unfocused selections visible in entriesMatthias Clasen2010-12-041-2/+1
* GtkEntry: Set widget state as state flags.Carlos Garnacho2010-12-041-10/+10
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-1/+1
* gtkentry: move public members to private structureJavier Jardón2010-11-191-592/+751
* Add _gtk_entry_get_im_context() internal accessorJavier Jardón2010-11-191-0/+5
* gtk: honor entry->has_frame again draw the frame conditionallyMichael Natterer2010-11-181-4/+4
* gtk: draw the progress only on the text areaMichael Natterer2010-11-181-43/+21
* docs: move documentation to inline comments: GtkEntryJavier Jardón2010-11-051-0/+45
* Fixed unused variable in get_preferred_height().Tristan Van Berkom2010-10-271-1/+0
* Remove size_request from GtkEntryMatthias Clasen2010-10-261-20/+58
* Fix up docsMatthias Clasen2010-10-231-2/+7
* gtk: add gtk_entry_get_text_area() and gtk_entry_get_icon_area()Michael Natterer2010-10-221-0/+91
* entry: No, you can not haz ununused variablesBenjamin Otte2010-10-211-5/+0
* Make GtkEntry a no-window widgetMatthias Clasen2010-10-211-187/+86
* settings: Move setting property registration in gtksettings.cEmmanuele Bassi2010-10-201-22/+1
* 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