Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updated Hungarian translation | Gabor Kelemen | 2011-04-01 | 1 | -27/+16 | |
| | ||||||
* | Updated Brazilian Portuguese translation | Gabriel F. Vilar | 2011-04-01 | 1 | -920/+1195 | |
| | ||||||
* | hindi updated | Rajesh Ranjan | 2011-04-01 | 1 | -2492/+2671 | |
| | ||||||
* | hindi updated | Rajesh Ranjan | 2011-04-01 | 1 | -1740/+1193 | |
| | ||||||
* | Call _exit instead of exit from X error handlers | Matthias Clasen | 2011-03-31 | 2 | -2/+2 | |
| | | | | | | This is because running atexit() handlers from there is usually bad news. https://bugzilla.gnome.org/show_bug.cgi?id=646338 | |||||
* | * gtk/gtktreeselection.c: | Juan Pablo Ugarte | 2011-03-31 | 1 | -0/+82 | |
| | | | | | Added missing GtkTreeSelection:mode property. Closes bug #645960 "GtkTreeSelection has no property to set mode" | |||||
* | Updated Portuguese translation | Duarte Loreto | 2011-03-31 | 1 | -513/+548 | |
| | ||||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-03-31 | 1 | -96/+93 | |
| | ||||||
* | Updated Brazilian Portuguese translation | Djavan Fagundes | 2011-03-31 | 1 | -2095/+2621 | |
| | ||||||
* | [l10n] Updated German translation | Mario Blättermann | 2011-03-31 | 1 | -438/+413 | |
| | ||||||
* | Updated Bulgarian translation | Alexander Shopov | 2011-03-31 | 1 | -193/+201 | |
| | ||||||
* | Updated Serbian translation | Miroslav Nikolić | 2011-03-31 | 2 | -4290/+5347 | |
| | ||||||
* | Uploaded Ukranian | Daniel Korostil | 2011-03-30 | 1 | -515/+543 | |
| | ||||||
* | widget: Propagate the right states to the widget when setting the parent | Benjamin Otte | 2011-03-30 | 1 | -5/+11 | |
| | ||||||
* | widget: Get rid of parent_sensitive flag | Benjamin Otte | 2011-03-30 | 1 | -26/+6 | |
| | | | | | | | | | | | | | | Instead rely on state_flags & GTK_STATE_FLAG_INSENSITIVE to tell us if a widget is sensitive. This has the huge benefit that the way the widget is actually rendered corresponds to the return value of gtk_widget_is_sensitive(). As a side effect, we do not ever allow unsetting the GTK_STATE_FLAG_INSENSITIVE for a widget the is set to not be sensitive (via gtk_widget_set_sensitive()). This way we stop propagation of making stuff sensitive at insensitive widgets. https://bugzilla.gnome.org/show_bug.cgi?id=642918 | |||||
* | Make GtkWidget::halign RTL-save | Matthias Clasen | 2011-03-30 | 4 | -10/+35 | |
| | | | | | | | | | | | | This commit makes GTK_ALIGN_START/_END pay attention to the text direction when used in horizontal context. This is how similar parameters in GtkMisc and GtkAlignment work, and is generally expected of GTK+ positioning parameters. And this is new GTK+ 3 api, so it is basically still unused at this point. If explicit right/left turn out to be needed at some point, we can expand the enumeration with new values. | |||||
* | Updated British English translation | Bruce Cowan | 2011-03-30 | 1 | -113/+121 | |
| | ||||||
* | GtkGrid: Add forgotten RTL flipping | Matthias Clasen | 2011-03-30 | 2 | -0/+7 | |
| | | | | How did we manage to add a non-RTL savy container in GTK+ 3.0 ? | |||||
* | label: Remove dead code | Benjamin Otte | 2011-03-30 | 1 | -8/+1 | |
| | | | | | | | | This code has been useless for a while, and now it's breaking things. Moving the paned in tests/testheightforwidth's wrapping label shows that bug. Broken since 9992efdb0e7d0cf52e47817fe049b97967400731 | |||||
* | Updated Danish translation | Ask H. Larsen | 2011-03-29 | 1 | -2071/+2633 | |
| | ||||||
* | Updated Danish translation | Ask H. Larsen | 2011-03-29 | 1 | -916/+1179 | |
| | ||||||
* | GtkStatusIcon: support fixed-sized icons | Ryan Lortie | 2011-03-30 | 3 | -1/+106 | |
| | | | | | | | | Use the _NET_SYSTEM_TRAY_ICON_SIZE property set by the tray mananger as a hint that we should use a specific icon size. This allows the tray to instruct us that it expects 16x16 icons, for example. Bug #645232 | |||||
* | theming: Implement non-uniform border-width in the theming engine. | Carlos Garnacho | 2011-03-29 | 1 | -36/+119 | |
| | | | | | The border-width CSS parameter takes up to 4 values, but it was being ignored by the theming engine until now. | |||||
* | theming: Avoid boxed struct copies throughout the default engine | Carlos Garnacho | 2011-03-29 | 1 | -177/+106 | |
| | ||||||
* | label: Add another special case for measuring | Benjamin Otte | 2011-03-29 | 1 | -0/+11 | |
| | ||||||
* | label: Don't create the layout in size_allocate() if not needed | Benjamin Otte | 2011-03-29 | 1 | -7/+2 | |
| | | | | Just update its size if it already exists. | |||||
* | label: Move ellipsized layout width computation | Benjamin Otte | 2011-03-29 | 1 | -78/+72 | |
| | | | | ... from size_allocate() to update_layout_width(). | |||||
* | label: Factor out layout size measuring into its own function | Benjamin Otte | 2011-03-29 | 1 | -51/+42 | |
| | | | | | Instead of doing half of it in get_preferred_size() and the other half in get_label_width(), put it all in one place. | |||||
* | label: Move function to a better location | Benjamin Otte | 2011-03-29 | 1 | -113/+113 | |
| | | | | | This patch does not change anything, it just moves the get_label_width function. | |||||
* | label: Factor out layout size setting into a separate function | Benjamin Otte | 2011-03-29 | 1 | -41/+53 | |
| | ||||||
* | label: Only get font metrics if we have to | Benjamin Otte | 2011-03-29 | 1 | -9/+12 | |
| | | | | Getting these metrics is expensive, so avoid it if possible. | |||||
* | label: Add optimization for a common special case | Benjamin Otte | 2011-03-29 | 1 | -0/+13 | |
| | | | | | | Oftentimes we want to measure a layout that is as wide or wider than the current layout's maximal width. In that case we can safely reuse the current layout. | |||||
* | label: Remove unused boolean argument from ensure_layout() | Benjamin Otte | 2011-03-29 | 1 | -75/+17 | |
| | | | | | | | | It's always FALSE. Note that this patch changes the layout for allocations that are smaller than 1px, but that's just the default layout that is never rendered. | |||||
* | label: Don't recreate the layout just for measuring | Benjamin Otte | 2011-03-29 | 1 | -23/+85 | |
| | | | | Instead, create a custom one. | |||||
* | label: Add internal gtk_label_get_measuring_layout() and use it | Benjamin Otte | 2011-03-29 | 1 | -16/+56 | |
| | | | | | Avoids useless pango_layout_copy() calls and invalidations of an existing layout when measuring sizes for a given label. | |||||
* | tests: Make test_init() not check for gdk-pixbuf anymore | Benjamin Otte | 2011-03-29 | 3 | -18/+6 | |
| | | | | gdk-pixbuf is system-installed these days. | |||||
* | progressbar: remove needless is_drawable() check before queue_resize() | Benjamin Otte | 2011-03-29 | 1 | -10/+5 | |
| | ||||||
* | tracker: Include gdk.h | Benjamin Otte | 2011-03-29 | 1 | -0/+1 | |
| | ||||||
* | Update Simplified Chinese po-properties translation. | Aron Xu | 2011-03-29 | 1 | -569/+507 | |
| | ||||||
* | Revert "Update Simplified Chinese translation." it commits po-properties ↵ | Aron Xu | 2011-03-29 | 1 | -7557/+4881 | |
| | | | | | | translations to po. This reverts commit bd058d4ba36a166776c88cae9a2a541dae5decca. | |||||
* | Update Simplified Chinese translation. | Aron Xu | 2011-03-29 | 1 | -4881/+7557 | |
| | ||||||
* | docs: Update the drawing model description for GTK 3 | Benjamin Otte | 2011-03-29 | 1 | -122/+77 | |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645937 | |||||
* | docs: Fixes for icon renaming | Benjamin Otte | 2011-03-29 | 2 | -2/+2 | |
| | | | | Fixes up breakage from 39d4207ab7ecedc0fce2e65478dbd5d152e23b65 | |||||
* | Ensure we always grab the gdk lock in async callbacks | Alexander Larsson | 2011-03-28 | 6 | -1/+41 | |
| | | | | | | Async callbacks are delivered in idles, so we need to make sure we get the gdk lock before calling any gdk/gtk stuff. This was missing in a few places. | |||||
* | Added UG translation | Abduxukur Abdurixit | 2011-03-27 | 1 | -150/+114 | |
| | ||||||
* | gtk: add "Since: 3.2" to gtk_widget_path_to_string() | Michael Natterer | 2011-03-27 | 1 | -1/+3 | |
| | ||||||
* | Updated Russian translation | Yuri Kozlov | 2011-03-27 | 1 | -2509/+2552 | |
| | ||||||
* | Revert "Updated Russian translation" | Yuri Myasoedov | 2011-03-27 | 1 | -2552/+2509 | |
| | | | | This reverts commit e082ac5ab5cdb9d3fb16b5e69819b34ebb30fe6a. | |||||
* | Updated Russian translation | Yuri Kozlov | 2011-03-27 | 1 | -2509/+2552 | |
| | ||||||
* | widget: Only reemit style-set signal after gtk_widget_get_style() | Benjamin Otte | 2011-03-27 | 1 | -1/+4 | |
| | | | | If the widget does not care about the compat code, just ignore it. |