summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added size_allocate_title_buttons call (gtk_clist_realize): changedLars Hamann1998-10-071-0/+8
* new signal GtkCList::resize_column. don't draw invisible columnsLars Hamann1998-10-071-188/+341
* Added `visible'.GTK_1_1_2_MARTINMartin Baulig1998-10-041-7/+46
* new function. (gtk_clist_insert): added g_return_val_if_fail() statements.Tim Janik1998-10-011-18/+36
* adde g_return_if_fail() statements.Tim Janik1998-09-261-0/+12
* update to Gtk+ version 1.1.3, binary age 1, interface age 1.Tim Janik1998-09-231-2/+2
* new function to set/unset the selectable flag of a single row.Lars Hamann1998-09-111-32/+107
* `const' fixups.merge-to-themes-2-4Tim Janik1998-09-031-36/+36
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-21/+27
* removed some unused variablesManish Singh1998-08-241-0/+2
* new class methods: (sort_list) (insert_row) (remove_row)Lars Hamann1998-08-171-97/+127
* removed gtk_input_add_interp.merge-to-themes-2-2Tim Janik1998-08-171-9/+9
* Fix for resize bug. Call gtk_widget_size_allocate instead ofLars Hamann1998-08-101-15/+18
* Renamed my_merge and my_mergesort to gtk_clist_merge andStefan Jeske1998-08-061-19/+19
* Renamed `merge' -> `my_merge' and `mergesort' -> `my_mergesort'.Martin Baulig1998-08-061-16/+16
* new enum GtkSortType.Stefan Jeske1998-08-051-69/+277
* don't you hate it when you apply the wrong patch and discover it onlyGeorge Lebl1998-08-031-1/+3
* draw the buttons during a "draw" as well, this fixes a bug when the wholeGeorge Lebl1998-08-031-0/+6
* reset drag_pos after abort removed a few unneeded lines fixed compilerLars Hamann1998-08-021-30/+8
* Few fixes for column resize. Store resize column in clist->drag_pos.Lars Hamann1998-07-311-43/+53
* removed a few unneeded linesLars Hamann1998-07-301-19/+6