| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -1022/+1062 |
* | let you set the titles to be active, even if they aren't visible. | Jonathan Blandford | 2000-05-29 | 1 | -6/+0 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -1039/+1037 |
* | gtk/gtkclist.c (gtk_clist_motion) If we get a motion event with is_hint | Tor Lillqvist | 2000-04-15 | 1 | -0/+5 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -48/+56 |
* | Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org> | GMT 2000 Tony Gale | 2000-02-29 | 1 | -2/+2 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -18/+25 |
* | Fix off-by-one bug in parameter check. | GMT 1999 Tony Gale | 1999-11-10 | 1 | -1/+1 |
* | Substitute gdkx.h => gdkprivate.h since we need to accesss only | Owen Taylor | 1999-11-08 | 1 | -1/+0 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 1 | -1/+1 |
* | merges from gtk-1-2 | Lars Hamann | 1999-04-30 | 1 | -166/+147 |
* | Merge in Win32 version: Define macro GDKVAR for declaring gdk variables | Tor Lillqvist | 1999-03-17 | 1 | -1/+1 |