| Commit message (Expand) | Author | Age | Files | Lines |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 23 | -383/+1824 |
* | Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset(). | 4 | 2001-01-24 | 4 | -8/+34 |
* | Don't leak image. Simplify using gdk_colormap_query_color(). | 3 | 2001-01-23 | 1 | -37/+12 |
* | rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems | Havoc Pennington | 2001-01-23 | 5 | -19/+19 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 10 | -756/+225 |
* | Don't leak the PangoFontDescriptor. | 2 | 2001-01-22 | 1 | -4/+6 |
* | Make fail when not realized. (gtk_tree_view_scroll_to_cell): Make work | Jonathan Blandford | 2001-01-21 | 2 | -30/+127 |
* | byte_offset variable was being used to mean both "offset into layout" and | Havoc Pennington | 2001-01-19 | 1 | -30/+32 |
* | sync to tree changes | Havoc Pennington | 2001-01-19 | 10 | -306/+1861 |
* | Add "getters" for all the non-deprecated set_foo functions. Added missing | Havoc Pennington | 2001-01-18 | 2 | -5/+145 |
* | gtk/gtkmain.c Use the new | Tor Lillqvist | 2001-01-17 | 3 | -40/+15 |
* | Set the attributes onto the PangoLayout even if they are newly created | Owen Taylor | 2001-01-17 | 1 | -8/+11 |
* | Remove unused variable. | Owen Taylor | 2001-01-17 | 5 | -182/+548 |
* | Doh! Mixed up x and y. | 7 | 2001-01-17 | 1 | -4/+14 |
* | add test stuff for CellRendererToggle | Havoc Pennington | 2001-01-16 | 4 | -3/+37 |
* | Include <stdlib.h> for getenv(). | Tor Lillqvist | 2001-01-15 | 3 | -7/+12 |
* | offset the current invalid region, fixes redraw bug while scrolling the | Havoc Pennington | 2001-01-12 | 5 | -254/+569 |
* | Take shaped windows in consideration when generating clip region. | Alexander Larsson | 2001-01-12 | 1 | -0/+5 |
* | Oops, broke some macros | Havoc Pennington | 2001-01-12 | 2 | -5/+5 |
* | add this function, bug 40251 | Havoc Pennington | 2001-01-11 | 3 | -12/+29 |
* | handle case where sibling == iter (gtk_tree_store_insert_after): handle | Havoc Pennington | 2001-01-10 | 6 | -95/+201 |
* | don't draw if label->layout is NULL due to a pending resize | Havoc Pennington | 2001-01-09 | 4 | -45/+344 |
* | handle case where there are no rows in the model | Havoc Pennington | 2001-01-09 | 12 | -108/+210 |
* | Doc fixups. | Owen Taylor | 2001-01-09 | 6 | -24/+20 |
* | Added --with-included-loaders option | Alexander Larsson | 2001-01-09 | 1 | -0/+24 |
* | Skip realizing buttons that have already been realized. | Jonathan Blandford | 2001-01-08 | 1 | -6/+9 |
* | Show menu items before adding to option menu. | Jonathan Blandford | 2001-01-08 | 2 | -5/+12 |
* | hack on this some | Havoc Pennington | 2001-01-08 | 4 | -14/+169 |
* | New files. Contains an implementation of a minimal WM for linux-fb. | Alexander Larsson | 2001-01-08 | 5 | -33/+1084 |
* | Adapt calls to g_{locale,filename}_{to,from}_utf8 to match current API. | Tor Lillqvist | 2001-01-07 | 2 | -152/+265 |
* | hack on this a bit | Havoc Pennington | 2001-01-06 | 9 | -42/+113 |
* | Adopt to new prototypes for unicode,locale,filename conversion functions. | Owen Taylor | 2001-01-05 | 3 | -24/+24 |
* | this function was broken if called on the first position in the buffer. | Havoc Pennington | 2001-01-05 | 2 | -2/+4 |
* | add this | Havoc Pennington | 2001-01-04 | 12 | -185/+190 |
* | Rename some stuff: | Havoc Pennington | 2001-01-04 | 13 | -116/+137 |
* | Changed a bunch of boxed types to pointers temporarily until they work | Jonathan Blandford | 2001-01-04 | 2 | -62/+132 |
* | if index is equal to the line length, then position iterator before | Havoc Pennington | 2001-01-04 | 2 | -14/+37 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 30 | -601/+607 |
* | Fix unitialized variable when moving back onto a single line. | Owen Taylor | 2001-01-02 | 1 | -8/+2 |
* | Havoc Pennington <hp@redhat.com> | Havoc Pennington | 2001-01-02 | 1 | -0/+1 |
* | uscore-prepend all the stuff in here. | Havoc Pennington | 2001-01-01 | 7 | -49/+72 |
* | Adapt to GtkTreeSelection changes | Havoc Pennington | 2001-01-01 | 14 | -124/+154 |
* | Rearrange all the scroll-while-dragging-or-selecting code to be different, | Havoc Pennington | 2000-12-31 | 7 | -277/+471 |
* | New function, as in the X11 backend. (gdk_window_new, | Tor Lillqvist | 2000-12-30 | 2 | -7/+4 |
* | :get_property): remove g_value_init calls, as they are no longer needed. | Jonathan Blandford | 2000-12-21 | 8 | -27/+28 |
* | new directory to contain tests, gtk/test* should move here sometime (with | Havoc Pennington | 2000-12-21 | 2 | -2/+11 |
* | Attach the style to the window so that the style it is not leaked when | Alexander Larsson | 2000-12-20 | 1 | -0/+2 |
* | Check for FreeType using freetype-config, since we can't rely on Xft to | Owen Taylor | 2000-12-20 | 2 | -5/+10 |
* | sync | Jonathan Blandford | 2000-12-20 | 1 | -57/+103 |
* | do begin/end user action where appropriate (gtk_text_view_commit_handler): | Havoc Pennington | 2000-12-18 | 5 | -38/+143 |