summaryrefslogtreecommitdiff
path: root/gtk/gtkctree.c
Commit message (Expand)AuthorAgeFilesLines
* Undo an accidental revert of fixes of May 16. (Caught by Padraig O'Briain)Owen Taylor2002-05-201-2/+0
* Fix format of selection data to be 8 rather than GTK_TYPE_POINTER.Owen Taylor2002-05-141-1/+1
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-3/+6
* Remove some workarounds for +/= and shift key handling.Owen Taylor2002-02-211-24/+0
* Remove some strange arithmetic that was resulting in rows being drawn tooOwen Taylor2001-11-231-1/+1
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-6/+7
* Convert GTK_TYPE_CTREE_NODE to pointer derivation instead of boxedOwen Taylor2001-11-041-30/+13
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-4/+5
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-1/+1
* add marshal function types.James Henstridge2001-09-251-11/+47
* Don't draw with GTK_STATE_ACTIVE.Alex Larsson2001-09-191-3/+3
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-6/+6
* deprecate GTK_SELECTION_EXTENDED.Jonathan Blandford2001-08-271-15/+11
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-82/+0
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-6/+6
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-10/+36
* s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)Owen Taylor2001-06-051-0/+1
* i2001-04-24 Alexander Larsson <alexl@redhat.com>Alexander Larsson2001-04-241-0/+3
* make this somewhat key-navigableHavoc Pennington2001-03-241-1/+2
* 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