[gtk+] (109 commits) Non-fast-forward update to branch wip/attach-params
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] (109 commits) Non-fast-forward update to branch wip/attach-params
- Date: Wed, 20 Jan 2016 21:10:53 +0000 (UTC)
The branch 'wip/attach-params' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
7dd8c1f... gdkwindow: move GdkWindowEdge to gdktypes.h
b6c97da... gdktypes: add GDK_WINDOW_EDGE_CENTER
63e982c... gdkattachparams: add GdkAttachParams
ca6c48e... gdkwindow: add gdk_window_move_using_params ()
49f2c8b... gdkwindowimpl: implement move_using_params ()
496c36f... gdkwindow-mir: implement move_using_params ()
ee5e25a... gtkmenu: add gtk_menu_popup_with_params ()
682dfc6... gtkmenuitem: use gtk_menu_popup_with_params ()
e03e859... gtkmenubutton: use gtk_menu_popup_with_params ()
521fa63... gtktoolbar: use gtk_menu_popup_with_params ()
706afab... gtklabel: use gtk_menu_popup_with_params ()
f0e7622... gtkentry: use gtk_menu_popup_with_params ()
989ba42... gtktextview: use gtk_menu_popup_with_params ()
f18735e... gtklinkbutton: use gtk_menu_popup_with_params ()
0452adb... gtknotebook: use gtk_menu_popup_with_params ()
46d0d2a... gtkwindow: use gtk_menu_popup_with_params ()
62b8162... gtkrecentchooserdefault: use gtk_menu_popup_with_params ()
62377a5... gtkplacesview: use gtk_menu_popup_with_params ()
0779078... gtkappchooserwidget: use gtk_menu_popup_with_params ()
94aea89... gtkmountoperation: use gtk_menu_popup_with_params ()
58725ce... gtkcolorsel: use gtk_menu_popup_with_params ()
8e56bd3... gtkcombobox: use gtk_menu_popup_with_params ()
Commits added to the branch:
0049be4... application: Protect against double shutdown (*)
54a6e03... combobox: Document the popup window CSS node (*)
e8b9aac... combo: Add .linked class when appropriate (*)
f32e1d4... Adwaita: combo style cleanup and fixes (*)
2cf810c... frame: Don't overlap label and child (*)
a0d91a3... treeview: Use foreground color to draw dnd marker (*)
e7fc87e... color scale: Improve themability (*)
d0f83d4... Adwaita: style textview derived widgets (*)
93f8fa7... Adwaita: stop axing toolbar separators (*)
5d562b6... cssnode: Split out the style cache (*)
024429f... cssnode: Implement the style cache (*)
c904efe... cssnode: Redo GTK_DEBUG=no-css-cache (*)
6e6cbd7... stylechange: Do the right thing when old and new style are (*)
9d26038... Adwaita: Keep entry progress visible (*)
00aca5d... Expand window style class documentation a bit (*)
d28959c... inspector: Make cursor-size combo wider (*)
9e2a168... accel label: Fix RTL handling (*)
6bf9715... notebook: show tabs when asked to (*)
a7387e2... Document restrictions on gtk_style_context_get (*)
44d94a4... Trivial formatting fix (*)
9c3907d... box gadget: Deal with optional arguments (*)
da30858... builtin icon: set a baseline (*)
7859f8e... checkbutton: Use a box gadget (*)
b7f32ed... reftests: Remove test (*)
f6757e0... reftests: Fix up for easy CSS changes (*)
5265db5... box gadget: Add a function to reverse children (*)
a32b39c... checkbutton: Handle rtl changes again (*)
296f80a... expander: Handle rtl changes again (*)
2a66571... expander: Flip the alignment of the vertical box (*)
121aec6... Add css node tests for expander rtl flipping (*)
83eb36a... Add CSS node tests for checkbutton rtl flipping (*)
f74f81f... W32: Detect ticks wraparound (*)
d73f6b8... entry: Deprecate shadow-type (*)
65ae48d... Add more CSS node tests for notebooks (*)
bbc08d0... Trivial typo fix (*)
6f3cff1... gdk: Clarify docs about scale (*)
eca1b3c... accellabel: Remove unused variable (*)
3281d1a... notebook: Don't crash when dnd'ing tabs out (*)
c24c56a... Forgotten file (*)
07eda59... text view: Expand CSS node docs (*)
b08fe98... entry: Expand the css node docs (*)
ff5d14f... text view: Update selection node visibility (*)
af958b8... gdkdisplay-x11: Plug memory leak (*)
e150ea8... cssnode: Don't leak the style cache on destruction (*)
b3b0489... im context simple: Protect shared data structures (*)
ac95bac... Drop a reference to regions (*)
3fca361... wayland: add support for wl_pointer frame/axis_source/axis_ (*)
48aa1bb... wayland: add gdk_event_is_scroll_stop_event() (*)
f8b8e4e... x11: Set event->scroll.is_stop (*)
1821c2d... text view: Expose cursor blink control (*)
575dfb4... Updates (*)
402cecf... actionbar: Don't forall() widgets twice (*)
580ea22... widget: Redo drawing code (*)
ab5dbfd... widget: Add forgotten push_group code (*)
409760b... container: Properly reorder no-window children (*)
3fea7f2... gtk-demo: Add a progress bar to foreigndrawing (*)
f64bb38... Fixed typo childen->children (*)
a50baba... widget: Call gdk_window_mark_paint_from_clip() again (*)
edc4374... gdk: Allow internal management of source-side DnD (*)
f6b8fb5... gdk: Run DnD internal handlers before the main event handle (*)
ed5da43... gdk: Add gdk_drag_get_cursor() (*)
bfee45e... x11: Implement gdk_drag_context_manage_dnd() (*)
e4f5e31... gtkdnd: Optionally use gdk_drag_context_manage_dnd() (*)
2b703b6... gtk: Add private gtk_widget_reset_controllers() (*)
8d47617... gtkdnd: Reset widget controllers when starting DnD. (*)
0747a60... wayland: Add internal gdk_wayland_seat_set_global_cursor() (*)
1045dda... wayland: Implement DnD actions as per wl_data_device v3 (*)
be3f0da... wayland: Unset button modifiers on pointer enter (*)
5b1d962... wayland: Set weak reference on the current grab window (*)
40b28ac... gdk: Document the functions that don't need calling on mana (*)
cccaf1d... Use actual drop status (*)
cba7b2c... Simplify foreign drawing example (*)
e3b49b2... Update expected output of a11y tests (*)
02dabcf... 3.19.7 (*)
e06c08a... Updated POTFILES.in and POTFILES.skip (*)
065aa29... widget: Properly invalidate when CSS font properties change (*)
0304817... css: AFFFECTS_TEXT causes a resize, not a redraw (*)
bb92428... notebook: Implement rtl flipping for CSS nodes (*)
9cb0a97... viewport: Set the pixel cache background from the child (*)
e106825... gtk-demo: Fix font features sources (*)
e3f8316... viewport: Don't destroy pixelcache while it's still used (*)
fef545c... configure: Require wayland >= 1.9.91 (*)
b2eaed6... file chooser: Allow saving even if executable attribute is (*)
5fd7b85... Add a function to get affected area for background (*)
0996629... notebook: Get rid of during_detach member (*)
c162a0c... notebook: Properly hide drag window (*)
f535251... notebook: Get rid of during_reorder variable (*)
e6e4d47... gdkwindow: move GdkWindowEdge to gdktypes.h
406d555... gdktypes: add GDK_WINDOW_EDGE_CENTER
8235f46... gdkattachparams: add GdkAttachParams
f947f95... gdkwindow: add gdk_window_move_using_params ()
4e1a56c... gdkwindowimpl: implement move_using_params ()
b2d39c9... gdkwindow-mir: implement move_using_params ()
766af9d... gtkmenu: add gtk_menu_popup_with_params ()
7b89aeb... gtkmenuitem: use gtk_menu_popup_with_params ()
030a2b0... gtkmenubutton: use gtk_menu_popup_with_params ()
a9a1ffe... gtktoolbar: use gtk_menu_popup_with_params ()
b9a379e... gtklabel: use gtk_menu_popup_with_params ()
bdf48c6... gtkentry: use gtk_menu_popup_with_params ()
d1c4531... gtktextview: use gtk_menu_popup_with_params ()
bf95f0f... gtklinkbutton: use gtk_menu_popup_with_params ()
e31d869... gtknotebook: use gtk_menu_popup_with_params ()
f7831da... gtkwindow: use gtk_menu_popup_with_params ()
586bcf7... gtkrecentchooserdefault: use gtk_menu_popup_with_params ()
14c8a47... gtkplacesview: use gtk_menu_popup_with_params ()
1d39dce... gtkappchooserwidget: use gtk_menu_popup_with_params ()
622dd49... gtkmountoperation: use gtk_menu_popup_with_params ()
5f3d6b8... gtkcolorsel: use gtk_menu_popup_with_params ()
81a2b4b... gtkcombobox: use gtk_menu_popup_with_params ()
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]