| Commit message (Expand) | Author | Age | Files | Lines |
* | add padding to subclasses of GtkToolItem | Soeren Sandmann | 2003-07-31 | 1 | -0/+4 |
* | remove unused overflow_item field. | Soeren Sandmann | 2003-07-31 | 1 | -0/+5 |
* | make _gtk_tool_item_toolbar_reconfigured() an internal function | Soeren Sandmann | 2003-07-30 | 1 | -0/+8 |
* | swap icon_widget and label arguments to match BonoboUIToolbarButton. | Soeren Sandmann | 2003-07-30 | 1 | -0/+8 |
* | Some updates to the DND signal docs. | Matthias Clasen | 2003-07-29 | 1 | -0/+4 |
* | Fix for #108007, #112402, #117042: There was confusion in gdk/win32 at | Tor Lillqvist | 2003-07-29 | 1 | -0/+36 |
* | Move documentation inline from template files. | Soeren Sandmann | 2003-07-29 | 1 | -0/+25 |
* | Commit autogenerated changes, so patches will make sense. | Soeren Sandmann | 2003-07-28 | 1 | -0/+5 |
* | On Win9x, the keyboard state returned by GetKeyboardState() doesn't | Tor Lillqvist | 2003-07-27 | 1 | -4/+15 |
* | Fix function name in warning message. (#118156, Tim-Philipp Müller) | Matthias Clasen | 2003-07-27 | 1 | -0/+3 |
* | is-expander and is-expanded are boolean properties, not ints. (#118359, | Matthias Clasen | 2003-07-27 | 1 | -0/+5 |
* | don't request toggle_space when the image width is 0. | Soeren Sandmann | 2003-07-26 | 1 | -0/+6 |
* | gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime and | Tor Lillqvist | 2003-07-26 | 1 | -0/+167 |
* | Document DND signals. | Matthias Clasen | 2003-07-25 | 1 | -0/+4 |
* | Make the "Input Methods" insensitive when editing isn't possible. | Matthias Clasen | 2003-07-24 | 1 | -0/+5 |
* | Make the hue spinbutton wrap. (#118097, John Darrington) | Matthias Clasen | 2003-07-23 | 1 | -0/+3 |
* | Mention Xnest as a way to debug GTK+ apps. | Matthias Clasen | 2003-07-23 | 1 | -0/+4 |
* | new file to build it all ... added to EXTRA_DIST | Hans Breuer | 2003-07-20 | 1 | -0/+35 |
* | remove leftover request of {xy}thickness | Soeren Sandmann | 2003-07-19 | 1 | -0/+5 |
* | don't attempt to add a NULL icon to the box. | Soeren Sandmann | 2003-07-19 | 1 | -0/+5 |
* | only redraw tabs on focus in/out. | Soeren Sandmann | 2003-07-19 | 1 | -0/+5 |
* | Add authentication icon. | Matthias Clasen | 2003-07-18 | 1 | -0/+5 |
* | New function. (#64562) | Matthias Clasen | 2003-07-18 | 1 | -0/+5 |
* | Fix C99 declaration | Soeren Sandmann | 2003-07-18 | 1 | -0/+9 |
* | Add properties decorated and gravity. (#80234) | Matthias Clasen | 2003-07-18 | 1 | -0/+2 |
* | Add a new keybinding signal, move_viewport. (gtk_text_view_move_viewport): | Matthias Clasen | 2003-07-18 | 1 | -0/+17 |
* | use gtk_widget_queue_resize_noredraw(). | Soeren Sandmann | 2003-07-18 | 1 | -0/+5 |
* | fix cut-n-paste-o | Jody Goldberg | 2003-07-18 | 1 | -0/+4 |
* | Add this API. | Soeren Sandmann | 2003-07-18 | 1 | -0/+5 |
* | By popular request give toolbuttons a border. | Soeren Sandmann | 2003-07-18 | 1 | -0/+18 |
* | Merged from stable. | Kristian Rietveld | 2003-07-17 | 1 | -0/+12 |
* | Merged from stable. | Kristian Rietveld | 2003-07-17 | 1 | -0/+9 |
* | Merged from stable. | Kristian Rietveld | 2003-07-17 | 1 | -0/+8 |
* | Merged from stable. | Kristian Rietveld | 2003-07-17 | 1 | -0/+7 |
* | API doc updates. | Matthias Clasen | 2003-07-14 | 1 | -0/+4 |
* | Rename parameter target_list back to targets, to pacify gtk-doc. | Matthias Clasen | 2003-07-13 | 1 | -0/+4 |
* | Fix leaks of label_text, label_widget and icon_widget. (#117312, Christian | Soeren Sandmann | 2003-07-13 | 1 | -0/+6 |
* | new properties "horizontal-offset" and "vertical-offset" that determines | Soeren Sandmann | 2003-07-12 | 1 | -0/+10 |
* | Merged from stable. | Kristian Rietveld | 2003-07-12 | 1 | -0/+8 |
* | Merged from stable. | Kristian Rietveld | 2003-07-12 | 1 | -0/+7 |
* | Merged from stable. | Kristian Rietveld | 2003-07-12 | 1 | -0/+8 |
* | Merged from stable. | Kristian Rietveld | 2003-07-12 | 1 | -0/+11 |
* | Merged from stable. | Kristian Rietveld | 2003-07-12 | 1 | -1/+9 |
* | Merged from stable. | Kristian Rietveld | 2003-07-12 | 1 | -0/+15 |
* | Use g_strfreev() to free mime_types. (#117219, Steve Chaplin) | Matthias Clasen | 2003-07-11 | 1 | -0/+5 |
* | gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.c | Owen Taylor | 2003-07-11 | 1 | -0/+15 |
* | make the path != NULL check a silent assert, so it follows the g_free() | Kristian Rietveld | 2003-07-11 | 1 | -0/+5 |
* | Add gtkcolorbutton.c and gtkfontbutton.c. | Matthias Clasen | 2003-07-11 | 1 | -0/+5 |
* | Fix memory access error. (#69436) | Morten Welinder | 2003-07-11 | 1 | -0/+5 |
* | (And of course it just had to go wrong. I forgot to commit ChangeLog) | Kristian Rietveld | 2003-07-11 | 1 | -0/+19 |