]> Pileus Git - ~andy/gtk/history - gtk/gtkentry.c
Minor doc cleanup
[~andy/gtk] / gtk / gtkentry.c
2013-03-06 Bastien NoceraGtkEntry: Sanity check the end_pos value in _get_displa...
2013-03-05 Matthias ClasenRename property to be more neutral
2013-03-05 Matthias ClasenReally keep GtkBubbleWindow private
2013-03-05 Matthias ClasenSmall documentation tweak
2013-03-05 Matthias ClasenAllow to populate bubbles with extra content
2013-03-05 Matthias ClasenDo without GtkSelectionWindow
2013-03-05 Carlos GarnachoMade GtkBubble/SelectionWindow private at the moment
2013-03-05 Carlos GarnachoUse gdk_threads_add_timeout to popup the selection...
2013-03-05 Carlos Garnachoentry: Use GtkSelectionWindow for touch text selection
2013-03-05 Carlos GarnachoEnsure the insertion handle stays on fake events (eg...
2013-02-18 Alexander LarssonGtkEntry: Fix text handle painting
2013-02-16 Paolo Borelli[entry] unregister icon windows
2013-02-07 Alexander LarssonAdd gtk_widget_(un)register_window
2012-12-06 Alexander Larssonentry: No need to reset layouts on style_updated
2012-12-06 Benjamin Ottegtk: Use context's font
2012-11-12 Mike GorseSend a notification when a GtkEntry icon's tooltip...
2012-09-03 Cosimo Cecchientry: fix requisition width/height to use the current...
2012-09-03 Paolo BorelliMake spinbutton orientable
2012-09-03 Matthias ClasenAdd a way to test touch features
2012-09-03 Carlos GarnachoImplement touch text selection in GtkEntry
2012-08-31 Matthias ClasenAllow setting Pango attributes on entries
2012-08-31 Matthias ClasenMove entry completion code where it belongs
2012-08-31 Matthias ClasenGtkEntry: pack GtkEntryPrivate a bit better
2012-08-25 Matthias ClasenTrivial: Fix a whitespace messup
2012-08-20 Matthias ClasenAdd documentation
2012-08-20 Matthias ClasenGtkEntry: Add input purpose and hints
2012-08-10 Mario Sanchez PradaExport gtk_entry_get_display_text() as a private functi...
2012-07-13 Carlos GarnachoEnsure pixbufs as entry icons get resized
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
next