| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GDK_LOCK_MASK before calling gdk_keymap_translate_keyboard_state so | Owen Taylor | 2003-08-12 | 1 | -0/+8 |
* | Reformat all my entries to 80 columns. | Matthias Clasen | 2003-08-11 | 1 | -42/+56 |
* | Add missing break statements (#119494, Soeren Sandmann) | Owen Taylor | 2003-08-11 | 1 | -0/+5 |
* | Mark parent public as well; it's extensively accessed in existing code, so | Owen Taylor | 2003-08-11 | 1 | -30/+53 |
* | Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos) | Matthias Clasen | 2003-08-10 | 1 | -0/+20 |
* | Copy newer versions of JH_CHECK_XML_CATALOG and JH_PATH_XML_CATALOG from | Matthias Clasen | 2003-08-10 | 1 | -1/+6 |
* | Mark some members as public. Document public GtkWidget members. | Matthias Clasen | 2003-08-09 | 1 | -0/+4 |
* | Elaborate a bit more in the docs on GdkFilterFunc and GdkFilterReturn. | Noah Levitt | 2003-08-09 | 1 | -0/+6 |
* | Add DND support to GtkCalendar. The selected date is dragged as text, | Matthias Clasen | 2003-08-08 | 1 | -0/+6 |
* | Get the information about the first day of the week from the locale using | Matthias Clasen | 2003-08-08 | 1 | -1/+5 |
* | Complete the RTL flipping support for GtkCalendar, make it possible to | Matthias Clasen | 2003-08-08 | 1 | -0/+4 |
* | Add and hook in gtk_calendar_scroll, to let the mouse wheels select the | Matthias Clasen | 2003-08-08 | 1 | -2/+8 |
* | Fix a segfault. (#115284, Jan Kratochvil) | Matthias Clasen | 2003-08-08 | 1 | -0/+5 |
* | Print also the root coordinates for events that have such. Print | Tor Lillqvist | 2003-08-08 | 1 | -0/+13 |
* | Hide the resize grip when maximized or fullscreen. | Matthias Clasen | 2003-08-07 | 1 | -0/+4 |
* | gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used. | Tor Lillqvist | 2003-08-07 | 1 | -0/+78 |
* | Reset the toplevel->have_* flags before iterating over the _NET_WM_STATE | Matthias Clasen | 2003-08-07 | 1 | -0/+5 |
* | Fix a bug where on theme change, resize/redraw wasn't properly getting | Owen Taylor | 2003-08-07 | 1 | -0/+11 |
* | Remove leftover page_num variable (Archit Baweja) | Owen Taylor | 2003-08-07 | 1 | -0/+5 |
* | Use g_strtod() to cope with C libraries with crippled locale support. | Matthias Clasen | 2003-08-07 | 1 | -0/+8 |
* | finally use TrackMouseEvent (only if the new window not known to Gdk) to | Hans Breuer | 2003-08-07 | 1 | -0/+11 |
* | gdk/gdk.def Add missing function, trivially implement. | Tor Lillqvist | 2003-08-07 | 1 | -0/+6 |
* | Don't cut descenders when rendering. (#118646, Charles Kerr) | Matthias Clasen | 2003-08-06 | 1 | -0/+4 |
* | initialize bits to 0 (probably default on NT) | Hans Breuer | 2003-08-06 | 1 | -0/+3 |
* | now it works as intended ;-) | Hans Breuer | 2003-08-06 | 1 | -0/+5 |
* | set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435 | Hans Breuer | 2003-08-05 | 1 | -0/+19 |
* | Add bug number. | Matthias Clasen | 2003-08-05 | 1 | -2/+2 |
* | Add a missing break. (#119156, Callum McKenzie) | Owen Taylor | 2003-08-05 | 1 | -0/+5 |
* | New positioning algorithm.(#116649) | Soeren Sandmann | 2003-08-04 | 1 | -0/+5 |
* | add new "is_important" property | Soeren Sandmann | 2003-08-04 | 1 | -0/+14 |
* | 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 |