summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* menu: Remove unused variableBenjamin Otte2010-09-261-2/+0
|
* GtkScrolledWindow: document changed default policyMatthias Clasen2010-09-251-0/+9
|
* Nuke the 'Types' section from the docsMatthias Clasen2010-09-242-20/+3
|
* Remove mention of input dialog from the docsMatthias Clasen2010-09-241-3/+1
|
* GtkOffscreenWindow: shorten doc titleMatthias Clasen2010-09-241-7/+6
|
* GtkScale: Remove links from doc section titleMatthias Clasen2010-09-241-4/+4
|
* GtkMenu: Add a destroy notify to gtk_menu_popup_for_deviceMatthias Clasen2010-09-242-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 GtkLinkButtonMatthias Clasen2010-09-244-170/+32
| | | | | Remove references to global hooks from the docs. Also move remaining docs inline, and remove the templates.
* DND: don't use uninitialized memoryMatthias Clasen2010-09-241-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 tagMatthias Clasen2010-09-241-1/+1
|
* gtkeditable: move documentation to inline commentsChristian Dywan2010-09-243-214/+45
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=617316
* introspection: Fix typo in annotationFlorian Müllner2010-09-241-1/+1
|
* Don't try to unref event->dnd.context unconditionally.Tomeu Vizoso2010-09-241-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 addressesMatthias Clasen2010-09-241-2/+10
| | | | This got lost when converting to the ::activate-link signal.
* Remove gtk_notebook_set_window_creation_hook in testnotebookdnd.cMatthias Clasen2010-09-241-2/+6
|
* Another since tagMatthias Clasen2010-09-241-0/+2
|
* Correct since tagsMatthias Clasen2010-09-241-1/+3
|
* GtkNotebook: replace group by group_nameMatthias Clasen2010-09-245-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_hookMatthias Clasen2010-09-244-48/+2
| | | | http://bugzilla.gnome.org/show_bug.cgi?id=630521
* docs: Add a CODING-STYLE documentMatthias Clasen2010-09-231-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.txtMatthias Clasen2010-09-231-338/+0
| | | | | We should not ship documentation for file formats we are no longer using.
* docs: remove gtk-config.txtMatthias Clasen2010-09-231-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.inMatthias Clasen2010-09-231-1/+1
|
* Fix a couple of broken annotationsJohan Dahlin2010-09-233-3/+3
|
* Fix the annotation of gtk_tree_view_create_row_drag_iconMatthias Clasen2010-09-231-1/+1
|
* fix a typo in the gtk_widget_render_icon annotationsMatthias Clasen2010-09-231-1/+1
|
* Updated Japanese translationTakayuki KUSANO2010-09-241-38/+32
|
* INSTALL.in: Automate the versions of the dependenciesJavier Jardón2010-09-232-1/+13
|
* Updated Danish translationKenneth Nielsen2010-09-221-1433/+1611
|
* Fixed GtkWrapBox base requests for ALIGNED and FREE modeTristan Van Berkom2010-09-221-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 Berkom2010-09-221-1/+3
| | | | g_return_if_fail() guards.
* Remove url hooks from GtkAboutDialog and GtkLinkButtonMatthias Clasen2010-09-227-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 widgetsTristan Van Berkom2010-09-221-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 guardsJavier Jardón2010-09-221-2/+0
|
* Do not disable deprecation guardsJavier Jardón2010-09-223-5/+0
|
* Add deprecation guards for gdk_device_get_core_pointer()Javier Jardón2010-09-221-0/+2
|
* Do not use deprecated gdk_display_get_core_pointer()Javier Jardón2010-09-225-12/+32
| | | | Use gdk_device_manager_get_client_pointer() instead
* Fix an off-by-one error in serial range handlingMatthias Clasen2010-09-211-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 Clasen2010-09-211-4/+4
| | | | This change was proposed in bug 468672.
* Merge branch 'notebooks-without-mouse-scrolling'Cody Russell2010-09-211-48/+1
|\
| * Remove mouse scrolling from GtkNotebook tabs. Bug #630226.Cody Russell2010-09-211-48/+1
| |
* | autogen.sh: run gtkdocize before aclocalMatthias Clasen2010-09-211-1/+2
| |
* | Split up GtkWrapBox:spreading property into two orientation specific properties.Tristan Van Berkom2010-09-214-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-pixbufMichael Natterer2010-09-211-12/+0
| |
* | Use g_warning() for X errors and X IO errorsOwen W. Taylor2010-09-212-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 annotationsMatthias Clasen2010-09-2184-771/+814
| |
* | Reduced overall SizeRequestCache sizeTristan Van Berkom2010-09-212-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 annotationsJohan Dahlin2010-09-202-5/+5
| |
* | Fixup gtk-doc comment syntaxJohan Dahlin2010-09-201-8/+8
| |
* | More error trap cleanupsMatthias Clasen2010-09-2010-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.