summaryrefslogtreecommitdiff
path: root/gtk/gtklistitem.c
Commit message (Expand)AuthorAgeFilesLines
* listitem: Convert docsMatthias Clasen2021-03-111-67/+66
* Cosmetic docs changeMatthias Clasen2020-07-161-1/+1
* listitem: Correct the docsMatthias Clasen2020-06-261-3/+3
* columnview: Add listitems for the columnsBenjamin Otte2020-05-301-0/+1
* listitem: Move position/item/selected tracking to widgetBenjamin Otte2020-05-301-50/+21
* listitemfactory: SimplifyBenjamin Otte2020-05-301-10/+3
* listitem: Make this a GObjectBenjamin Otte2020-05-301-299/+14
* listitem: Add "listitem.select" action and keybindings for itBenjamin Otte2020-05-301-0/+56
* listview: Implement activationBenjamin Otte2020-05-301-13/+148
* listitem: Change focus handlingBenjamin Otte2020-05-301-2/+48
* listview: Add list.scroll_to_item actionBenjamin Otte2020-05-301-0/+18
* listitem: Add a press gesture to select the itemBenjamin Otte2020-05-301-4/+83
* listview: Reset listitems' CSS animations when rebindingBenjamin Otte2020-05-301-0/+4
* listview: Add selection properties to ListItemBenjamin Otte2020-05-301-0/+128
* listitem: Add gtk_list_item_get_position()Benjamin Otte2020-05-301-13/+53
* listview: Add GtkListItemBenjamin Otte2020-05-301-0/+279
* Remove GtkListItem completelyChristian Dywan2010-05-031-635/+0
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-3/+9
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-2/+2
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-1/+1
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-3/+3
* gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.c use canonical signal names.Sven Neumann2008-08-111-53/+53
* build with GTK_DISABLE_DEPRECATED again.Michael Natterer2008-08-041-1/+3
* Fix make check:Michael Natterer2008-07-041-3/+0
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* build with GTK_DISABLE_DEPRECATED.Michael Natterer2008-06-171-2/+6
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+0
* Intern some more strings.Matthias Clasen2005-09-011-11/+12
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-0/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-0/+2
* Fix some warnings.Darin Adler2001-12-151-1/+0
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-11/+15
* Calculate size based on the _child_ of the menu item, not the menuitem.Owen Taylor2001-11-261-1/+2
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-10/+11
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-6/+0
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-3/+77
* Remove explicit pointer grabs, since they are no longer necessary.Owen Taylor2001-04-161-11/+4
* make this somewhat key-navigableHavoc Pennington2001-03-241-2/+6
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-10/+1
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-45/+0