[gtk+] Created tag 3.3.16
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Created tag 3.3.16
- Date: Tue, 21 Feb 2012 09:44:19 +0000 (UTC)
The unsigned tag '3.3.16' was created.
Tagger: Matthias Clasen <mclasen redhat com>
Date: Tue Feb 21 10:44:16 2012 +0100
3.3.16
Changes since the last tag '3.3.14':
Alexander Larsson (12):
viewport: Set frame styleclass when getting border size during size allocation
Make the default background for GdkWindows transparent
Fix non-double-buffered drawing
Fix transparency handling with non-double-buffered drawing
Remove all default css and make Raleigh a pure fallback theme
Fix up win32 CSS
Always make offscreen window rgba
Set a bg on GtkViewport to ensure we get fast scrolling
Fix background clearing when exposing with non-double buffered widgets
Don't unnecessarily clear background twice in no EXPOSE_MASK case
Remove unused functions
Fix padding handling in GtkViewport
Alexander Shopov (1):
Updated Bulgarian translation
Ask H. Larsen (2):
Updated Danish translation
Updated Danish translation
Aurimas Äernius (1):
Updated Lithuanian translation
Bastien Nocera (1):
x11: Fix first call to _gdk_x11_keymap_key_is_modifier()
Baurzhan Muftakhidinov (1):
[l10n] Updated Kazakh translation
Benjamin Otte (18):
reftests: Add a test for misrendering of transparent windows
accessible: Unset widget on dispose, not finalize
treeview: Tell accessible about focus column changes
treeview: Notify accessible about focus changes
treeview: Add private get_focus_column() API
a11y: Update treeview focused status
treeview: Add internal get_cursor_node() API
a11y: Emit focus change events when focus cell changes
a11y: Remove old treeview focus tracking code
a11y: Keep treeview accessibles around
a11y: Remove unused variable
a11y: Set relations without tree path
a11y: Split out cell creation function
a11y: create focus cell accessibles when they get focused
tests: Reenable a11y tree-relationships test
a11y: Redo ref_accessible_at_point()
a11y: Mark cells as defunct when deleting them
widget-factory: Don't crash when showing about dialog
Chao-Hsiung Liao (1):
Updated Traditional Chinese translation(Hong Kong and Taiwan)
Chun-wei Fan (2):
Update gtk3-demo Visual C++ projects
Update config.h.win32(.in)
Claudio Saavedra (5):
GtkNotebook: emit child-notify::position a few more times
GtkNotebook: emit child-notify::position on page add/removal
GtkNotebook: emit child-notify::position on drag 'n drop reorder
GtkNotebook: fix one child-notify emission
GtkNotebook: and another fix
Cosimo Cecchi (40):
treeview: set "dnd" style class when drawing drag and drop indicators
treeview: don't use gtk_render_focus() for dnd indicator
about-dialog: add a stroke around the credits area
about-dialog: don't set a margin around the license area
about-dialog: set proper spacing between columnns in credits section
themingengine: move _gtk_theming_engine_set_context to private header
themingengine: add a private _gtk_theming_engine_get_context()
roundedbox: add _apply_border_radius() variations for engine/context
themingbackground: make it based on GtkStyleContext
color-swatch: add a color-light/color-dark style class for intensity
color-swatch: use GtkThemingBackground to draw the background
color-swatch: allow styling the "active badge"
color-swatch: don't hardcode list-add-symbolic as swatch icon
color-editor: don't call gtk_color_swatch_set_corner_radii()
color-widget: add LEFT/RIGHT/TOP/BOTTOM style classes to the swatches
color-widget: use a GtkBox for the custom section
color-swatch: remove gtk_color_swatch_set_corner_radii()
color-swatch: cleanup unused property enum value
color-button: simplify internal children
color-editor: also set a row spacing in the popup tooltip
color-editor: don't use an alignment to give the popup extra space
color-editor: don't use a GtkAlignment to layout popups
color-widget: don't use a GtkAlignment to center the color editor
colorsel: include gtkcolorutils.h
gtk-demo: use the new GtkColorChooserDialog in the color demo
prop-editor: don't use GtkColorButton deprecated API
testgtk: use GtkColorChooserDialog instead of GtkColorSelectionDialog
test-toplevelembed: use new GtkColorChooserDialog
colorchooser: factor out a private method to get the checkboard pattern
color-scale: remove Adwaita GtkColorScale trough hack
color-swatch: add a "selectable" property to GtkColorSwatch
color-editor: mark the GtkColorSwatch as not selectable
color-swatch: derive directly from GtkWidget
color-swatch: render a background if the swatch doesn't have a color
color-swatch: don't render our active badge if background-image is set
entry: don't force zero Y coordinate for insertion cursor
entry: trim the progress bar area if the text area is resized
GtkHSV: remove an unused function
color-swatch: make this a no-window widget
color-chooser-widget: set a name on the "Add color" button
Daniel Mustieles (5):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
David King (1):
docs: Clarify position of gtk_list_store_insert_with_values()
Diego Escalante Urrelo (3):
gtkactiongroup: clarify set_translation_domain docs
gtkbuilder-menus: translation-domain can be NULL
gtkuimanager: clarify @pos of insert_action_group
Fran DiÃguez (1):
Updated Galician translations
Ihar Hrachyshka (1):
Updated Belarusian translation.
Javier JardÃn (1):
docs: GtkWidget's "state-flags-changed" is a signal not a property
Jiro Matsuzawa (1):
[l10n] Update Japanese translation
JiÅÃ KlimeÅ (1):
docs: fix typos in functions' descriptions
Jon McCann (4):
Use the Tango palette by default
Add Tangoish grayscales
Align label with swatches
Show editor when clicking custom button
Kalev Lember (1):
win32: Don't crash when installed in a top-level directory
Kjartan Maraas (1):
Updated Norwegian bokmÃl translation
Luca Ferretti (1):
l10n: Updated Italian translation
Matthias Clasen (78):
Bump version
Avoid a C99ism
widget-factory: add an about dialog
gtk-demo: Use gdk-pixbuf resource api
gtk-demo: Use preprocessing for resources
Move widget-factory to demos/
widget-factory: add the logo
Set BUILT_SOURCES
Plug a small memory leak
Remove leftover debug spew
Initial cut at implementing a new color chooser
Add a simple color chooser test
Initial work on a color editor
Move the plane into a separate widget
Choose a different initial color when adding custom colors
Make saving custom colors work as intended
No popup menu on the button
Show alpha in the palette as well
Make alpha optional
Preliminary color sliders
Don't waste memory
Use a swatch in the editor
Show new color chooser from color button
Make color chooser always come up with palette
Fix a few problems with custom color replacement
Move color scales into separate widget
Draw no trough for color scales
Add an Adwaita hack
Remove an erraneous g_free call
Only activate on double-click
Allow context menus on scale sliders
Finishing touches
Mark strings for translation
Add some accessible labels
Add more todos
Dismiss popups on show
Add a small comments
Fix up exported symbols
Simplify GtkColorScale private api a bit
Rework the API a bit
Small documentation tweaks in font choosers
Add docs
Deprecate old color selection widgets
testcolorchooser: Add more options
Misc cleanups
Add API to set palettes
Fix the build
Consistently private headers
Remove unused variables
Fix use_alpha initialization and propagation
Document gtk_color_chooser_add_palette
GtkColorChooserWidget: emit notification for ::show-editor
GtkColorChooserDialog: propagate notification for ::show-editor
Add a button to back to the palette
Fill the custom palette up some more
Avoid a 10th custom color
GtkColorSwatch: Drop an unnecessary field
A11y improvements
GtkColorSwatch: Use widget state instead of a custom 'selected'
Revert an accidental commit
GtkColorScale: fix an RTL issue
Mark color names as translatable
Update POTFILES
Update TODO
Improve a11y names for colors
Revert "Add a button to back to the palette"
GtkColorSwatch: Add accessible actions
Docs: Reorder a sections
Add color and font chooser to the widget gallery
Add a way to get the current modifier state
Remove an unnecessary include
Symbol exporting fixes
Disable broken entry progress test
Updates
Update expected output
More updates
Bump glib dep
Remove the broken test for now
Mattias PÃldaru (2):
[l10n] Updated Estonian translation
[l10n] Updated Estonian translation
Michael Natterer (1):
gtk_window_set_attached_to: ref(), not ref_sink() the attach_widget
Murray Cumming (2):
GtkButton: Small documentation improvements
Documentation: Correct references to properties.
Piotr DrÄg (1):
Updated POTFILES.skip
Rico Tzschichholz (1):
Remove obsolete reference to gtk.css.raleigh
Rui Matos (1):
x11: Cancel _NET_WM_MOVERESIZE if we get a matching ButtonRelease
Ryan Lortie (4):
widget factory: link against gdkpixbuf
GtkApplication: remove end session API
GtkApplication: simplify session quit handling
bloatpad: adjust to G(tk)Application 'quit' change
Sebastian Keller (1):
docs: Add documentation for alpha() in CSS
Yaron Shahrabani (2):
Updated Hebrew translation.
Updated Hebrew translation
ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ (2):
Updated Serbian translation
Updated Serbian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]