]> Pileus Git - ~andy/gtk/history - gtk/gtkentry.c
entry: avoid a mismatched cairo_save/restore
[~andy/gtk] / gtk / gtkentry.c
2011-12-05 Cosimo Cecchientry: avoid a mismatched cairo_save/restore
2011-12-01 Paolo BorelliIntroduce gtk_render_insertion_cursor
2011-12-01 Paolo BorelliRemove draw_insertion_cursor in label and entry
2011-12-01 Cosimo Cecchientry: simplify code
2011-11-30 Cosimo Cecchientry: always prepare the style context when using...
2011-11-30 Cosimo Cecchientry: port to GtkIconHelper
2011-11-21 Alexander LarssonMerge branch 'win32-theme2'
2011-11-18 Alexander LarssonAdd pulse style class and use in progress bar and entry
2011-11-05 Matthias ClasenPop up context menus at the right device
2011-09-27 Michael NattererBug 659406 - Abstract what triggers a context menu
2011-09-27 Michael Natterergtk: remove the private GTK_EXTEND/MODIFY_SELECTION_MOD...
2011-09-26 Michael NattererBug 659406 - Abstract what triggers a context menu
2011-09-26 Michael Nattererapp: abstract which modifiers are used for extending...
2011-09-02 Matthias ClasenAdd a note about placeholder text use
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-10 Matthias ClasenMake focus rectangles optional
2011-08-09 Matthias ClasenFix entry drawing in the presence of margins
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-05 Matthias ClasenFix up signal ordering issues in GtkEntry
2011-07-05 Matthias ClasenFirst cut at GailEntry -> GtkEntryAccessible
2011-06-28 Claudio SaavedraUse a PAGE_STEP macro instead of a magic number
2011-06-10 Javier Jardóngtk: Use const instead G_CONST_RETURN
2011-06-09 Cosimo Cecchientry: use the current state when rendering symbolic...
2011-06-09 Cosimo Cecchientry: use GTK_STYLE_CLASS_IMAGE when rendering the...
2011-06-09 Cosimo Cecchientry: use gtk_render_icon()
2011-06-07 Matthias ClasenRemove an unneeded include
2011-06-01 Matthias ClasenGtkEntry: don't forget to disconnect idles
2011-04-26 Matthew BarnesDesensitize "Select All" when GtkEntry is empty
2011-04-26 Matthias ClasenGtkEntry: Explicitly disconnect keymap signals
2011-04-19 Benjamin Otteentry: Translate progress region properly when drawing...
2011-04-19 Benjamin Otteentry: No need to queue a redraw on state changes
2011-04-19 Benjamin Otteentry: Also update cached style values when the state...
2011-04-19 Benjamin Otteentry: Initialize cached values
2011-04-19 Benjamin Otteentry: g_object_notify*( when we change the invisible...
2011-04-19 Benjamin Otteentry: Split out style-updating things into their own...
2011-04-19 Benjamin Otteentry: Move cairo_save() call for clarity
2011-04-19 Benjamin Otteentry: Omit useless clip
2011-04-19 Benjamin Otteentry: Guard clipping with a save/restore
2011-04-19 Benjamin Otteentry: Remove needless check
2011-04-17 Benjamin Ottedocs fix typo
2011-04-16 Benjamin Otteentry: Fix gtk_entry_get_icon_at_pos()
2011-04-16 Benjamin Otteentry: Use the new get_frame_size() argument in gtk_ent...
2011-04-16 Benjamin Otteentry: Add the ability to query frame size in two ways
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-04-01 Juan Pablo UgarteAdded GtkEntry:completion property
2011-03-21 Carlos Garcia Camposgtkentry: Add hinting to GtkEntry
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-03-07 Carlos Garnachoentry: Do not clobber state when rendering the default...
2011-03-03 John (J5) Palmieri[gi] add missing annotations for signals that emit...
2011-03-01 Matthias ClasenDon't use GDK_NONE when GDK_SELECTION_CLIPBOARD is...
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-23 Murray CummingMinor documentation improvements
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-07 Matthias ClasenAlways chain up in ::style-updated
2011-02-06 Michael Natterergtk: remove function gtk_entry_queue_draw() and call...
2011-01-31 Matthias ClasenMake GtkEntryCompletion::match-selected arguments consi...
2011-01-29 Paolo BorelliMove the get_cursor_color in GtkStyleContext
2011-01-29 Paolo BorelliUse GtkRGBA for the cursor color priv api.
2011-01-24 Matthias ClasenPort gtk_draw_insertion_cursor to GtkStyleContext
2011-01-24 Matthias ClasenSilence new gcc warnings
2011-01-21 Michael Natterergtk: no need to add GTK_STYLE_FLAG_FOCUSED to the widge...
2011-01-21 Michael Natterergtk: remove unused "window" variable from gtk_entry_dra...
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-17 Carlos GarnachoMake GtkEntry set the style context state.
2011-01-15 Matthias ClasenUnify handling of prelighted icons
2011-01-10 Tristan Van BerkomFixed GtkEntry to report the proper default value for...
2011-01-04 Matthias ClasenRemove gtktypeutils altogether
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2011-01-04 Carlos GarnachoGtkEntry: get font description from GtkStyleContext
2011-01-04 Carlos GarnachoGtkEntry: Remove unneeded calls
2010-12-21 Benjamin Ottegtk: Use g_object_unref instead of gdk_cursor_unref
2010-12-20 Matthias ClasenMake GtkEntry hide completely
2010-12-17 Tristan Van BerkomFixed gtk_entry_set_icon_tooltip_text & markup to not...
2010-12-17 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-13 Carlos GarnachoGtkEntry: Use GtkStyleContext.
2010-12-10 Matthias ClasenDon't access GdkDragContext fields directly
2010-12-08 Carlos Garcia CamposGtkEntry: Use gtk_widget_render_icon_pixbuf()
2010-12-05 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-05 Javier JardónAdd internal accessor for GtkEntry->is_cell_renderer
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Matthias ClasenMake unfocused selections visible in entries
2010-12-04 Carlos GarnachoGtkEntry: Set widget state as state flags.
2010-11-30 Cosimo CecchiMerge branch 'master' into open-with-dialog
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-23 Michael NattererMove all GdkDevice members to private and add one missi...
2010-11-19 Javier Jardóngtkentry: move public members to private structure
2010-11-19 Javier JardónAdd _gtk_entry_get_im_context() internal accessor
2010-11-18 Michael Natterergtk: honor entry->has_frame again draw the frame condit...
2010-11-18 Michael Natterergtk: draw the progress only on the text area
2010-11-08 Javier Jardóndocs: move documentation to inline comments: GtkEntry
2010-11-05 Javier Jardóndocs: move documentation to inline comments: GtkEntry
2010-10-30 Tristan Van BerkomFixed unused variable in get_preferred_height().
2010-10-30 Matthias ClasenRemove size_request from GtkEntry
2010-10-28 Tristan Van BerkomMerge branch 'kill-size-request'
2010-10-27 Tristan Van BerkomFixed unused variable in get_preferred_height().
2010-10-27 Matthias ClasenRemove size_request from GtkEntry
next