summaryrefslogtreecommitdiff
path: root/gtk/gtkctree.c
Commit message (Expand)AuthorAgeFilesLines
...
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-26/+26
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-0/+21
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-2/+1
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-17/+19
* doh, this was broken beyond believe.Tim Janik2000-12-131-85/+88
* invoke maketypes.awk with LC_ALL=C to avoid localization misbehaviour.Tim Janik2000-10-261-6/+6
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-6/+6
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-021-7/+7
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-6/+7
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-765/+766
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-740/+739
* 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