[gtk+] Created tag 3.19.7
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Created tag 3.19.7
- Date: Tue, 19 Jan 2016 14:33:00 +0000 (UTC)
The unsigned tag '3.19.7' was created.
Tagger: Matthias Clasen <mclasen redhat com>
Date: Tue Jan 19 09:32:47 2016 -0500
3.19.7
Changes since the last tag '3.19.6':
Alberts Muktupāvels (2):
gdkseat: remove return from gdk_seat_ungrab
gtkwidgetpath: update gtk_widget_path_to_string
Ben Iofel (1):
GTK Notebook: use the right enum type
Benjamin Otte (58):
dnd: When setting a dnd icon widget, unset old one
testnotebookdnd: Add an action widget
rendericon: Save and restore cairo matrix
notebook: Ignore and deprecate style properties
notebook: Deprecate and stop supporting has-tab-gap style property
notebook: Don't translate before painting notebook
notebook: Draw tab label while drawing tab
notebook: Turn the base notebook into a gadget
notebook: Draw the same things, no matter the show-border value
notebook: Set the current page when none is set
notebook: No page switching in size request code
notebook: Remove irrelevant case
notebook: Simplify gtk_notebook_map()
notebook: Remove unnessecary gtk_widget_set_mapped()
notebook: Remove extra calls to gtk_notebook_pages_allocate()
notebook: Add a stack gadget
gadget: Add helpers for modifying state
notebook: Convert header node to a gadget
notebook: Use gtk_container_class_handle_border_width()
notebook: Introduce gtk_notebook_has_current_page()
notebook: Simplify event window position computation
notebook: Remove unused function call
boxgadget: Add
notebook: Convert tabs node to a gadget
gadget: Add queue_resize/allocate/draw() functions
notebook: Don't queue redraw of tabs junction
notebook: Replace redraw_tabs() with gadget_queue_draw(tabs_gadget)
boxgadget: Handle css nodes
notebook: Remove weird hack where the current page was special-cased
notebook: Assume tab allocations always change
notebook: Convert tab nodes to gadgets
notebook: Identify existence of arrows differently
notebook: Simplify allocation code
notebook: Pass allocation as argument
notebook: Pass full allocation instead of min and max value
notebook: Port arrows to be gadgets
notebook: No need to recompute remaining space
notebook: Don't store gadget allocation twice
notebook: Remove outdated style properties from themes
notebook: Don't limit motion notify framerate
notebook: Don't unparent tab label for drag
notebook: Add .dnd style class to tabs during reorder
notebook: Don't reparent tab label when drag stops
notebook: Destroy gadgets after chaining up
cssnode: Split out the style cache
cssnode: Implement the style cache
cssnode: Redo GTK_DEBUG=no-css-cache
stylechange: Do the right thing when old and new style are equal
reftests: Remove test
reftests: Fix up for easy CSS changes
accellabel: Remove unused variable
notebook: Don't crash when dnd'ing tabs out
cssnode: Don't leak the style cache on destruction
actionbar: Don't forall() widgets twice
widget: Redo drawing code
widget: Add forgotten push_group code
container: Properly reorder no-window children
widget: Call gdk_window_mark_paint_from_clip() again
Carlos Garnacho (14):
GtkWidget: Fix motion event consumption detection for touch-only gestures
x11: Set event->scroll.is_stop
gdk: Allow internal management of source-side DnD
gdk: Run DnD internal handlers before the main event handler
gdk: Add gdk_drag_get_cursor()
x11: Implement gdk_drag_context_manage_dnd()
gtkdnd: Optionally use gdk_drag_context_manage_dnd()
gtk: Add private gtk_widget_reset_controllers()
gtkdnd: Reset widget controllers when starting DnD.
wayland: Add internal gdk_wayland_seat_set_global_cursor()
wayland: Implement DnD actions as per wl_data_device v3
wayland: Unset button modifiers on pointer enter
wayland: Set weak reference on the current grab window
gdk: Document the functions that don't need calling on managed DnD
Cosimo Cecchi (1):
notebook: fix a GCC warning
Dominique Leuenberger (1):
QEMU USB Tablet is not really a tablet - it's a trick
Dušan Kazik (1):
Updated Slovak translation
Eric Williams (1):
Fix typo in previous documentation fix for gtk_css_provider_load_from_data()
Florian Müllner (1):
cssstyleproperty: Expose min-width/height
Hashem Nasarat (1):
Adwaita: fix separator margin in popovers
Ignacio Casal Quinteiro (2):
win32: fix warning
win32: get rid of _gdk_screen global variable
Jiri Grönroos (1):
Updated Finnish translation
Jiro Matsuzawa (1):
Updated Japanese translation
Krzesimir Nowak (1):
Fix a small mistake in stylecontext docs
Lapo Calamandrei (22):
Adwaita: add vertical margins to headerbar buttons
Adwaita: add vertical margins to headebar entries and separators
Adwaita: remove old headerbar separator styling
Adwaita: use stricter selectors on paned separators
Adwaita: fix thin paned separators
Adwaita: some scss cosmetic changes
Adwaita: make the paned wide separator scss code correct
Adwaita: rely on background-image for paned wide separators
Adwaita: more scss cosmetics
Adwaita: avoid colorswatch growing when drop targets
Adwaita: shortcut window related fixes
gtkheaderbar: add titlebutton styleclass to the separator
Adwaita: transparent background for progressbar.osd
Adwaita: make selection visible in treeview derived widgets
Adwaita: popover style fixes
Adwaita: remove superfluous selector on keycap styling
Adwaita: pathbar style cleanup
Adwaita: some dialog love
Adwaita: remove messagedialog label squashing hack
Adwaita: combo style cleanup and fixes
Adwaita: style textview derived widgets
Adwaita: stop axing toolbar separators
Marek Černocký (1):
Fixed typo childen->children
Matt Watson (1):
widget: remove queue_resize in set_sensitive
Matthias Clasen (85):
CSS documenation improvements
Fix dobule border rendering
Avoid division by 0 in the border rendering code
Fix rendering of unsymmetric borders
Add a css style test for adjacent states
Add foreigndrawing example to gtk3-demo
Improve GtkStyleContext docs
Update style class docs
notebook: Update CSS node docs
Actually deprecate GtkNotebook::has-tab-gap
Fix the annotation for gdk_seat_get_slaves
Fix the deprecation note for gdk_device_manager_list_devices
Improve deprecation note for gdk_device_manager_get_client_pointer
Fix corner manipulation when growing rounded rects
HighContrast: Fix selection in .views
box: Document child node ordering
box gadget: Add some documentation
builtin icon: Don't save/restore cairo state
Use convenience API that was introduced recently
notebook: Document the .dnd style class
Update expected output of notebook css node test
GtkBox: Documentation tweak
paned: Update node ordering according to text direction
Add css node tests for paned node ordering
Add css node tests for right-to-left levelbars
color swatch: Use right allocation for window
Move the -gtk-icon-palette property up
Make -gtk-icontheme() use -gtk-icon-palette
Improve docs for icon-related CSS properties
Fix doc syntax
Expand CSS icon property docs a bit
inspector: Don't select 'randomly'
color chooser: Set a CSS name
file chooser: Set a CSS name
print dialog: Set a CSS name
app chooser: Set a CSS name
font chooser: Add a CSS name
expander: center the arrow
icon theme: Add a way to create GtkIconInfos from files
icon theme: Export recoloring function
Add a way to load recolored icons in CSS
Document -gtk-recolor syntax
box gadget: Implement cross-axis alignment
expander: Deprecate spacing property
expander: Convert to use box gadgets
expander: Destroy gadgets after child widgets
message dialog: Prevent empty title from being shown
application: Protect against double shutdown
combobox: Document the popup window CSS node
combo: Add .linked class when appropriate
frame: Don't overlap label and child
treeview: Use foreground color to draw dnd marker
color scale: Improve themability
Adwaita: Keep entry progress visible
Expand window style class documentation a bit
inspector: Make cursor-size combo wider
accel label: Fix RTL handling
notebook: show tabs when asked to
Document restrictions on gtk_style_context_get
Trivial formatting fix
box gadget: Deal with optional arguments
builtin icon: set a baseline
checkbutton: Use a box gadget
box gadget: Add a function to reverse children
checkbutton: Handle rtl changes again
expander: Handle rtl changes again
expander: Flip the alignment of the vertical box
Add css node tests for expander rtl flipping
Add CSS node tests for checkbutton rtl flipping
Add more CSS node tests for notebooks
Trivial typo fix
gdk: Clarify docs about scale
Forgotten file
text view: Expand CSS node docs
entry: Expand the css node docs
text view: Update selection node visibility
im context simple: Protect shared data structures
Drop a reference to regions
text view: Expose cursor blink control
Updates
gtk-demo: Add a progress bar to foreigndrawing
Use actual drop status
Simplify foreign drawing example
Update expected output of a11y tests
3.19.7
Paolo Borelli (1):
win32: remove _gdk_root global variable
Peter Hutterer (2):
wayland: add support for wl_pointer frame/axis_source/axis_discrete/axis_stop
wayland: add gdk_event_is_scroll_stop_event()
Piotr Drąg (1):
Updated POTFILES.skip
Rafael Fontenelle (1):
Updated Brazilian Portuguese translation
Rico Tzschichholz (1):
GdkSeat: Fix annotation of gdk_seat_grab()
Rui Matos (1):
wayland: Fix an endless loop
Timm Bäder (13):
Remove stray semicolon
entry: typo
button: Don't include margins in input window size
modelbutton: Don't include margins in input window size
switch: Don't include margins in input window size
switch: Fix text positioning
shortcutlabel: Use a label directly
label: Remove some unneeded conditionals
entry: Remove unused code
entry: Don't draw icons twice
boxgadget: Don't use g_assert
entry: Deprecate shadow-type
gdkdisplay-x11: Plug memory leak
Ting-Wei Lan (2):
Cast the return value of g_array_free to void* before casting to char**
broadway: Call setlocale in main function of broadwayd
Tom Schoonjans (1):
Windows library manager fix
William Hua (1):
mir: add default GdkSeat for the default GdkDisplay
Руслан Ижбулатов (4):
W32: Ensure that correct statting function is used by iconcache
Ensure that the fstat fix is not applied on x86_64
GDK W32: Don't use WM-drawn shadow for tooltips
W32: Detect ticks wraparound
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]