summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
Commit message (Expand)AuthorAgeFilesLines
* Make focus rectangles optionalMatthias Clasen2011-08-101-1/+1
* Fix entry drawing in the presence of marginsMatthias Clasen2011-08-091-7/+14
* Fix up signal ordering issues in GtkEntryMatthias Clasen2011-07-051-4/+20
* First cut at GailEntry -> GtkEntryAccessibleMatthias Clasen2011-07-051-0/+4
* Use a PAGE_STEP macro instead of a magic numberClaudio Saavedra2011-06-281-4/+5
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-3/+3
* entry: use the current state when rendering symbolic iconsCosimo Cecchi2011-06-091-57/+69
* entry: use GTK_STYLE_CLASS_IMAGE when rendering the entry iconCosimo Cecchi2011-06-091-3/+9
* entry: use gtk_render_icon()Cosimo Cecchi2011-06-091-21/+43
* Remove an unneeded includeMatthias Clasen2011-06-071-1/+0
* GtkEntry: don't forget to disconnect idlesMatthias Clasen2011-05-311-0/+6
* Desensitize "Select All" when GtkEntry is emptyMatthew Barnes2011-04-261-0/+1
* GtkEntry: Explicitly disconnect keymap signalsMatthias Clasen2011-04-261-10/+14
* entry: Translate progress region properly when drawing textBenjamin Otte2011-04-191-4/+8
* entry: No need to queue a redraw on state changesBenjamin Otte2011-04-191-2/+0
* entry: Also update cached style values when the state changesBenjamin Otte2011-04-191-0/+2
* entry: Initialize cached valuesBenjamin Otte2011-04-191-2/+3
* entry: g_object_notify*( when we change the invisible charBenjamin Otte2011-04-191-1/+9
* entry: Split out style-updating things into their own functionBenjamin Otte2011-04-191-7/+13
* entry: Move cairo_save() call for clarityBenjamin Otte2011-04-191-2/+2
* entry: Omit useless clipBenjamin Otte2011-04-191-2/+0
* entry: Guard clipping with a save/restoreBenjamin Otte2011-04-191-0/+4
* entry: Remove needless checkBenjamin Otte2011-04-191-28/+25
* docs fix typoBenjamin Otte2011-04-171-1/+1
* entry: Fix gtk_entry_get_icon_at_pos()Benjamin Otte2011-04-161-3/+4
* entry: Use the new get_frame_size() argument in gtk_entry_draw_frame()Benjamin Otte2011-04-161-4/+2
* entry: Add the ability to query frame size in two waysBenjamin Otte2011-04-161-8/+13
* 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