| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes to the gtk docs | Matthias Clasen | 2018-05-05 | 1 | -0/+1 |
* | entry: Make icons a paintable | Benjamin Otte | 2018-03-16 | 1 | -3/+3 |
* | entry: Remove priv pointer | Timm Bäder | 2018-03-04 | 1 | -2/+0 |
* | entry: Remove cursor adjustment APIs | Benjamin Otte | 2018-03-02 | 1 | -8/+0 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -17/+15 |
* | contentformats: Rename GtkTargetList | Benjamin Otte | 2017-11-20 | 1 | -1/+1 |
* | entry: Add a key binding for the emoji chooser | Matthias Clasen | 2017-11-19 | 1 | -1/+1 |
* | entry: Remove surface icons | Benjamin Otte | 2017-11-05 | 1 | -7/+0 |
* | image: Add the ability to set textures | Benjamin Otte | 2017-11-05 | 1 | -1/+8 |
* | GtkEntry: Use surfaces, not pixbufs for bitmapped icons | Alexander Larsson | 2017-10-23 | 1 | -5/+5 |
* | Drop docs for no-longer-existing API | Matthias Clasen | 2016-11-19 | 1 | -7/+0 |
* | entry: Fix coordinates after rendernode conversion | Timm Bäder | 2016-11-05 | 1 | -16/+0 |
* | entry: Remove inner-border (style) property | Timm Bäder | 2016-10-16 | 1 | -6/+0 |
* | Remove GtkStock API from GtkImage | Timm Bäder | 2016-10-16 | 1 | -7/+0 |
* | gtkentry: Document vfuncs in GtkEntryClass | Philip Withnall | 2015-03-11 | 1 | -0/+44 |
* | GtkEntry: Added gtk_entry_grab_focus_without_selection() | Ankita Patil | 2014-12-05 | 1 | -0/+3 |
* | Add GtkEntry:max-width-chars | Matthias Clasen | 2014-02-11 | 1 | -0/+6 |
* | GtkEntry: add a "tabs" property for setting a PangoTabArray in the layout. | Andrew Walton | 2013-08-19 | 1 | -0/+7 |
* | Start deprecating some GtkStock API | William Jon McCann | 2013-06-25 | 1 | -2/+2 |
* | Add annotations to gtk headers | Matthias Clasen | 2013-05-05 | 1 | -0/+62 |
* | Allow to populate bubbles with extra content | Matthias Clasen | 2013-03-05 | 1 | -1/+1 |
* | Move single-include guards inside include guards | Matthias Clasen | 2012-12-28 | 1 | -4/+4 |
* | Make spinbutton orientable | Paolo Borelli | 2012-09-03 | 1 | -2/+6 |
* | Allow setting Pango attributes on entries | Matthias Clasen | 2012-08-31 | 1 | -0/+5 |
* | GtkEntry: Add input purpose and hints | Matthias Clasen | 2012-08-20 | 1 | -0/+12 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | gtk: Use versioned deprecations | Matthias Clasen | 2012-02-27 | 1 | -4/+4 |
* | entry: deprecate inner-border and gtk_entry_get/set_inner_border() | Cosimo Cecchi | 2012-01-31 | 1 | -0/+2 |
* | gtk: Use const instead G_CONST_RETURN | Javier Jardón | 2011-06-10 | 1 | -7/+7 |
* | gtkentry: Add hinting to GtkEntry | Carlos Garcia Campos | 2011-03-21 | 1 | -0/+4 |
* | gtkentry: move public members to private structure | Javier Jardón | 2010-11-19 | 1 | -54/+6 |
* | docs: move documentation to inline comments: GtkEntry | Javier Jardón | 2010-11-05 | 1 | -0/+9 |
* | gtk: add gtk_entry_get_text_area() and gtk_entry_get_icon_area() | Michael Natterer | 2010-10-22 | 1 | -0/+6 |
* | Make GtkEntry a no-window widget | Matthias Clasen | 2010-10-21 | 1 | -4/+0 |
* | Add padding to class structs | Matthias Clasen | 2010-10-19 | 1 | -0/+6 |
* | Remove deprecated text and text_length field in GtkEntry | Matthias Clasen | 2010-08-28 | 1 | -5/+0 |
* | Merge branch 'gtk-2-90' | Matthias Clasen | 2010-05-06 | 1 | -21/+2 |
|\ |
|
| * | Restore gtk_entry_get_icon_window() again | Javier Jardón | 2010-05-03 | 1 | -0/+2 |
| * | Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES | Michael Natterer | 2010-05-03 | 1 | -1/+1 |
| * | Remove deprecated GtkEntry functions | Christian Dywan | 2010-05-03 | 1 | -22/+0 |
* | | Use event instead key in the previous patch | Javier Jardón | 2010-05-05 | 1 | -1/+1 |
* | | Added api to reset the im context in GtkTextView and GtkEntry | Javier Jardón | 2010-05-05 | 1 | -0/+4 |
|/ |
|
* | Bug 607778 - Add accessors for GtkEntry's windows | Michael Natterer | 2010-01-22 | 1 | -0/+13 |
* | GtkEntryBuffer holds text for GtkEntry | Stef Walter | 2009-07-08 | 1 | -5/+10 |
* | Add properties and getters for icon tooltips. | Matthias Clasen | 2009-01-18 | 1 | -0/+4 |
* | Use the last chance to get the api right, and rename things for | Matthias Clasen | 2009-01-18 | 1 | -4/+4 |
* | Bug 85292 – add an icon to gtkentry | Cody Russell | 2008-12-19 | 1 | -17/+78 |
* | Bug 546285 – Allow GtkEntry to draw progress | Michael Natterer | 2008-12-05 | 1 | -0/+12 |
* | gtk/gtkcellrenderertext.h gtk/gtkentry.[ch] gtk/gtkimcontext.h | Michael Natterer | 2008-10-30 | 1 | -1/+0 |
* | no need to include <gdk/gdk.h> in any widget header, it's included via | Michael Natterer | 2008-10-30 | 1 | -1/+1 |