| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -18/+13 |
* | Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). | Owen Taylor | 2002-06-18 | 1 | -2/+2 |
* | Fix format of selection data to be 8 rather than GTK_TYPE_POINTER. | Owen Taylor | 2002-05-14 | 1 | -5/+2 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -20/+35 |
* | Patch from Matthias Clasen (#54488) | Owen Taylor | 2002-02-23 | 1 | -16/+2 |
* | gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.c | Owen Taylor | 2002-02-18 | 1 | -2/+6 |
* | Return FALSE if not shoing the titles. (#70959, Thomas Leonard) | Owen Taylor | 2002-02-08 | 1 | -0/+3 |
* | Remove some strange arithmetic that was resulting in rows being drawn too | Owen Taylor | 2001-11-23 | 1 | -1/+1 |
* | Offset invalidated range correctly. Fix scrolling of title window. | Owen Taylor | 2001-11-23 | 1 | -27/+64 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -17/+18 |
* | Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) | Owen Taylor | 2001-11-15 | 1 | -0/+13 |
* | Add GTK_SELECTION_NONE enum, #61695 | Jonathan Blandford | 2001-10-31 | 1 | -0/+10 |
* | don't cast a PIXTEXT cell to a PIXMAP cell (fixes crash when using PIXTEXT | jacob berkman | 2001-10-22 | 1 | -0/+5 |
* | Fix problem with g_return_if_fail return value. | Owen Taylor | 2001-10-22 | 1 | -3/+3 |
* | Don't draw with GTK_STATE_ACTIVE. | Alex Larsson | 2001-09-19 | 1 | -4/+4 |
* | Fix up for changes to PangoFontDescription. | Owen Taylor | 2001-09-18 | 1 | -12/+17 |
* | deprecate GTK_SELECTION_EXTENDED. | Jonathan Blandford | 2001-08-27 | 1 | -35/+20 |
* | Add properties for labels, mnemonics and stock items. Added C accessor | Alexander Larsson | 2001-08-27 | 1 | -1/+1 |
* | coalescing property notifies | Hans Breuer | 2001-08-11 | 1 | -1/+1 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -116/+0 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -11/+11 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -2/+79 |
* | Use new pango_context_get_metrics() to fix problems with font lists in | Owen Taylor | 2001-06-26 | 1 | -6/+4 |
* | Add missing gdk_rectangle_get_type() prototype. | Owen Taylor | 2001-06-14 | 1 | -3/+3 |
* | geez, don't call g_list funcs on GSList | Havoc Pennington | 2001-06-08 | 1 | -13/+11 |
* | Apply fix from Sam Solon, bug #54577, update value even if not drawable. | Havoc Pennington | 2001-06-04 | 1 | -72/+82 |
* | i2001-04-24 Alexander Larsson <alexl@redhat.com> | Alexander Larsson | 2001-04-24 | 1 | -0/+13 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 1 | -2/+2 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -2/+9 |
* | Handle quoting of / with \; properly handle __ in paths, quote " and \n in | Owen Taylor | 2001-03-19 | 1 | -2/+2 |
* | Scroll using gdk_window_scroll(). Don't wait for exposes. Move the column | Alexander Larsson | 2001-03-12 | 1 | -161/+27 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -1/+1 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -3/+3 |
* | Patch from ChiDeok Hwang to move call to sync_selection() up a few lines | Owen Taylor | 2001-03-02 | 1 | -2/+2 |
* | Remove draw_focus and draw_default (gtk_widget_draw_focus): remove this | Havoc Pennington | 2001-02-28 | 1 | -4/+3 |
* | use the visual scroll steps. | Havoc Pennington | 2001-02-19 | 1 | -0/+9 |
* | default initialize the generated ENTER_NOTIFY event with 0, otherwise not | Tim Janik | 2001-02-17 | 1 | -2/+6 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -9/+19 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -102/+104 |
* | Fix off-by-one error in checks. (Dave Lambert) | Owen Taylor | 2000-12-12 | 1 | -1/+1 |
* | Add a function to determine if a window is the focus widget within its | Owen Taylor | 2000-12-11 | 1 | -194/+207 |
* | Fix link to PNG home, remove reference to fribidi. | Owen Taylor | 2000-12-05 | 1 | -1/+2 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -51/+0 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -17/+17 |
* | Don't leave dangling ->prev fields when merging lists. (Found | Owen Taylor | 2000-08-18 | 1 | -1/+2 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Add a 'text' argument to set the initial text. | Owen Taylor | 2000-07-02 | 1 | -5/+4 |
* | *** empty log message *** | Owen Taylor | 2000-07-02 | 1 | -6/+2 |
* | Use pango_layout_get_pixel_extents() to remove a large number of '/ | Owen Taylor | 2000-07-02 | 1 | -9/+8 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -23/+24 |