| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | wow, that implementation was pretty non-working. | Havoc Pennington | 2000-12-18 | 1 | -1/+1 |
* | Port to GObject, can go back in gdk-pixbuf after setting up a | Havoc Pennington | 2000-12-17 | 7 | -294/+381 |
* | General cleanup of the log attr iteration stuff. This should make e.g. the | Havoc Pennington | 2000-12-16 | 14 | -982/+1345 |
* | Add two virtualized functions gdk_drawable_get_clip_region - to get the | Owen Taylor | 2000-12-15 | 2 | -5/+8 |
* | fix unicode validation when reading a file | Havoc Pennington | 2000-12-15 | 1 | -11/+3 |
* | remove unused call to get_last_line() | Havoc Pennington | 2000-12-14 | 13 | -79/+218 |
* | Add gdkkeys. | Tor Lillqvist | 2000-12-14 | 1 | -21/+2 |
* | Remove double _ in front of some functions | Havoc Pennington | 2000-12-14 | 5 | -64/+64 |
* | Put _ in front of every function in this header file | Havoc Pennington | 2000-12-14 | 9 | -526/+526 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 56 | -1702/+998 |
* | Fix off-by-one error in checks. (Dave Lambert) | Owen Taylor | 2000-12-12 | 1 | -1/+1 |
* | get rid of object_signal:: GtkObject argument uses, use GObject | Tim Janik | 2000-12-12 | 8 | -387/+425 |
* | Add a function to determine if a window is the focus widget within its | Owen Taylor | 2000-12-11 | 11 | -957/+1406 |
* | Flag invisible widgets as TOPLEVEL. | Owen Taylor | 2000-12-11 | 3 | -5/+4 |
* | Handle chopping off \r\n and 0x2029 in addition to \n before passing to | Havoc Pennington | 2000-12-11 | 11 | -52/+81 |
* | Fix up finalizer to chain to its parent. | Owen Taylor | 2000-12-11 | 1 | -1/+9 |
* | make need_im_reset flag effective to avoid reset_ic operation being done | 8 | 2000-12-09 | 2 | -6/+8 |
* | fix breakage here that cause a segfault on text insertion | Havoc Pennington | 2000-12-08 | 7 | -51/+193 |