| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetic docs change | Matthias Clasen | 2020-07-16 | 1 | -1/+1 |
* | listitem: Correct the docs | Matthias Clasen | 2020-06-26 | 1 | -3/+3 |
* | columnview: Add listitems for the columns | Benjamin Otte | 2020-05-30 | 1 | -0/+1 |
* | listitem: Move position/item/selected tracking to widget | Benjamin Otte | 2020-05-30 | 1 | -50/+21 |
* | listitemfactory: Simplify | Benjamin Otte | 2020-05-30 | 1 | -10/+3 |
* | listitem: Make this a GObject | Benjamin Otte | 2020-05-30 | 1 | -299/+14 |
* | listitem: Add "listitem.select" action and keybindings for it | Benjamin Otte | 2020-05-30 | 1 | -0/+56 |
* | listview: Implement activation | Benjamin Otte | 2020-05-30 | 1 | -13/+148 |
* | listitem: Change focus handling | Benjamin Otte | 2020-05-30 | 1 | -2/+48 |
* | listview: Add list.scroll_to_item action | Benjamin Otte | 2020-05-30 | 1 | -0/+18 |
* | listitem: Add a press gesture to select the item | Benjamin Otte | 2020-05-30 | 1 | -4/+83 |
* | listview: Reset listitems' CSS animations when rebinding | Benjamin Otte | 2020-05-30 | 1 | -0/+4 |
* | listview: Add selection properties to ListItem | Benjamin Otte | 2020-05-30 | 1 | -0/+128 |
* | listitem: Add gtk_list_item_get_position() | Benjamin Otte | 2020-05-30 | 1 | -13/+53 |
* | listview: Add GtkListItem | Benjamin Otte | 2020-05-30 | 1 | -0/+279 |
* | Remove GtkListItem completely | Christian Dywan | 2010-05-03 | 1 | -635/+0 |
* | Don't use GTK_WIDGET_STATE in internal code anymore | Javier Jardón | 2010-03-09 | 1 | -3/+9 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) | Javier Jardón | 2010-03-06 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-03-03 | 1 | -2/+2 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS) | Javier Jardón | 2010-03-02 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_HAS_FOCUS | Javier Jardón | 2010-03-01 | 1 | -2/+2 |
* | Deprecate widget flag: GTK_WIDGET_DRAWABLE | Javier Jardón | 2010-03-01 | 1 | -1/+1 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -2/+1 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -3/+3 |
* | gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c use canonical signal names. | Sven Neumann | 2008-08-11 | 1 | -53/+53 |
* | build with GTK_DISABLE_DEPRECATED again. | Michael Natterer | 2008-08-04 | 1 | -1/+3 |
* | Fix make check: | Michael Natterer | 2008-07-04 | 1 | -3/+0 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | build with GTK_DISABLE_DEPRECATED. | Michael Natterer | 2008-06-17 | 1 | -2/+6 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -4/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -11/+12 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -0/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. | Manish Singh | 2002-11-20 | 1 | -0/+2 |
* | Fix some warnings. | Darin Adler | 2001-12-15 | 1 | -1/+0 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -11/+15 |
* | Calculate size based on the _child_ of the menu item, not the menuitem. | Owen Taylor | 2001-11-26 | 1 | -1/+2 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -10/+11 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -6/+0 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -3/+77 |
* | Remove explicit pointer grabs, since they are no longer necessary. | Owen Taylor | 2001-04-16 | 1 | -11/+4 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -2/+6 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -10/+1 |
* | Remove draw_focus and draw_default (gtk_widget_draw_focus): remove this | Havoc Pennington | 2001-02-28 | 1 | -45/+0 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -28/+25 |