| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't leak the action_view. (#348120, Chris Wilson) | Matthias Clasen | 2006-07-21 | 1 | -0/+3 |
* | Improve drawing of tabs | Matthias Clasen | 2006-07-21 | 1 | -0/+3 |
* | Fix a memleak | Matthias Clasen | 2006-07-21 | 1 | -0/+3 |
* | Unset the during_reorder flag. (#348049, Sven Herzberg, patch by Benjamin | Matthias Clasen | 2006-07-21 | 1 | -0/+6 |
* | Just remove the scroll timeout here, don't access settings. (#348095, | Matthias Clasen | 2006-07-20 | 1 | -0/+3 |
* | Fix messed up refcounting. (#348090, Chris Wilson) | Matthias Clasen | 2006-07-20 | 1 | -0/+3 |
* | Export this privately. | Matthias Clasen | 2006-07-20 | 1 | -0/+10 |
* | Argh, initialize "passed"! (set_filename_timeout_cb): Renamed from | Federico Mena Quintero | 2006-07-20 | 1 | -0/+8 |
* | fix typo to make it compile again. | Michael Natterer | 2006-07-20 | 1 | -0/+5 |
* | Correctly chain up the finalization vfunc. (#348089, Chris Wilson) | Emmanuele Bassi | 2006-07-20 | 1 | -0/+6 |
* | Append the event to the queue instead of using gdk_event_put. | Richard Hult | 2006-07-20 | 1 | -0/+23 |
* | Reindent. | Richard Hult | 2006-07-19 | 1 | -0/+7 |
* | ]): Listen to windowDidResignMain notifications and properly update the | Richard Hult | 2006-07-19 | 1 | -0/+8 |
* | add align_set field to keep track whether the align property was set by | Kristian Rietveld | 2006-07-19 | 1 | -0/+8 |
* | Check if option is NULL before using it. (#348014, Christian Persch) | Matthias Clasen | 2006-07-19 | 1 | -0/+4 |
* | When looking up a font XID, add the XID_FONT_BIT. (#348001) | Matthias Clasen | 2006-07-19 | 1 | -0/+5 |
* | ]): Remove unused variables to fix compiler warnings. | Richard Hult | 2006-07-19 | 1 | -0/+6 |
* | Implement type hints and use them to determine which windows should be | Richard Hult | 2006-07-19 | 1 | -0/+10 |
* | Get the position correctly for the root window. Fixes bug #347976, patch | Richard Hult | 2006-07-19 | 1 | -0/+6 |
* | Updates | Matthias Clasen | 2006-07-19 | 1 | -3/+2 |
* | fix 347277 | Matthias Clasen | 2006-07-18 | 1 | -0/+8 |
* | Make bits from my last commit are conditionally compiled only if cups 1.2 | John Palmieri | 2006-07-18 | 1 | -1/+7 |
* | add GTK_PRINTER_OPTION_TYPE_PICKONE_PASSWORD, | John Palmieri | 2006-07-18 | 1 | -0/+12 |
* | Fix https://bugzilla.novell.com/show_bug.cgi?id=184875 - make the location | Federico Mena Quintero | 2006-07-18 | 1 | -0/+48 |
* | remember the sensitivity of the steppers in GtkRangeLayout, update it in | Michael Natterer | 2006-07-18 | 1 | -0/+8 |
* | oooops. | Kristian Rietveld | 2006-07-18 | 1 | -0/+5 |
* | Fix for #335012, reported by Matteo Nastasi. | Kristian Rietveld | 2006-07-18 | 1 | -0/+12 |
* | Another fix for #164884. | Kristian Rietveld | 2006-07-18 | 1 | -0/+10 |
* | use MAX priv->width, alloc.width when allocating the bin_window, | Kristian Rietveld | 2006-07-18 | 1 | -0/+7 |
* | Set an empty NSImage if there is none, covers the cases where applications | Richard Hult | 2006-07-17 | 1 | -0/+6 |
* | Fill in string, length and is_modifier for key events. Map some more keys | Richard Hult | 2006-07-17 | 1 | -0/+8 |
* | Don't undo reordering if we haven't been reordering. (#346836, Ed Catmur) | Matthias Clasen | 2006-07-17 | 1 | -0/+5 |
* | Add escape to the list of special keys, to get the escape key working. | Richard Hult | 2006-07-17 | 1 | -0/+5 |
* | Initialize GdkInput. | Richard Hult | 2006-07-17 | 1 | -0/+5 |
* | check if the iter still has children after running the test-expand-row | Kristian Rietveld | 2006-07-17 | 1 | -0/+6 |
* | use 5 * gtk-timeout-repeat, just as many other widgets. Makes the calendar | Michael Natterer | 2006-07-17 | 1 | -0/+6 |
* | Fix comment. (gdk_window_set_title): Surround by release pool macros. | Richard Hult | 2006-07-17 | 1 | -0/+21 |
* | Add some more detail to the docs. (#311399, Nikos Kouremenos) | Matthias Clasen | 2006-07-17 | 1 | -0/+3 |
* | Fix typos in the docs. | Matthias Clasen | 2006-07-17 | 1 | -0/+6 |
* | Some small documentation fixups. (#347711, Guillaume Cottenceau) | Matthias Clasen | 2006-07-17 | 1 | -0/+3 |
* | Mark the text of the location label as translatable. | Matthias Clasen | 2006-07-17 | 1 | -0/+3 |
* | Fix a typo in the docs. (#347211, Kouhei Sutou) | Matthias Clasen | 2006-07-17 | 1 | -0/+3 |
* | Make the test for the sync extension more robust. (#347315, Tommi | Matthias Clasen | 2006-07-17 | 1 | -0/+8 |
* | Lots of changes the major change is GdkPaintable is not implemented by window | Michael David Emmel | 2006-07-14 | 1 | -0/+17 |
* | Check if the chooser implementation supports the "show-number" property | Emmanuele Bassi | 2006-07-11 | 1 | -0/+8 |
* | Fix some typos with inline property docs. (#347065, John Finlay) | Matthias Clasen | 2006-07-10 | 1 | -0/+8 |
* | Fix some memory handling issues. (#347043, Chris Wilson) | Matthias Clasen | 2006-07-10 | 1 | -0/+5 |
* | Do not leak the URI returned by the model; select the row when calling | Emmanuele Bassi | 2006-07-10 | 1 | -0/+7 |
* | Fix a typo in the docs. (#347041, Kouhei Sutou) | Matthias Clasen | 2006-07-10 | 1 | -0/+3 |
* | Fix a typo in the docs. (#347032, Kouhei Sutou) | Matthias Clasen | 2006-07-10 | 1 | -0/+3 |