summaryrefslogtreecommitdiff
path: root/gtk/gtklistitem.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* doh, this was broken beyond believe.Tim Janik2000-12-131-28/+25
* Fix bugs Alex found:Havoc Pennington2000-12-041-13/+30
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-52/+0
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-13/+13
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-2/+2
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-10/+10
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* don't autoselect focus_row in case of GTK_SELECTION_EXTENDEDLars Hamann1999-02-111-96/+91
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-3/+4
* Added "style_set" handlers.Owen Taylor1998-12-111-0/+13
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-43/+28
* free undo_un/selection, unselect list_item before disconnect signalLars Hamann1998-10-301-156/+31
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-3/+0
* Few fixes for column resize. Store resize column in clist->drag_pos.Lars Hamann1998-07-311-29/+401
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* boy! did i really modify that many files?Tim Janik1998-06-161-2/+2
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Change style->white to style->base[] where appropriate. Change the defaultOwen Taylor1998-02-131-4/+6
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* Initial revisionElliot Lee1997-11-241-0/+394