summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* use the visual scroll steps.Havoc Pennington2001-02-191-0/+9
* default initialize the generated ENTER_NOTIFY event with 0, otherwise notTim Janik2001-02-171-2/+6
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-9/+19
* doh, this was broken beyond believe.Tim Janik2000-12-131-102/+104
* Fix off-by-one error in checks. (Dave Lambert)Owen Taylor2000-12-121-1/+1
* Add a function to determine if a window is the focus widget within itsOwen Taylor2000-12-111-194/+207
* Fix link to PNG home, remove reference to fribidi.Owen Taylor2000-12-051-1/+2
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-51/+0
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-17/+17
* Don't leave dangling ->prev fields when merging lists. (FoundOwen Taylor2000-08-181-1/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Add a 'text' argument to set the initial text.Owen Taylor2000-07-021-5/+4
* *** empty log message ***Owen Taylor2000-07-021-6/+2
* Use pango_layout_get_pixel_extents() to remove a large number of '/Owen Taylor2000-07-021-9/+8
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-23/+24
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-1022/+1062
* let you set the titles to be active, even if they aren't visible.Jonathan Blandford2000-05-291-6/+0
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-1039/+1037
* gtk/gtkclist.c (gtk_clist_motion) If we get a motion event with is_hintTor Lillqvist2000-04-151-0/+5