| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix problem where use_xshm was getting set wrong if MIT_SHM wasn't found. | Owen Taylor | 2003-08-04 | 1 | -0/+6 |
* | 2003-08-04 Tor Lillqvist <tml@iki.fi | Tor Lillqvist | 2003-08-04 | 1 | -0/+7 |
* | Improve wording of the docs, avoid the term "virtual screen". (#119030, | Matthias Clasen | 2003-08-03 | 1 | -0/+6 |
* | Use g_setenv() instead of putenv(). | Matthias Clasen | 2003-08-02 | 1 | -0/+16 |
* | Requires glib-2.3.0, pango-1.2.0. | Owen Taylor | 2003-08-02 | 1 | -7/+25 |
* | Accept drops with the wrong format, since the KDE color chooser | Matthias Clasen | 2003-08-02 | 1 | -0/+8 |
* | Fix gdk/win32 window geometry handling again. The window position in a | Tor Lillqvist | 2003-08-02 | 1 | -0/+25 |
* | Always return an absolute path (#115590), fix a problem where you could | Owen Taylor | 2003-08-01 | 1 | -0/+7 |
* | Fix obvious reallocation bug in rarely or never hit code path (#118071, | Owen Taylor | 2003-08-01 | 1 | -0/+6 |
* | If the check for missing depths, try actually creating pixmaps of the | Owen Taylor | 2003-08-01 | 1 | -0/+7 |
* | Patch from Denis Mikhalkin to forward KeyRelease events as well as | Owen Taylor | 2003-08-01 | 1 | -0/+6 |
* | g_set_prgname("<unknown>") if argc is 0 as well, instead of leaving it | Owen Taylor | 2003-08-01 | 1 | -0/+6 |
* | make show_arrow default to TRUE; ignore the property when api_mode != | Soeren Sandmann | 2003-07-31 | 1 | -0/+5 |
* | Rename parameter pixbuf to icon, to pacify gtk-doc. | Matthias Clasen | 2003-07-31 | 1 | -0/+3 |
* | Fix formatting of drag-motion example. | Matthias Clasen | 2003-07-31 | 1 | -0/+4 |
* | 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 |