summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-63/+65
* define GtkCTreeNode as boxed type use GTK_CTREE_NODE_TYPE instead ofLars Hamann1998-11-261-1/+3
* reverted bogus and undocumented!!! changes from Jay Cox (98/11/23Tim Janik1998-11-261-5/+5
* Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is theJeff Garzik1998-11-241-1/+1
* Bugfix from Brandon Long <blong@fiction.net> - Do the intended thing withJeff Garzik1998-11-241-7/+7
* Modified Files: gtkclist.c gtkclist.h gtkctree.c gtkctree.h gtknotebook.cjaycox1998-11-231-9/+9
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-52/+107
* return the nth GtkCTreeNode in row_list. (from Samuel SolonLars Hamann1998-11-181-0/+30
* added ARG_WINDOW_PLACEMENTLars Hamann1998-11-111-48/+49
* check if column[i].button is valid before calling gtk_widget_intersect onManish Singh1998-11-081-1/+2
* Set background of title button window to GTK_STATE_NORMAL instead ofStefan Jeske1998-11-071-1/+1
* resize clist if adjustments are NULL and list size has changedLars Hamann1998-11-071-76/+146
* gtk/gtkclist.h (struct _GtkCListClass) removed scrollbar_spacing.pre-themes-mergeLars Hamann1998-11-051-5/+0
* removed vscrollbar, hscrollbar, vscrollbar_policy, hscrollbar_policy.Lars Hamann1998-11-051-446/+308
* set correct focus_row after a remove_row call.Lars Hamann1998-11-041-24/+19
* samll fix for invisible columnsLars Hamann1998-10-221-6/+7
* rearranged some functions (gtk_clist_set_column_auto_resize): newLars Hamann1998-10-191-2349/+2633
* change a few cell styles of inserted row (change_style): change style ofLars Hamann1998-10-161-272/+458