summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Hungarian translationGabor Kelemen2011-04-011-27/+16
|
* Updated Brazilian Portuguese translationGabriel F. Vilar2011-04-011-920/+1195
|
* hindi updatedRajesh Ranjan2011-04-011-2492/+2671
|
* hindi updatedRajesh Ranjan2011-04-011-1740/+1193
|
* Call _exit instead of exit from X error handlersMatthias Clasen2011-03-312-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 Ugarte2011-03-311-0/+82
| | | | | Added missing GtkTreeSelection:mode property. Closes bug #645960 "GtkTreeSelection has no property to set mode"
* Updated Portuguese translationDuarte Loreto2011-03-311-513/+548
|
* [l10n] Updated German translationMario Blättermann2011-03-311-96/+93
|
* Updated Brazilian Portuguese translationDjavan Fagundes2011-03-311-2095/+2621
|
* [l10n] Updated German translationMario Blättermann2011-03-311-438/+413
|
* Updated Bulgarian translationAlexander Shopov2011-03-311-193/+201
|
* Updated Serbian translationMiroslav Nikolić2011-03-312-4290/+5347
|
* Uploaded UkranianDaniel Korostil2011-03-301-515/+543
|
* widget: Propagate the right states to the widget when setting the parentBenjamin Otte2011-03-301-5/+11
|
* widget: Get rid of parent_sensitive flagBenjamin Otte2011-03-301-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-saveMatthias Clasen2011-03-304-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 translationBruce Cowan2011-03-301-113/+121
|
* GtkGrid: Add forgotten RTL flippingMatthias Clasen2011-03-302-0/+7
| | | | How did we manage to add a non-RTL savy container in GTK+ 3.0 ?
* label: Remove dead codeBenjamin Otte2011-03-301-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 translationAsk H. Larsen2011-03-291-2071/+2633
|
* Updated Danish translationAsk H. Larsen2011-03-291-916/+1179
|
* GtkStatusIcon: support fixed-sized iconsRyan Lortie2011-03-303-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 Garnacho2011-03-291-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 engineCarlos Garnacho2011-03-291-177/+106
|
* label: Add another special case for measuringBenjamin Otte2011-03-291-0/+11
|
* label: Don't create the layout in size_allocate() if not neededBenjamin Otte2011-03-291-7/+2
| | | | Just update its size if it already exists.
* label: Move ellipsized layout width computationBenjamin Otte2011-03-291-78/+72
| | | | ... from size_allocate() to update_layout_width().
* label: Factor out layout size measuring into its own functionBenjamin Otte2011-03-291-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 locationBenjamin Otte2011-03-291-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 functionBenjamin Otte2011-03-291-41/+53
|
* label: Only get font metrics if we have toBenjamin Otte2011-03-291-9/+12
| | | | Getting these metrics is expensive, so avoid it if possible.
* label: Add optimization for a common special caseBenjamin Otte2011-03-291-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 Otte2011-03-291-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 measuringBenjamin Otte2011-03-291-23/+85
| | | | Instead, create a custom one.
* label: Add internal gtk_label_get_measuring_layout() and use itBenjamin Otte2011-03-291-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 anymoreBenjamin Otte2011-03-293-18/+6
| | | | gdk-pixbuf is system-installed these days.
* progressbar: remove needless is_drawable() check before queue_resize()Benjamin Otte2011-03-291-10/+5
|
* tracker: Include gdk.hBenjamin Otte2011-03-291-0/+1
|
* Update Simplified Chinese po-properties translation.Aron Xu2011-03-291-569/+507
|
* Revert "Update Simplified Chinese translation." it commits po-properties ↵Aron Xu2011-03-291-7557/+4881
| | | | | | translations to po. This reverts commit bd058d4ba36a166776c88cae9a2a541dae5decca.
* Update Simplified Chinese translation.Aron Xu2011-03-291-4881/+7557
|
* docs: Update the drawing model description for GTK 3Benjamin Otte2011-03-291-122/+77
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=645937
* docs: Fixes for icon renamingBenjamin Otte2011-03-292-2/+2
| | | | Fixes up breakage from 39d4207ab7ecedc0fce2e65478dbd5d152e23b65
* Ensure we always grab the gdk lock in async callbacksAlexander Larsson2011-03-286-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 translationAbduxukur Abdurixit2011-03-271-150/+114
|
* gtk: add "Since: 3.2" to gtk_widget_path_to_string()Michael Natterer2011-03-271-1/+3
|
* Updated Russian translationYuri Kozlov2011-03-271-2509/+2552
|
* Revert "Updated Russian translation"Yuri Myasoedov2011-03-271-2552/+2509
| | | | This reverts commit e082ac5ab5cdb9d3fb16b5e69819b34ebb30fe6a.
* Updated Russian translationYuri Kozlov2011-03-271-2509/+2552
|
* widget: Only reemit style-set signal after gtk_widget_get_style()Benjamin Otte2011-03-271-1/+4
| | | | If the widget does not care about the compat code, just ignore it.