| Commit message (Expand) | Author | Age | Files | Lines |
* | add GtkTreeRowReference which holds a handle to a specific row (particular | Havoc Pennington | 2001-01-27 | 1 | -0/+10 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 1 | -0/+76 |
* | Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset(). | 4 | 2001-01-24 | 1 | -0/+16 |
* | Apparantly i forgot to check in the changelog. :) | Alexander Larsson | 2001-01-24 | 1 | -0/+9 |
* | Don't leak built-in cursors. | 3 | 2001-01-23 | 1 | -0/+18 |
* | rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems | Havoc Pennington | 2001-01-23 | 1 | -0/+6 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -0/+24 |
* | Don't leak visible_region. Use visible_region instead of region. | 2 | 2001-01-22 | 1 | -0/+12 |
* | Don't leak the PangoFontDescriptor. | 2 | 2001-01-22 | 1 | -0/+5 |
* | Make fail when not realized. (gtk_tree_view_scroll_to_cell): Make work | Jonathan Blandford | 2001-01-21 | 1 | -0/+15 |
* | byte_offset variable was being used to mean both "offset into layout" and | Havoc Pennington | 2001-01-19 | 1 | -0/+7 |
* | sync to tree changes | Havoc Pennington | 2001-01-19 | 1 | -2/+47 |
* | Define EMULATE_GDKFONT. Add extra pango_font stuff to GfkFontPrivate. | 9 | 2001-01-19 | 1 | -0/+11 |
* | Add "getters" for all the non-deprecated set_foo functions. Added missing | Havoc Pennington | 2001-01-18 | 1 | -0/+7 |
* | gtk/gtkmain.c Use the new | Tor Lillqvist | 2001-01-17 | 1 | -1/+22 |
* | Set the attributes onto the PangoLayout even if they are newly created | Owen Taylor | 2001-01-17 | 1 | -0/+6 |
* | Commit changelog entries | Owen Taylor | 2001-01-17 | 1 | -0/+30 |
* | Doh! Mixed up x and y. | 7 | 2001-01-17 | 1 | -0/+48 |
* | FAQ update: - Update to bugzilla - Add GTK+ and security/SUID/SGID - Add | GMT 2001 Tony Gale | 2001-01-16 | 1 | -0/+7 |
* | Some cleanups. | Alexander Larsson | 2001-01-16 | 1 | -0/+5 |
* | add test stuff for CellRendererToggle | Havoc Pennington | 2001-01-16 | 1 | -0/+11 |
* | Include <stdlib.h> for getenv(). | Tor Lillqvist | 2001-01-15 | 1 | -1/+16 |
* | New implementaion that more closely mimics the events that an X server | Tor Lillqvist | 2001-01-15 | 1 | -0/+13 |
* | Implemented drag and drop. Seems to be mostly working. I sometimes get an | Alexander Larsson | 2001-01-15 | 1 | -0/+8 |
* | Use gdk_window_invalidate_rect instead of gdk_window_invalidate_rect_clear | Alexander Larsson | 2001-01-15 | 1 | -0/+7 |
* | For optization, add an full_shapes argument to gdk_fb_clip_region. If this | Alexander Larsson | 2001-01-15 | 1 | -0/+18 |
* | offset the current invalid region, fixes redraw bug while scrolling the | Havoc Pennington | 2001-01-12 | 1 | -0/+16 |
* | Hide mouse pointer while rotation. Show it afterwards. | Alexander Larsson | 2001-01-12 | 1 | -0/+5 |
* | Take shaped windows in consideration when generating clip region. | Alexander Larsson | 2001-01-12 | 1 | -0/+28 |
* | Oops, broke some macros | Havoc Pennington | 2001-01-12 | 1 | -0/+4 |
* | add this function, bug 40251 | Havoc Pennington | 2001-01-11 | 1 | -0/+8 |
* | Added ENABLE_SHADOW_FB | Alexander Larsson | 2001-01-11 | 1 | -0/+55 |
* | update to make web site updating easier | GMT 2001 Tony Gale | 2001-01-11 | 1 | -0/+4 |
* | handle case where sibling == iter (gtk_tree_store_insert_after): handle | Havoc Pennington | 2001-01-10 | 1 | -0/+45 |
* | don't draw if label->layout is NULL due to a pending resize | Havoc Pennington | 2001-01-09 | 1 | -0/+39 |
* | handle case where there are no rows in the model | Havoc Pennington | 2001-01-09 | 1 | -0/+50 |
* | Implement better mouse capturing. Do use SetCapture(). Thanks to | Tor Lillqvist | 2001-01-09 | 1 | -0/+7 |
* | Added --with-included-loaders option | Alexander Larsson | 2001-01-09 | 1 | -0/+17 |
* | Skip realizing buttons that have already been realized. | Jonathan Blandford | 2001-01-08 | 1 | -0/+5 |
* | Show menu items before adding to option menu. | Jonathan Blandford | 2001-01-08 | 1 | -0/+11 |
* | hack on this some | Havoc Pennington | 2001-01-08 | 1 | -0/+12 |
* | New files. Contains an implementation of a minimal WM for linux-fb. | Alexander Larsson | 2001-01-08 | 1 | -0/+20 |
* | Correct filename ~/.pangoft2_aliases | Alexander Larsson | 2001-01-08 | 1 | -0/+25 |
* | Possibly send focus events when the mouse moves from one window to | Alexander Larsson | 2001-01-08 | 1 | -0/+8 |
* | Adapt calls to g_{locale,filename}_{to,from}_utf8 to match current API. | Tor Lillqvist | 2001-01-07 | 1 | -0/+15 |
* | hack on this a bit | Havoc Pennington | 2001-01-06 | 1 | -1/+23 |
* | Adopt to new prototypes for unicode,locale,filename conversion functions. | Owen Taylor | 2001-01-05 | 1 | -0/+6 |
* | this function was broken if called on the first position in the buffer. | Havoc Pennington | 2001-01-05 | 1 | -0/+9 |
* | Oops, that didn't link. Fix. | Havoc Pennington | 2001-01-05 | 1 | -0/+4 |
* | free colormap in here. Sync from X port. (gdk_fb_set_colormap): allow the | Alexander Larsson | 2001-01-05 | 1 | -0/+19 |