summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.c
Commit message (Expand)AuthorAgeFilesLines
* Make it compile against GLib 2.9:Matthias Clasen2005-12-061-6/+6
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-8/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+6
* More canonical property names.Matthias Clasen2005-03-091-8/+8
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+3
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-261-6/+6
* Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argumentMatthias Clasen2003-12-171-2/+2
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-5/+5
* System fnmatch wasn't going to be UTF-8 clean, neither was our version.Owen Taylor2002-12-131-5/+3
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-1/+1
* Fix typo with hadjustment/vadjustment introduce prior to 2.0.0. (#84621,Owen Taylor2002-12-101-3/+3
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-0/+1
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-171-0/+2
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-18/+13
* Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().Owen Taylor2002-06-181-2/+2
* Fix format of selection data to be 8 rather than GTK_TYPE_POINTER.Owen Taylor2002-05-141-5/+2
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-20/+35
* Patch from Matthias Clasen (#54488)Owen Taylor2002-02-231-16/+2
* gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.cOwen Taylor2002-02-181-2/+6
* Return FALSE if not shoing the titles. (#70959, Thomas Leonard)Owen Taylor2002-02-081-0/+3
* Remove some strange arithmetic that was resulting in rows being drawn tooOwen Taylor2001-11-231-1/+1
* Offset invalidated range correctly. Fix scrolling of title window.Owen Taylor2001-11-231-27/+64
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-17/+18
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-151-0/+13
* Add GTK_SELECTION_NONE enum, #61695Jonathan Blandford2001-10-311-0/+10
* don't cast a PIXTEXT cell to a PIXMAP cell (fixes crash when using PIXTEXTjacob berkman2001-10-221-0/+5
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-3/+3
* Don't draw with GTK_STATE_ACTIVE.Alex Larsson2001-09-191-4/+4
* Fix up for changes to PangoFontDescription.Owen Taylor2001-09-181-12/+17
* deprecate GTK_SELECTION_EXTENDED.Jonathan Blandford2001-08-271-35/+20
* Add properties for labels, mnemonics and stock items. Added C accessorAlexander Larsson2001-08-271-1/+1
* coalescing property notifiesHans Breuer2001-08-111-1/+1
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-116/+0
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-11/+11
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-2/+79
* Use new pango_context_get_metrics() to fix problems with font lists inOwen Taylor2001-06-261-6/+4
* Add missing gdk_rectangle_get_type() prototype.Owen Taylor2001-06-141-3/+3
* geez, don't call g_list funcs on GSListHavoc Pennington2001-06-081-13/+11
* Apply fix from Sam Solon, bug #54577, update value even if not drawable.Havoc Pennington2001-06-041-72/+82
* i2001-04-24 Alexander Larsson <alexl@redhat.com>Alexander Larsson2001-04-241-0/+13
* Add GdkEventSetting event for notification of changes to system settings,Owen Taylor2001-04-021-2/+2
* make this somewhat key-navigableHavoc Pennington2001-03-241-2/+9
* Handle quoting of / with \; properly handle __ in paths, quote " and \n inOwen Taylor2001-03-191-2/+2
* Scroll using gdk_window_scroll(). Don't wait for exposes. Move the columnAlexander Larsson2001-03-121-161/+27
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-1/+1
* marshaller fixes.Tim Janik2001-03-071-3/+3
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-2/+2
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-4/+3