| Commit message (Expand) | Author | Age | Files | Lines |
* | Commented out testthreads from the build process, since we won't have any | Owen Taylor | 1998-12-15 | 1 | -2/+7 |
* | Mark child->window as destroyed so we don't destroy it again. | Owen Taylor | 1998-12-12 | 1 | -1/+1 |
* | Add in a "style_set" handler so that the background of the clist changes | Owen Taylor | 1998-12-11 | 1 | -0/+7 |
* | avoid void pointer math | Manish Singh | 1998-12-11 | 1 | -1/+1 |
* | call toggle_row with valid row numbers only (toggle_row): check if | Lars Hamann | 1998-12-04 | 1 | -3/+8 |
* | fixed for-loop. | Lars Hamann | 1998-12-04 | 1 | -10/+19 |
* | Use GTK_STATE_INSENSITIVE for the foreground of cells for CLists in the | Owen Taylor | 1998-12-03 | 1 | -3/+11 |
* | moved checks upon focus setting from gtk_window_real_set_focus to | Tim Janik | 1998-12-03 | 1 | -1/+3 |
* | s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. | Tim Janik | 1998-12-02 | 1 | -14/+14 |
* | new class method/signal row_move. new public function. emit a row_move | Lars Hamann | 1998-12-02 | 1 | -47/+139 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | deprecated gtk_widget_freeze_accelerators and | Tim Janik | 1998-11-28 | 1 | -63/+65 |
* | define GtkCTreeNode as boxed type use GTK_CTREE_NODE_TYPE instead of | Lars Hamann | 1998-11-26 | 1 | -1/+3 |
* | reverted bogus and undocumented!!! changes from Jay Cox (98/11/23 | Tim Janik | 1998-11-26 | 1 | -5/+5 |
* | Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is the | Jeff Garzik | 1998-11-24 | 1 | -1/+1 |
* | Bugfix from Brandon Long <blong@fiction.net> - Do the intended thing with | Jeff Garzik | 1998-11-24 | 1 | -7/+7 |
* | Modified Files: gtkclist.c gtkclist.h gtkctree.c gtkctree.h gtknotebook.c | jaycox | 1998-11-23 | 1 | -9/+9 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -52/+107 |
* | return the nth GtkCTreeNode in row_list. (from Samuel Solon | Lars Hamann | 1998-11-18 | 1 | -0/+30 |
* | added ARG_WINDOW_PLACEMENT | Lars Hamann | 1998-11-11 | 1 | -48/+49 |
* | check if column[i].button is valid before calling gtk_widget_intersect on | Manish Singh | 1998-11-08 | 1 | -1/+2 |
* | Set background of title button window to GTK_STATE_NORMAL instead of | Stefan Jeske | 1998-11-07 | 1 | -1/+1 |
* | resize clist if adjustments are NULL and list size has changed | Lars Hamann | 1998-11-07 | 1 | -76/+146 |
* | gtk/gtkclist.h (struct _GtkCListClass) removed scrollbar_spacing.pre-themes-merge | Lars Hamann | 1998-11-05 | 1 | -5/+0 |
* | removed vscrollbar, hscrollbar, vscrollbar_policy, hscrollbar_policy. | Lars Hamann | 1998-11-05 | 1 | -446/+308 |
* | set correct focus_row after a remove_row call. | Lars Hamann | 1998-11-04 | 1 | -24/+19 |
* | samll fix for invisible columns | Lars Hamann | 1998-10-22 | 1 | -6/+7 |
* | rearranged some functions (gtk_clist_set_column_auto_resize): new | Lars Hamann | 1998-10-19 | 1 | -2349/+2633 |
* | change a few cell styles of inserted row (change_style): change style of | Lars Hamann | 1998-10-16 | 1 | -272/+458 |
* | added size_allocate_title_buttons call (gtk_clist_realize): changed | Lars Hamann | 1998-10-07 | 1 | -0/+8 |
* | new signal GtkCList::resize_column. don't draw invisible columns | Lars Hamann | 1998-10-07 | 1 | -188/+341 |
* | Added `visible'.GTK_1_1_2_MARTIN | Martin Baulig | 1998-10-04 | 1 | -7/+46 |
* | new function. (gtk_clist_insert): added g_return_val_if_fail() statements. | Tim Janik | 1998-10-01 | 1 | -18/+36 |
* | adde g_return_if_fail() statements. | Tim Janik | 1998-09-26 | 1 | -0/+12 |
* | update to Gtk+ version 1.1.3, binary age 1, interface age 1. | Tim Janik | 1998-09-23 | 1 | -2/+2 |
* | new function to set/unset the selectable flag of a single row. | Lars Hamann | 1998-09-11 | 1 | -32/+107 |
* | `const' fixups.merge-to-themes-2-4 | Tim Janik | 1998-09-03 | 1 | -36/+36 |
* | GTK_MENU_DIR_CHILD: check for the existance of | Tim Janik | 1998-09-03 | 1 | -21/+27 |
* | removed some unused variables | Manish Singh | 1998-08-24 | 1 | -0/+2 |
* | new class methods: (sort_list) (insert_row) (remove_row) | Lars Hamann | 1998-08-17 | 1 | -97/+127 |
* | removed gtk_input_add_interp.merge-to-themes-2-2 | Tim Janik | 1998-08-17 | 1 | -9/+9 |
* | Fix for resize bug. Call gtk_widget_size_allocate instead of | Lars Hamann | 1998-08-10 | 1 | -15/+18 |
* | Renamed my_merge and my_mergesort to gtk_clist_merge and | Stefan Jeske | 1998-08-06 | 1 | -19/+19 |
* | Renamed `merge' -> `my_merge' and `mergesort' -> `my_mergesort'. | Martin Baulig | 1998-08-06 | 1 | -16/+16 |
* | new enum GtkSortType. | Stefan Jeske | 1998-08-05 | 1 | -69/+277 |
* | don't you hate it when you apply the wrong patch and discover it only | George Lebl | 1998-08-03 | 1 | -1/+3 |
* | draw the buttons during a "draw" as well, this fixes a bug when the whole | George Lebl | 1998-08-03 | 1 | -0/+6 |
* | reset drag_pos after abort removed a few unneeded lines fixed compiler | Lars Hamann | 1998-08-02 | 1 | -30/+8 |
* | Few fixes for column resize. Store resize column in clist->drag_pos. | Lars Hamann | 1998-07-31 | 1 | -43/+53 |
* | removed a few unneeded lines | Lars Hamann | 1998-07-30 | 1 | -19/+6 |