summaryrefslogtreecommitdiff
path: root/gtk/gtklist.c
Commit message (Expand)AuthorAgeFilesLines
* make this somewhat key-navigableHavoc Pennington2001-03-241-0/+4
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-1/+1
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-37/+0
* marshaller fixes.Tim Janik2001-03-071-2/+2
* small (not only) portability fixesHans Breuer2001-02-251-0/+2
* use the visual scroll steps.Havoc Pennington2001-02-191-0/+4
* default initialize the generated ENTER_NOTIFY event with 0, otherwise notTim Janik2001-02-171-2/+6
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-0/+8
* doh, this was broken beyond believe.Tim Janik2000-12-131-25/+24
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-32/+0
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-3/+3
* Doc comment fixing. (Mostly non-matching parameter names.)Owen Taylor2000-09-071-8/+8
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-7/+10
* gtk/gtkclist.c (gtk_clist_motion) If we get a motion event with is_hintTor Lillqvist2000-04-151-0/+5
* Adapt cast macros to standard.Raja R Harinath1999-11-221-28/+64
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* don't autoselect focus_row in case of GTK_SELECTION_EXTENDEDLars Hamann1999-02-111-5/+4
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-4/+9
* in case of GTK_SELECTION_BROWSE select first inserted row.Lars Hamann1999-02-021-18/+50
* only call grab_add if pointer_grab succeeds. (gtk_list_unmap): removeLars Hamann1999-01-201-135/+170
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-2/+2
* gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.cOwen Taylor1999-01-141-1/+1
* end drag selections if necessary.Lars Hamann1999-01-111-3/+56
* only pass key events to the focus widget if it is sensitive.Tim Janik1999-01-111-1/+1
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-5/+4
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-4/+4
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-2/+7
* Added "style_set" handlers.Owen Taylor1998-12-111-0/+12
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* cast NULL to GtkItemFactoryCallback to ensure proper type (SunPro ccManish Singh1998-11-121-1/+1
* free undo_un/selection, unselect list_item before disconnect signalLars Hamann1998-10-301-1101/+1427
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-9/+11
* new class methods: (sort_list) (insert_row) (remove_row)Lars Hamann1998-08-171-1/+1
* Few fixes for column resize. Store resize column in clist->drag_pos.Lars Hamann1998-07-311-91/+1291
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-27/+3
* 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
* Only respond to selection with button 1. This allows context-sensitiveOwen Taylor1998-06-191-1/+1
* boy! did i really modify that many files?Tim Janik1998-06-161-0/+8
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* prefixed all clist flags with GTK_ to avoid name clashes. redefinedTim Janik1998-05-011-60/+71
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-68/+73
* Allow the user to use the popup list like a menu.Owen Taylor1998-04-301-11/+39
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-1/+1
* More extensive debugging outputOwen Taylor1998-04-031-2/+2
* /home/otaylor/commitOwen Taylor1998-03-241-4/+4
* fetch the inintial value of attributes.event_mask fromTim Janik1998-03-121-1/+1
* applied gtk-bolliet-980310-0.patch.gz which adds more checks andTim Janik1998-03-111-2/+3