summaryrefslogtreecommitdiff
path: root/gtk/gtkctree.c
Commit message (Expand)AuthorAgeFilesLines
* Merges from gtk-1-2Owen Taylor2000-03-141-21/+30
* 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-3/+11
* Substitute gdkx.h => gdkprivate.h since we need to accesss onlyOwen Taylor1999-11-081-5/+4
* merges from gtk-1-2Lars Hamann1999-04-301-66/+92
* 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-18/+1
* 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-45/+41
* don't autoselect focus_row in case of GTK_SELECTION_EXTENDEDLars Hamann1999-02-101-3/+2
* applied patch from Paolo Molaro to fix GTK_TYPE_POINTER args ofTim Janik1999-02-101-1/+1
* changed to 64 (gtk_clist_draw_focus) (hadjustment_value_changed)Lars Hamann1999-02-081-2/+3
* search last visible column instead of using clist->columns.Lars Hamann1999-02-061-1/+6
* in case of GTK_SELECTION_BROWSE select first inserted row.Lars Hamann1999-02-021-17/+52
* Don't search selection list twice. (real_select_row): Remove extra ';',Jeff Garzik1999-01-231-2/+7
* add a sanity check [from Todd Dukes <todddukes@netscape.net>]Lars Hamann1999-01-181-0/+1
* fixed auto resize bug.Lars Hamann1999-01-181-5/+14
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-29/+0
* call gtk_spin_button_update before returning a valueLars Hamann1999-01-081-46/+37
* fix for dnd bug reported by Bertrand Guiheneuf. Don't return FALSE ifLars Hamann1999-01-061-6/+0
* fixed auto_resize bugLars Hamann1999-01-031-15/+21
* removed clist flag : GTK_CLIST_DRAG_SELECTION added flags :Lars Hamann1998-12-161-711/+546
* Use base[NORMAL] instead of bg[PRELIGHT] so CLists now can be used inOwen Taylor1998-12-161-21/+40
* fixed for-loop.Lars Hamann1998-12-041-8/+9
* new class method/signal row_move. new public function. emit a row_moveLars Hamann1998-12-021-0/+54
* 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-84/+41
* define GtkCTreeNode as boxed type use GTK_CTREE_NODE_TYPE instead ofLars Hamann1998-11-261-6/+7
* reverted bogus and undocumented!!! changes from Jay Cox (98/11/23Tim Janik1998-11-261-5/+5
* Modified Files: gtkclist.c gtkclist.h gtkctree.c gtkctree.h gtknotebook.cjaycox1998-11-231-7/+7
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-3/+167
* return the nth GtkCTreeNode in row_list. (from Samuel SolonLars Hamann1998-11-181-0/+13
* added ARG_WINDOW_PLACEMENTLars Hamann1998-11-111-74/+30
* fix focus_row adjustment (gtk_ctree_remove_node): select focus_row ifLars Hamann1998-11-041-5/+23
* removed. gtk_clist_destroy is sufficientLars Hamann1998-10-221-40/+0
* rearranged some functions (gtk_clist_set_column_auto_resize): newLars Hamann1998-10-191-34/+480
* change a few cell styles of inserted row (change_style): change style ofLars Hamann1998-10-161-1208/+1159
* removed xor_gc, use clists xor_gc instead removedLars Hamann1998-10-071-51/+19
* new signal GtkCList::resize_column. don't draw invisible columnsLars Hamann1998-10-071-99/+186
* fixes for assignment errors with GTK_CTREE_NODE_NEXT/PREVLars Hamann1998-10-021-57/+80
* new function to set/unset the selectable flag of a single row.Lars Hamann1998-09-111-29/+96
* `const' fixups.merge-to-themes-2-4Tim Janik1998-09-031-17/+21
* new class methods: (sort_list) (insert_row) (remove_row)Lars Hamann1998-08-171-335/+523
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-6/+0
* New function to set a callback to test if a node in drag can be droppedJohn Ellis1998-08-151-17/+106
* new enum GtkSortType.Stefan Jeske1998-08-051-63/+46
* changed to return a gboolean (gtk_ctree_insert_gnode): new function forLars Hamann1998-08-051-8/+112
* New public function to find a row by its data pointer using a customFederico Mena Quintero1998-08-031-0/+21
* Few fixes for column resize. Store resize column in clist->drag_pos.Lars Hamann1998-07-311-434/+453
* fixup, so that enum values are looked up.Tim Janik1998-07-271-4/+4