Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | menu: Remove unused variable | Benjamin Otte | 2010-09-26 | 1 | -2/+0 |
| | |||||
* | GtkScrolledWindow: document changed default policy | Matthias Clasen | 2010-09-25 | 1 | -0/+9 |
| | |||||
* | Nuke the 'Types' section from the docs | Matthias Clasen | 2010-09-24 | 2 | -20/+3 |
| | |||||
* | Remove mention of input dialog from the docs | Matthias Clasen | 2010-09-24 | 1 | -3/+1 |
| | |||||
* | GtkOffscreenWindow: shorten doc title | Matthias Clasen | 2010-09-24 | 1 | -7/+6 |
| | |||||
* | GtkScale: Remove links from doc section title | Matthias Clasen | 2010-09-24 | 1 | -4/+4 |
| | |||||
* | GtkMenu: Add a destroy notify to gtk_menu_popup_for_device | Matthias Clasen | 2010-09-24 | 2 | -32/+51 |
| | | | | | | | This is necessary so language bindings can use gtk_menu_popup_for_device() as a 'full' variant of gtk_menu_popup(). http://bugzilla.gnome.org/show_bug.cgi?id=623664 | ||||
* | Update docs of GtkAboutDialog and GtkLinkButton | Matthias Clasen | 2010-09-24 | 4 | -170/+32 |
| | | | | | Remove references to global hooks from the docs. Also move remaining docs inline, and remove the templates. | ||||
* | DND: don't use uninitialized memory | Matthias Clasen | 2010-09-24 | 1 | -60/+55 |
| | | | | | | | | The dest_x/y members of GtkDragDestInfo were not initialized. At the same time, switch some of the small temporary structs to g_slice allocation. https://bugzilla.gnome.org/show_bug.cgi?id=630532 | ||||
* | GtkAboutDialog: correct a since tag | Matthias Clasen | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | gtkeditable: move documentation to inline comments | Christian Dywan | 2010-09-24 | 3 | -214/+45 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617316 | ||||
* | introspection: Fix typo in annotation | Florian Müllner | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | Don't try to unref event->dnd.context unconditionally. | Tomeu Vizoso | 2010-09-24 | 1 | -1/+2 |
| | | | | | | As it's not set in gdk_event_new but eventually later. https://bugzilla.gnome.org/show_bug.cgi?id=630520 | ||||
* | GtkAboutDialog: escape mail addresses | Matthias Clasen | 2010-09-24 | 1 | -2/+10 |
| | | | | This got lost when converting to the ::activate-link signal. | ||||
* | Remove gtk_notebook_set_window_creation_hook in testnotebookdnd.c | Matthias Clasen | 2010-09-24 | 1 | -2/+6 |
| | |||||
* | Another since tag | Matthias Clasen | 2010-09-24 | 1 | -0/+2 |
| | |||||
* | Correct since tags | Matthias Clasen | 2010-09-24 | 1 | -1/+3 |
| | |||||
* | GtkNotebook: replace group by group_name | Matthias Clasen | 2010-09-24 | 5 | -56/+57 |
| | | | | | | | | Dealing with bare pointers is problematic for language bindings, using interned strings is much more straightforward and more than good enough for what is needed here. http://bugzilla.gnome.org/show_bug.cgi?id=630521 | ||||
* | GtkNotebook: remove gtk_notebook_set_window_creation_hook | Matthias Clasen | 2010-09-24 | 4 | -48/+2 |
| | | | | http://bugzilla.gnome.org/show_bug.cgi?id=630521 | ||||
* | docs: Add a CODING-STYLE document | Matthias Clasen | 2010-09-23 | 1 | -0/+635 |
| | | | | | | This document mostly codifies the existing GTK+ coding style conventions; it is strongly based on the clutter document of the same name. | ||||
* | docs: remove defsformat.txt | Matthias Clasen | 2010-09-23 | 1 | -338/+0 |
| | | | | | We should not ship documentation for file formats we are no longer using. | ||||
* | docs: remove gtk-config.txt | Matthias Clasen | 2010-09-23 | 1 | -236/+0 |
| | | | | | Considering that gtk-config has been obsoleted by pkg-config a decade ago, we should stop shipping docs for it... | ||||
* | Bump gobject-introspection dep in INSTALL.in | Matthias Clasen | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | Fix a couple of broken annotations | Johan Dahlin | 2010-09-23 | 3 | -3/+3 |
| | |||||
* | Fix the annotation of gtk_tree_view_create_row_drag_icon | Matthias Clasen | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | fix a typo in the gtk_widget_render_icon annotations | Matthias Clasen | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | Updated Japanese translation | Takayuki KUSANO | 2010-09-24 | 1 | -38/+32 |
| | |||||
* | INSTALL.in: Automate the versions of the dependencies | Javier Jardón | 2010-09-23 | 2 | -1/+13 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2010-09-22 | 1 | -1433/+1611 |
| | |||||
* | Fixed GtkWrapBox base requests for ALIGNED and FREE mode | Tristan Van Berkom | 2010-09-22 | 1 | -26/+123 |
| | | | | | | | | Problems were; in FREE mode there was a simple typo where we were repeatedly checking the size of the same item in get_largest_line_length(), and in ALIGNED mode we were assuming something like HOMOGENEOUS which was incorrect; added get_largest_aligned_line_length() which properly adds up the collective max sizes of every index in the line. | ||||
* | Fixed gtk_distribute_natural_allocation() to place the g_newa *after* ↵ | Tristan Van Berkom | 2010-09-22 | 1 | -1/+3 |
| | | | | g_return_if_fail() guards. | ||||
* | Remove url hooks from GtkAboutDialog and GtkLinkButton | Matthias Clasen | 2010-09-22 | 7 | -349/+136 |
| | | | | | | | | With gtk_show_uri, global configurability of link activation has moved to GIO/gvfs. For local overrides, GtkLinkButton has the ::clicked signal, and GtkAboutDialog gets an ::activate-link signal. Bug 339745 | ||||
* | Fixed GtkViewport to set adjustments properly for width-for-height widgets | Tristan Van Berkom | 2010-09-22 | 1 | -8/+14 |
| | | | | | | | | Make GtkViewport calculate widget-for-height as well as height-for-width cases when setting the scroll adjustment values, also base the scrolling on the minimum size instead of the natural size in the interest of showing as much content as possible when the viewport is smaller than the natural size. | ||||
* | Do not disable GDK deprecation guards | Javier Jardón | 2010-09-22 | 1 | -2/+0 |
| | |||||
* | Do not disable deprecation guards | Javier Jardón | 2010-09-22 | 3 | -5/+0 |
| | |||||
* | Add deprecation guards for gdk_device_get_core_pointer() | Javier Jardón | 2010-09-22 | 1 | -0/+2 |
| | |||||
* | Do not use deprecated gdk_display_get_core_pointer() | Javier Jardón | 2010-09-22 | 5 | -12/+32 |
| | | | | Use gdk_device_manager_get_client_pointer() instead | ||||
* | Fix an off-by-one error in serial range handling | Matthias Clasen | 2010-09-21 | 1 | -1/+1 |
| | | | | | | | | trap->end_sequence is the first serial for which we don't ignore errors anymore, so we know the trap is dead if end_sequence <= processed_serial. Bug 629608 | ||||
* | GtkScrolledWindow: change default policy to 'automatic' | Matthias Clasen | 2010-09-21 | 1 | -4/+4 |
| | | | | This change was proposed in bug 468672. | ||||
* | Merge branch 'notebooks-without-mouse-scrolling' | Cody Russell | 2010-09-21 | 1 | -48/+1 |
|\ | |||||
| * | Remove mouse scrolling from GtkNotebook tabs. Bug #630226. | Cody Russell | 2010-09-21 | 1 | -48/+1 |
| | | |||||
* | | autogen.sh: run gtkdocize before aclocal | Matthias Clasen | 2010-09-21 | 1 | -1/+2 |
| | | |||||
* | | Split up GtkWrapBox:spreading property into two orientation specific properties. | Tristan Van Berkom | 2010-09-21 | 4 | -110/+320 |
| | | | | | | | | | | | | | | Now GtkWrapBox has "horizontal-spreading" and "vertical-spreading" options, before GtkWrapBox never spread out children across the opposing orientation (i.e. it never grew "lines" larger then their natural width, they would act as if set to GTK_WRAP_BOX_SPREAD_START, now they are completely configurable). | ||||
* | | configure.ac: remove check for sigsetjmp(), it belonged to gdk-pixbuf | Michael Natterer | 2010-09-21 | 1 | -12/+0 |
| | | |||||
* | | Use g_warning() for X errors and X IO errors | Owen W. Taylor | 2010-09-21 | 2 | -11/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently fprintf(stderr, ...) is used for X error and X IO errors (unless compiled with debugging, in which case g_error() is used for X errors.) But if an application is redirecting log messages, we really want X errors to appear in that same log, so it's better to use a g_logv() variant. Though g_warning() isn't really appropriate for "lost connection to the server", G_LOG_LEVEL_INFO isn't part of the "prefixed log levels" so will produce output without the application name and PID. https://bugzilla.gnome.org/show_bug.cgi?id=630216 | ||||
* | | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 84 | -771/+814 |
| | | |||||
* | | Reduced overall SizeRequestCache size | Tristan Van Berkom | 2010-09-21 | 2 | -36/+69 |
| | | | | | | | | | | | | | | | | | | This patch changes the 'age' counting previous approach taken verbatim from clutter and changes it for a counter of validated caches and an index to the last cached value which we use to round-robin through the cache if ever a widget is requested for more than 3 contextual sizes (cache is reduced by 3 * sizeof (int) per widget private data). | ||||
* | | Add a couple of missing transfer annotations | Johan Dahlin | 2010-09-20 | 2 | -5/+5 |
| | | |||||
* | | Fixup gtk-doc comment syntax | Johan Dahlin | 2010-09-20 | 1 | -8/+8 |
| | | |||||
* | | More error trap cleanups | Matthias Clasen | 2010-09-20 | 10 | -35/+16 |
| | | | | | | | | | | Remove syncs in front of gdk_error_trap_pop() calls, and convert gdk_error_trap_pop() calls to gdk_error_trap_pop_ignored() in gdk. |