| Commit message (Expand) | Author | Age | Files | Lines |
* | added usage example to gdk_event_request_motions() docs. | Tim Janik | 2007-07-04 | 1 | -0/+5 |
* | On Win32 call gtk_status_icon_button_press() in an idle callback and not | Tor Lillqvist | 2007-07-04 | 1 | -0/+8 |
* | Remove a surplus GDK_THREADS_LEAVE() and avoid a potential use after free | Chris Wilson | 2007-07-04 | 1 | -0/+7 |
* | pack children from the start instead of the end, this should probably be | Johan Dahlin | 2007-07-04 | 1 | -0/+4 |
* | Add support for converting GtkComboBox items, also make sure that we | Johan Dahlin | 2007-07-04 | 1 | -0/+6 |
* | Keep track of button state and include it in key events. Needed for gimp's | Richard Hult | 2007-07-03 | 1 | -0/+6 |
* | Fix some doc typos | Matthias Clasen | 2007-07-03 | 1 | -0/+5 |
* | Include modifier state in key release events. Fixes bug #453413. | Richard Hult | 2007-07-03 | 1 | -0/+5 |
* | Report errors about integer parsing back up. (#452988) | Matthias Clasen | 2007-07-03 | 1 | -0/+7 |
* | Don't leave priv->image dangling when use-stock is set to FALSE. (#437281, | Matthias Clasen | 2007-07-03 | 1 | -0/+6 |
* | Handle GDK_PIXBUF_EXTRA_LIBS like GDK_EXTRA_LIBS, i.e. clear it if | Tor Lillqvist | 2007-07-03 | 1 | -0/+7 |
* | Clarify. | Tor Lillqvist | 2007-07-03 | 1 | -2/+2 |
* | Implement. Just return FALSE for now. What should this function actually | Tor Lillqvist | 2007-07-03 | 1 | -0/+8 |
* | Fixed assertions from setting "tooltip-text" to NULL (bug 452425) | Tristan Van Berkom | 2007-07-03 | 1 | -0/+5 |
* | Add a --root option. Filter empty properties. Convert GtkAdjustments. | Johan Dahlin | 2007-07-03 | 1 | -0/+3 |
* | Mimic the behavior of gtk_dialog_add_action_widget closer, to make | Johan Dahlin | 2007-07-03 | 1 | -0/+6 |
* | 2.11.6 | Matthias Clasen | 2007-07-02 | 1 | -0/+2 |
* | 2.11.5GTK_2_11_5 | Matthias Clasen | 2007-07-02 | 1 | -0/+11 |
* | new function to check whether a rubber banding operation is currently | Kristian Rietveld | 2007-07-02 | 1 | -0/+7 |
* | Updates | Matthias Clasen | 2007-07-02 | 1 | -0/+4 |
* | Add parentheses to fix the operator order in the icon selection. | Jan Arne Petersen | 2007-07-01 | 1 | -0/+5 |
* | Convert to getopt, improved documentation, change the script to require | Johan Dahlin | 2007-07-01 | 1 | -0/+6 |
* | Continue the event handling cleanup: | Richard Hult | 2007-06-30 | 1 | -0/+14 |
* | Simplify (get the origin directly from the window). | Richard Hult | 2007-06-30 | 1 | -0/+6 |
* | No need to special case the root window now that it has the right size. | Richard Hult | 2007-06-30 | 1 | -0/+7 |
* | Improve comments in those files. Add a debugging helper to print out | Richard Hult | 2007-06-30 | 1 | -0/+7 |
* | Improve error handling for enum/flags, rename the converter functions to | Johan Dahlin | 2007-06-30 | 1 | -0/+12 |
* | Make this work properly for the root window. | Richard Hult | 2007-06-30 | 1 | -2/+7 |
* | Improve the tracking rect updating: - No need to override setFrame. - Use | Richard Hult | 2007-06-30 | 1 | -0/+11 |
* | Be picky | Matthias Clasen | 2007-06-30 | 1 | -0/+5 |
* | Move type-func to <object> instead of <child>, add a test to make sure | Johan Dahlin | 2007-06-30 | 1 | -0/+6 |
* | Make boolean string parsing consistent, #452464 | Johan Dahlin | 2007-06-30 | 1 | -0/+9 |
* | documentation updates | Matthias Clasen | 2007-06-30 | 1 | -0/+5 |
* | Fix bug ref | Matthias Clasen | 2007-06-30 | 1 | -1/+1 |
* | New function to determine if keyboard layouts for both LTR and LTR | Matthias Clasen | 2007-06-30 | 1 | -0/+9 |
* | Enable SSL support. (#451070, Vince Busam) | Matthias Clasen | 2007-06-29 | 1 | -0/+5 |
* | Improve reference counting, #447967 | Johan Dahlin | 2007-06-29 | 1 | -0/+8 |
* | Connect the "destroy" signal so that the 'window' pointer is set back to | Ryan Lortie | 2007-06-29 | 1 | -0/+12 |
* | Escape markup entities in the name and URI before displaying them. | Emmanuele Bassi | 2007-06-29 | 1 | -0/+5 |
* | Do not cache the icon pixbufs but rely on the GtkIconTheme not to hit the | Emmanuele Bassi | 2007-06-29 | 1 | -0/+6 |
* | Draw no bevel when "GtkToolbar::shadow-type" is "none" (#450469). | Mathias Hasselmann | 2007-06-28 | 1 | -0/+5 |
* | Prettify the output by running it through xmllint --format if xmllint is | Johan Dahlin | 2007-06-28 | 1 | -0/+7 |
* | Fix bug reference | Christian Persch | 2007-06-28 | 1 | -1/+1 |
* | Make the volume button use range 0.0 to 1.0 by default, and fix tooltips | Christian Persch | 2007-06-28 | 1 | -0/+8 |
* | do right thing in one-character lines and at paragraph end (#448313). | Yevgen Muntyan | 2007-06-28 | 1 | -0/+8 |
* | Use the attribute name in the error message instead of the value. | Johan Dahlin | 2007-06-28 | 1 | -0/+4 |
* | Set name of Help menu to HelpMenu | Johan Dahlin | 2007-06-28 | 1 | -0/+3 |
* | Print out the name of the right object in the warning (#451314, Philip | Johan Dahlin | 2007-06-27 | 1 | -0/+4 |
* | (GtkBuilderConverter._convert): | Johan Dahlin | 2007-06-27 | 1 | -0/+2 |
* | Remove glade-interface doctype if found. | Johan Dahlin | 2007-06-27 | 1 | -0/+5 |