| Commit message (Expand) | Author | Age | Files | Lines |
* | changed to 64 (gtk_clist_draw_focus) (hadjustment_value_changed) | Lars Hamann | 1999-02-08 | 1 | -7/+9 |
* | search last visible column instead of using clist->columns. | Lars Hamann | 1999-02-06 | 1 | -14/+45 |
* | in case of GTK_SELECTION_BROWSE select first inserted row. | Lars Hamann | 1999-02-02 | 1 | -17/+60 |
* | removed extra gtk_spin_button_update calls again. unblock dnd signal | Lars Hamann | 1999-01-23 | 1 | -1/+12 |
* | Don't search entire row list twice for element being removed. | Jeff Garzik | 1999-01-21 | 1 | -3/+6 |
* | only call grab_add if pointer_grab succeeds. (gtk_clist_unmap): remove | Lars Hamann | 1999-01-18 | 1 | -11/+29 |
* | block drag source signal handler during column resizes. | Lars Hamann | 1999-01-17 | 1 | -3/+20 |
* | removed deprecated functions: gtk_clist_set_border, | Tim Janik | 1999-01-17 | 1 | -11/+0 |
* | fixed double click bug. | Lars Hamann | 1999-01-16 | 1 | -6/+0 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 1 | -4/+4 |
* | gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.c | Owen Taylor | 1999-01-14 | 1 | -7/+7 |
* | only pass key events to the focus widget if it is sensitive. | Tim Janik | 1999-01-11 | 1 | -1/+1 |
* | call gtk_spin_button_update before returning a value | Lars Hamann | 1999-01-08 | 1 | -23/+20 |
* | Check for features.h. | Jeff Garzik | 1999-01-01 | 1 | -1/+1 |
* | gtk.m4: When testing to see if glib exists, set LIBS="$GTK_LIBS $LIBS" NOT | Elliot Lee | 1998-12-31 | 1 | -2/+5 |
* | fixed column resize bug | Lars Hamann | 1998-12-21 | 1 | -4/+4 |
* | fixed GDK_2BUTTON_PRESS bug. | Lars Hamann | 1998-12-19 | 1 | -7/+9 |
* | Move main thread lock back to GDK - we need it there for locking when | Owen Taylor | 1998-12-16 | 1 | -5/+4 |
* | version bump to 1.1.8, binary age 0, interface age 0, depend on GLib | Tim Janik | 1998-12-16 | 1 | -4/+4 |
* | removed clist flag : GTK_CLIST_DRAG_SELECTION added flags : | Lars Hamann | 1998-12-16 | 1 | -317/+923 |
* | Use base[NORMAL] instead of bg[PRELIGHT] so CLists now can be used in | Owen Taylor | 1998-12-16 | 1 | -18/+29 |
* | 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 |