| Commit message (Expand) | Author | Age | Files | Lines |
* | s/arrow-size/arrow-spacing in the arrow-spacing style property docs. | Xan Lopez | 2007-04-07 | 1 | -0/+6 |
* | Clean up namespaces to make the code more maintainable. | Richard Hult | 2007-04-06 | 1 | -0/+9 |
* | use new gdk_threads API. | Kristian Rietveld | 2007-04-04 | 1 | -0/+6 |
* | Don't set metrics-hinting font option. Rely on the default value which is | Behdad Esfahbod | 2007-04-03 | 1 | -0/+6 |
* | Revert to non-xinerama mode when XineramaQueryScreens returns NULL; patch | Loïc Minier | 2007-04-03 | 1 | -0/+6 |
* | remove artifact from the time when type checking casts warned on NULL, | Michael Natterer | 2007-04-02 | 1 | -0/+6 |
* | Fix bottom-oriented notebook tabs on Win32. #399253 | Cody Russell | 2007-04-01 | 1 | -0/+5 |
* | Patch from Matthias to add support for the _NET_WM_USER_TIME_WINDOW EWMH | Elijah Newren | 2007-04-01 | 1 | -0/+14 |
* | Don't close menus on clicks on their border area (bug #423761). (modified | Michael Natterer | 2007-03-29 | 1 | -0/+13 |
* | get rid of local GtkSettings variables by moving gtk_widget_get_settings() | Michael Natterer | 2007-03-29 | 1 | -0/+6 |
* | Support raw printers | Matthias Clasen | 2007-03-28 | 1 | -0/+7 |
* | don't unref tooltip_window, since this is handled by set_qdata_full() | Kristian Rietveld | 2007-03-28 | 1 | -0/+6 |
* | Use LDADDS for im-multipress.la, too: | Tor Lillqvist | 2007-03-27 | 1 | -0/+4 |
* | Initialise variable. Bug #423064. | Christian Persch | 2007-03-26 | 1 | -0/+4 |
* | calculate the depth with the corrected real_cell_area and don't subtract | Kristian Rietveld | 2007-03-24 | 1 | -0/+6 |
* | fixed gtk-yes and gtk-no to tango style | Andreas Nilsson | 2007-03-24 | 1 | -0/+5 |
* | gtk-dialog-authentication.svg gtk-dialog-error.svg gtk-dialog-info.svg | Jakub Steiner | 2007-03-23 | 1 | -0/+8 |
* | Fix a couple of comment typos (#421627) | Rodney Dawes | 2007-03-23 | 1 | -0/+4 |
* | Add a keybinding (C-h) to toggle whether to show hidden files. (#344657, | Matthias Clasen | 2007-03-23 | 1 | -1/+7 |
* | Add a keybinding to toggle the visibility of the location entry. (#383354, | Matthias Clasen | 2007-03-23 | 1 | -0/+6 |
* | Freeze property notification. Handle the gtk-color-scheme xsetting being | Matthias Clasen | 2007-03-22 | 1 | -0/+10 |
* | Remove debug spew | Matthias Clasen | 2007-03-22 | 1 | -0/+4 |
* | Add a new API call gtk_icon_theme_list_contexts so that one can choose | Rodney Dawes | 2007-03-21 | 1 | -0/+9 |
* | Document the ::event signal (#420703). | Ross Burton | 2007-03-21 | 1 | -0/+5 |
* | add _gtk_tree_view_column_get_focus_area(). | Kristian Rietveld | 2007-03-20 | 1 | -0/+20 |
* | Add some hints about titles on about dialogs | Matthias Clasen | 2007-03-19 | 1 | -0/+5 |
* | Ensure that the prefix is valid UTF-8. (#419568, Nickolay V. Shmyrev) | Matthias Clasen | 2007-03-19 | 1 | -0/+5 |
* | Add the multipress input method. (#417446, Johannes Schmid, Murray | Matthias Clasen | 2007-03-18 | 1 | -0/+10 |
* | Change whitespace in ChangeLog entry for consistency. | Chris Wilson | 2007-03-17 | 1 | -2/+2 |
* | Initialise nxvisuals to 0 in order to handle XGetVisualInfo() failures | Chris Wilson | 2007-03-17 | 1 | -0/+6 |
* | Remove useless inlined function and propagate the properties to the | Emmanuele Bassi | 2007-03-17 | 1 | -0/+11 |
* | Rename get_submenu() to create_menu(); rename gtk_action_get_submenu() to | Emmanuele Bassi | 2007-03-16 | 1 | -0/+12 |
* | Fix changelog. | Xan Lopez | 2007-03-16 | 1 | -1/+1 |
* | Fix documentation error in gtk_widget_set_redraw_on_allocate. | Xan Lopez | 2007-03-16 | 1 | -0/+5 |
* | Scroll to make the selected printer visible. (#418403, Nickolay V. | Matthias Clasen | 2007-03-16 | 1 | -0/+6 |
* | Merged from gtk-2-10: | Federico Mena Quintero | 2007-03-16 | 1 | -0/+10 |
* | remove spurious conflict marker from ChangeLog | Emmanuele Bassi | 2007-03-15 | 1 | -1/+0 |
* | Remove unused GError; do not allocate GtkRecentData and use a variable on | Emmanuele Bassi | 2007-03-15 | 1 | -0/+6 |
* | Add GtkActionClass::get_submenu() vfunc: actions providing a menu item or | Emmanuele Bassi | 2007-03-15 | 1 | -0/+21 |
* | Protect ensure_valid_themes() from recursion, which can happen for example | Chris Wilson | 2007-03-15 | 1 | -0/+7 |
* | Add stubs for gdk_notify_startup_complete_with_id and | Richard Hult | 2007-03-15 | 1 | -0/+6 |
* | Fix documentation errors. (Morten Welinder) | Emmanuele Bassi | 2007-03-15 | 1 | -0/+5 |
* | Add gdk_notify_startup_complete_with_id and gdk_window_set_startup_id. | Tor Lillqvist | 2007-03-15 | 1 | -1/+8 |
* | Move filtering of the recent files list into the shared implementation; do | Emmanuele Bassi | 2007-03-15 | 1 | -0/+17 |
* | Make gtk_widget_set_extension_events() work on already realized widgets | Michael Natterer | 2007-03-14 | 1 | -0/+16 |
* | Various clean ups in the GtkRecent code. (see #338843) | Emmanuele Bassi | 2007-03-14 | 1 | -0/+25 |
* | Apply patch by Vytautas Liuolia for changing the startup notification id | Emmanuele Bassi | 2007-03-13 | 1 | -0/+27 |
* | Fix tabbed browsing in epiphany. (#413664, Christian Persch) | Matthias Clasen | 2007-03-13 | 1 | -0/+5 |
* | Clarify docs. | Matthias Clasen | 2007-03-12 | 1 | -0/+3 |
* | Doc improvements | Matthias Clasen | 2007-03-12 | 1 | -0/+4 |