| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtkclist.h revert includes to how they have been before the | Michael Natterer | 2008-06-03 | 1 | -2/+2 |
* | define __GTK_H_INSIDE__ around including all other headers. | Michael Natterer | 2008-05-28 | 1 | -1/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -6/+2 |
* | Fix #105497; constify uses of GdkColor. | Federico Mena Quintero | 2004-01-26 | 1 | -6/+6 |
* | add marshal function types. | James Henstridge | 2001-09-25 | 1 | -0/+8 |
* | [ Patch from Sebastian Wilhelmi, 52790 ] | Owen Taylor | 2001-08-23 | 1 | -0/+1 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -4/+4 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -0/+4 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -4/+0 |
* | Use G_GNUC_CONST. | Elliot Lee | 2000-08-30 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | s/refcount/ref_count/. | Tim Janik | 2000-02-13 | 1 | -0/+1 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | removed deprecated functions: gtk_clist_set_border, | Tim Janik | 1999-01-17 | 1 | -8/+0 |
* | removed clist flag : GTK_CLIST_DRAG_SELECTION added flags : | Lars Hamann | 1998-12-16 | 1 | -17/+5 |
* | reverted bogus and undocumented!!! changes from Jay Cox (98/11/23 | Tim Janik | 1998-11-26 | 1 | -2/+2 |
* | Modified Files: gtkclist.c gtkclist.h gtkctree.c gtkctree.h gtknotebook.c | jaycox | 1998-11-23 | 1 | -2/+2 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -1/+9 |
* | return the nth GtkCTreeNode in row_list. (from Samuel Solon | Lars Hamann | 1998-11-18 | 1 | -0/+2 |
* | change a few cell styles of inserted row (change_style): change style of | Lars Hamann | 1998-10-16 | 1 | -20/+46 |
* | removed xor_gc, use clists xor_gc instead removed | Lars Hamann | 1998-10-07 | 1 | -1/+0 |
* | removed all occourances of #pragma } and #pragma { which were in place to | Tim Janik | 1998-10-07 | 1 | -3/+1 |
* | new signal GtkCList::resize_column. don't draw invisible columns | Lars Hamann | 1998-10-07 | 1 | -0/+9 |
* | new function to set/unset the selectable flag of a single row. | Lars Hamann | 1998-09-11 | 1 | -0/+5 |
* | `const' fixups.merge-to-themes-2-4 | Tim Janik | 1998-09-03 | 1 | -4/+4 |
* | new class methods: (sort_list) (insert_row) (remove_row) | Lars Hamann | 1998-08-17 | 1 | -195/+203 |
* | New function to set a callback to test if a node in drag can be dropped | John Ellis | 1998-08-15 | 1 | -0/+9 |
* | new enum GtkSortType. | Stefan Jeske | 1998-08-05 | 1 | -12/+1 |
* | changed to return a gboolean (gtk_ctree_insert_gnode): new function for | Lars Hamann | 1998-08-05 | 1 | -10/+23 |
* | New public function to find a row by its data pointer using a custom | Federico Mena Quintero | 1998-08-03 | 1 | -0/+4 |
* | Few fixes for column resize. Store resize column in clist->drag_pos. | Lars Hamann | 1998-07-31 | 1 | -78/+86 |
* | fixup, so that enum values are looked up. | Tim Janik | 1998-07-27 | 1 | -2/+2 |
* | new functions, recursive process tree to specified depth | Lars Hamann | 1998-07-20 | 1 | -26/+42 |
* | handle negative values similar to gtk_widget_set_uposition(). that is: | Tim Janik | 1998-07-16 | 1 | -6/+6 |
* | Added focus handling, horizontal and vertical autoscrolling, extended | Lars Hamann | 1998-07-15 | 1 | -6/+18 |
* | new CTree line style GTK_CTREE_LINES_TABBED | Lars Hamann | 1998-06-22 | 1 | -0/+3 |
* | Started documentation of GtkCTree. | Stefan Jeske | 1998-05-10 | 1 | -6/+6 |
* | New function (just like gtk_clist_moveto). | Stefan Jeske | 1998-05-04 | 1 | -23/+31 |
* | removed unneeded GtkCTree::draw_lines (gtk_ctree_get_node_info): New | Lars Hamann | 1998-05-01 | 1 | -15/+24 |
* | ctree import | Tim Janik | 1998-05-01 | 1 | -0/+326 |