]> Pileus Git - ~andy/gtk/history - gtk/gtkentry.c
entry: guard for != NULL before unreffing the pixbuf
[~andy/gtk] / gtk / gtkentry.c
2012-07-08 Cosimo Cecchientry: guard for != NULL before unreffing the pixbuf
2012-07-02 Cosimo Cecchidocs: fix a number of typos and obsolete references
2012-06-13 Cosimo Cecchientry-completion: don't move to leftmost character...
2012-06-13 Matthias Clasenfix a typo
2012-06-11 Matthias ClasenUpdate docs for GtkEntry::activate
2012-05-06 José Alburquerquegtk_entry_[get|set]_inner_border(): Clarify the depreca...
2012-05-04 Bastien NoceraAdd support for disabling middle click paste
2012-04-13 Matthias ClasenFix malformed doc comments
2012-03-22 Matthias Clasenentry: Don't show a num lock warning
2012-02-27 Javier JardónChange FSF Address
2012-02-23 Carlos Garnachoentry: Handle ::grab-notify
2012-02-21 Cosimo Cecchientry: fix progressbar area size for interior-focus...
2012-02-20 Cosimo Cecchientry: trim the progress bar area if the text area...
2012-02-18 Cosimo Cecchientry: don't force zero Y coordinate for insertion...
2012-02-15 Murray CummingDocumentation: Correct references to properties.
2012-01-31 Javier Jardóngtkentry: Fix compilation warnings
2012-01-31 Cosimo Cecchientry: deprecate the progress-border style property
2012-01-31 Cosimo Cecchientry: use the CSS margin for the progress margin offset
2012-01-31 Cosimo Cecchientry: use padding on the image area to position the...
2012-01-31 Cosimo Cecchientry: deprecate inner-border and gtk_entry_get/set_inn...
2012-01-31 Cosimo Cecchientry: always add padding to the allocation
2012-01-31 Cosimo Cecchientry: don't consider inner-border for allocation and...
2012-01-31 Cosimo Cecchientry: don't blindly center the text area in the alloca...
2012-01-31 Cosimo Cecchientry: change _gtk_entry_get_borders() to return a...
2012-01-31 Cosimo Cecchientry: allocate the CSS borders to GtkEntry
2012-01-27 Carlos Garcia Camposgtkentry: Use symbolic names for button numbers
2011-12-19 Rui Matosentry: Use the widget state flags as a base for drawing...
2011-12-19 Rui Matosentry: Stop setting state flags on the style context...
2011-12-18 Matthias ClasenUse the workarea when placing popups
2011-12-16 Benjamin Otteentry: Move freeze/thaw into begin/end_change
2011-12-16 Benjamin Otteentry: Don't try to handle Tab in entry completions
2011-12-05 Alexander LarssonMerge branch 'transparent-windows'
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
next