summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.c
Commit message (Expand)AuthorAgeFilesLines
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-1039/+1037
* gtk/gtkclist.c (gtk_clist_motion) If we get a motion event with is_hintTor Lillqvist2000-04-151-0/+5
* Merges from gtk-1-2Owen Taylor2000-03-141-48/+56
* Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>GMT 2000 Tony Gale2000-02-291-2/+2
* Adapt cast macros to standard.Raja R Harinath1999-11-221-18/+25
* Fix off-by-one bug in parameter check.GMT 1999 Tony Gale1999-11-101-1/+1
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-1/+0
* Add gdk_threads_mutex.Tor Lillqvist1999-09-171-1/+1
* merges from gtk-1-2Lars Hamann1999-04-301-166/+147
* Merge in Win32 version: Define macro GDKVAR for declaring gdk variablesTor Lillqvist1999-03-171-1/+1
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-171-108/+188
* Make prototypes for drag_data_get and drag_data_received handlers matchOwen Taylor1999-02-251-2/+2
* Unset the clip mask for the GC if we set it. (Patch from Lars HamannOwen Taylor1999-02-251-0/+2
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* added widget arg ::titles_active.Tim Janik1999-02-181-0/+23
* don't autoselect focus_row in case of GTK_SELECTION_EXTENDEDLars Hamann1999-02-111-197/+97
* don't autoselect focus_row in case of GTK_SELECTION_EXTENDEDLars Hamann1999-02-101-2/+2
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-5/+8
* changed to 64 (gtk_clist_draw_focus) (hadjustment_value_changed)Lars Hamann1999-02-081-7/+9
* search last visible column instead of using clist->columns.Lars Hamann1999-02-061-14/+45
* in case of GTK_SELECTION_BROWSE select first inserted row.Lars Hamann1999-02-021-17/+60
* removed extra gtk_spin_button_update calls again. unblock dnd signalLars Hamann1999-01-231-1/+12
* Don't search entire row list twice for element being removed.Jeff Garzik1999-01-211-3/+6
* only call grab_add if pointer_grab succeeds. (gtk_clist_unmap): removeLars Hamann1999-01-181-11/+29
* block drag source signal handler during column resizes.Lars Hamann1999-01-171-3/+20
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-11/+0
* fixed double click bug.Lars Hamann1999-01-161-6/+0
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-4/+4
* gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.cOwen Taylor1999-01-141-7/+7
* only pass key events to the focus widget if it is sensitive.Tim Janik1999-01-111-1/+1
* call gtk_spin_button_update before returning a valueLars Hamann1999-01-081-23/+20
* Check for features.h.Jeff Garzik1999-01-011-1/+1
* gtk.m4: When testing to see if glib exists, set LIBS="$GTK_LIBS $LIBS" NOTElliot Lee1998-12-311-2/+5
* fixed column resize bugLars Hamann1998-12-211-4/+4
* fixed GDK_2BUTTON_PRESS bug.Lars Hamann1998-12-191-7/+9
* 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
* removed clist flag : GTK_CLIST_DRAG_SELECTION added flags :Lars Hamann1998-12-161-317/+923
* Use base[NORMAL] instead of bg[PRELIGHT] so CLists now can be used inOwen Taylor1998-12-161-18/+29
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-2/+7
* Mark child->window as destroyed so we don't destroy it again.Owen Taylor1998-12-121-1/+1
* Add in a "style_set" handler so that the background of the clist changesOwen Taylor1998-12-111-0/+7
* avoid void pointer mathManish Singh1998-12-111-1/+1
* call toggle_row with valid row numbers only (toggle_row): check ifLars Hamann1998-12-041-3/+8
* fixed for-loop.Lars Hamann1998-12-041-10/+19
* Use GTK_STATE_INSENSITIVE for the foreground of cells for CLists in theOwen Taylor1998-12-031-3/+11
* moved checks upon focus setting from gtk_window_real_set_focus toTim Janik1998-12-031-1/+3
* s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.Tim Janik1998-12-021-14/+14
* new class method/signal row_move. new public function. emit a row_moveLars Hamann1998-12-021-47/+139
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1