summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Added GtkEntry:completion propertyJuan Pablo Ugarte2011-04-011-1/+27
* gtkentry: Add hinting to GtkEntryCarlos Garcia Campos2011-03-211-10/+146
* entry: Do not clobber state when rendering the default icons.Carlos Garnacho2011-03-071-26/+35
* [gi] add missing annotations for signals that emit Gdk.EventsJohn (J5) Palmieri2011-03-031-3/+3
* Don't use GDK_NONE when GDK_SELECTION_CLIPBOARD is meantMatthias Clasen2011-02-281-1/+1
* Minor documentation improvementsMurray Cumming2011-02-231-1/+1
* Always chain up in ::style-updatedMatthias Clasen2011-02-071-0/+2
* gtk: remove function gtk_entry_queue_draw() and call gtk_widget_queue_draw()Michael Natterer2011-02-061-14/+5
* Make GtkEntryCompletion::match-selected arguments consistentMatthias Clasen2011-01-311-1/+5
* Move the get_cursor_color in GtkStyleContextPaolo Borelli2011-01-291-4/+5
* Use GtkRGBA for the cursor color priv api.Paolo Borelli2011-01-291-2/+2
* Port gtk_draw_insertion_cursor to GtkStyleContextMatthias Clasen2011-01-241-0/+1
* Silence new gcc warningsMatthias Clasen2011-01-231-7/+6
* gtk: no need to add GTK_STYLE_FLAG_FOCUSED to the widget's state flagsMichael Natterer2011-01-211-3/+0
* gtk: remove unused "window" variable from gtk_entry_draw_frame()Michael Natterer2011-01-211-3/+0
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-4/+4
* Make GtkEntry set the style context state.Carlos Garnacho2011-01-171-0/+5
* Unify handling of prelighted iconsMatthias Clasen2011-01-141-70/+19
* 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