[gtk+] (176 commits) Non-fast-forward update to branch wip/csoriano/pathbar-prototype
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] (176 commits) Non-fast-forward update to branch wip/csoriano/pathbar-prototype
- Date: Tue, 27 Oct 2015 18:12:56 +0000 (UTC)
The branch 'wip/csoriano/pathbar-prototype' 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:
670c70e... prototype don't look pls :)
57021fa... prototype
Commits added to the branch:
dd3f4f2... scrolled window: Protect against nameless devices (*)
0731c50... entry completion: Only grab the device if we have one (*)
3c217e6... file chooser: Avoid search interruption (*)
af8c2d2... Improve text a11y test (*)
c264cd6... Split off a private header for GtkTextBuffer (*)
ce2c89c... Updated Slovak translation (*)
a712d1f... Updated Slovak translation (*)
a9a1c00... textbuffer: nicer get_iter functions (*)
9d3e9c9... inspector: remove gtk_text_buffer_get_iter_at_line_index() (*)
342b620... win32: use the same type as the prototype (*)
c888a92... win32: fix warnings about signed/unsigned mismatch (*)
027b02a... mir: send touch events (*)
d0779db... GtkRevealer: Remove useless _start_animation call (*)
944ef8b... GtkPaned: Fix gtk_paned_set_child_visible calls (*)
73b21d6... Fixes from Einar Ulvsløkk. (*)
a397324... Updated Norwegian bokmål translation. (*)
00b39e4... W32: Add missing reference taking in gdk_device_virtual_gra (*)
c860492... Clean up handling of _gdk_win32_grab_cursor (*)
2548330... Minor cleanup (*)
9fe40f9... wayland: Clean up code determining how to map a window (*)
f838743... wayland: Map windows with tooltip hint as subsurfaces (*)
4447cf2... widget: fix typo in warning message (*)
3bbd8bd... Updated Basque language (*)
eb0b096... Updated Basque language (*)
0190783... builder: Avoid some unnecessary overhead (*)
65aa367... Add some more builder parser tests (*)
eec75ee... Cosmetic changes (*)
45fa145... builder: Cosmetic changes (*)
d0e3099... builder: Don't use g_slist_next (*)
a0379d5... Don't use g_slist_next in gtktextbtree.c (*)
b84797a... Don't use g_list_next in gtkcontainer.c (*)
8422633... Don't use g_list_next in gtkdialog.c (*)
ea91670... Don't use g_list_next in gtkmain.c (*)
b5d3beb... Don't use g_list_next in gtkselection.c (*)
ecf5c5f... Don't use g_list_next in gtk3-demo (*)
ffa98cb... Don't use g_slist_next in gdk (*)
364d1a5... Don't use g_slist_next in the windows backend (*)
4d59233... Don't use g_slist_next in the x11 backend (*)
9727a4c... Don't use g_slist_next in gtkiconfactory.c (*)
a863b06... Don't use g_slist_next in gtkstock.c (*)
50c269f... Don't use g_slist_next in gtktextbuffer.c (*)
5dd78f7... Don't use g_slist_next in gtktextbufferrichtext.c (*)
060948d... Don't use g_slist_next in gtktextchild.c (*)
b65668a... Don't use g_slist_next in gtktextdisplay.c (*)
55bd936... Don't use g_slist_next in gtktextlayout.c (*)
95c7a53... Don't use g_slist_next in gtktextview.c (*)
05717fe... Don't use g_slist_next in gtktreemodel.c (*)
2dc63da... Don't use g_slist_next in gtktreeview.c (*)
e9aa335... Don't use g_slist_next in the testsuite (*)
f254a4b... builder: Support creating GFile objects (*)
1dfbae1... Add GtkShortcutsWindow (*)
d1c8144... Add some styling for GtkShortcutsWindow (*)
310781e... gtk-demo: Add a GtkShortcutsWindow demo (*)
f6d9f9f... Add automatic help overlay support to GtkApplication (*)
3306ce6... widget-factory: Add an automatic help overlay (*)
a2e581d... Update POTFILES.in (*)
1a2cdad... Update NEWS to mention help overlays (*)
92a136f... Updated POTFILES.in and POTFILES.skip (*)
b65f400... treeview: Remove "row" and "col" regions (*)
26450a6... cssnodedeclaration: Add possibility to set the name (*)
efff9c8... cssnode: Add setters/getters for name (*)
385fda8... cssmatcher: Marshal name to matcher (*)
72615a1... stylecontext: Add gtk_style_context_add_named() (*)
c075c14... stylecontext: Add gtk_style_context_save_to_node() (*)
950b1fb... switch: Port to GtkCssNode (*)
20ce058... treeviewcolumn: Create button on init (*)
24dde63... API: cssselector: Stop supporting regions (*)
983de6f... treeview: Use a cssnode instead of regions (*)
55d496e... cssmatcher: Remove matching API for regions (*)
601fe8f... css: Remove macros that were used only with regions (*)
01f7711... notebook: Move style_context_save() into function (*)
3392d53... notebook: Use CssNodes instead of regions (*)
5419260... notebook: Set prelight state properly (*)
a4e8634... notebook: Set active state properly (*)
f713bcd... notebook: Set reorderable-page style class properly (*)
dd3f2ec... notebook: Remove last traces of regions (*)
7b98442... notebook: Make tab positions permanent (*)
acd63a6... notebook: Refactor internal function (*)
2720d97... notebook: Remove funciton by folding it into callers (*)
182f9a7... notebook: Remove "active-page" class (*)
ed57440... notebook: Remove "prelight-page" class (*)
244d9ff... window: Refactor function (*)
408920d... window: Add gtk_widget_class_set_css_name() (*)
371f501... window: Name the decoration style (*)
d3bf602... iconcache: Remove unused function (*)
0113661... Guard against selection requestor disappearing (*)
1571d28... GtkWindow: draw the frame and shadow even for app-paintable (*)
26d8a56... testgtk/Alpha Window: fix the drawn area when we are drawin (*)
f703ea6... win32: Fix introspection syntax (*)
1f1c754... switch: Use the right state when querying padding (*)
6cf7c03... notebook: On drag window hide, fix css nodes (*)
67a54bf... shortcuts: Support ranges in the display of shortcuts (*)
defd314... gtk-demo: Add a range example to the shortcuts demo (*)
5a0a870... GtkApplicationWindow: Add missing annotations (*)
7cf3eec... Add since tags to new api (*)
e0d9250... inspector: Show names for css nodes (*)
d1a85fc... css node declaration: Allow both name and type to be set (*)
203742b... widget: Always set the type on css nodes (*)
48b30e8... switch: Convert to element names (*)
99d7648... Adwaita: Update switch styling (*)
b5e1fd5... HighContrast: Update switch styling (*)
de16a4e... MSVC release builds: Ensure that /LTCG is used (*)
506d5b5... switch: Document css names a bit (*)
7d98c7f... label: Use the element name label (*)
bacc9d4... Adwaita: Update label styling (*)
a8b5c04... HighContrast: Update label styling (*)
34be4de... image: Use the element name image (*)
6f90b3c... Adwaita: Update image styling (*)
57057f7... HighContrast: Update image styling (*)
71b79f3... shortcut: Improve formatting of ranges (*)
4959fe3... Adwaita: generalize .has-open-popup (*)
5b0a26f... Adwaita: fix switch styling (*)
b2dd9cb... entry: Use the element name entry (*)
c6a7cee... Adwaita: Update entry styling (*)
8a8518e... HighContrast: Update entry styling (*)
f5e77d0... entry: Use css nodes for icons (*)
e39ca89... Adwaita: Update for entry icon changes (*)
6a768ba... entry: Use a permanent css node for progress (*)
d8a3a4e... Adwaita: Update entry progress rendering (*)
78309d8... HighContrast: Update entry progress rendering (*)
431089f... entry: Add css node documentation (*)
e2bfe9e... notebook: Cosmetic cleanup (*)
f194b96... notebook: Use the element name notebook (*)
a22e07f... Adwaita: Update notebook styling (*)
9f738da... HighContrast: Update notebook styling (*)
8917ee5... notebook: Drop unneeded code (*)
f1b7560... notebook: Document css nodes and style class (*)
e440050... Fix the build (*)
9d81f3f... Updated Czech translation (*)
1e112ca... inspector: Allow editing strv-valued properties (*)
4305aa1... inspector: Improve css node UI (*)
f55e3f7... inspector: Be more careful with dead objects (*)
64c5b97... quartz: Don't use the instancetype keyword (*)
7c7fde1... Translate GDK_KEY_KP_Decimal according to locale (*)
3011820... docs: Add index for 3.20 api (*)
9269525... spinner: Use the element name spinner (*)
bd80b1d... Adwaita: Update spinner styling (*)
2b20bd5... HighContrast: Update spinner rendering (*)
caa6fb0... accel label: Use a css node for the accelerator (*)
aa67ad0... Adwaita: Update accel label styling (*)
2eb6599... separator: Use the element name separator (*)
0ba03aa... Adwaita: Update separator styling (*)
2de0f06... HighContrast: Update separator rendering (*)
f1248cc... infobar: Add a name to the css node (*)
91ec104... Adwaita: Don't use GtkInfoBar type name (*)
bf65b06... HighContrast: Don't use GtkInfoBar type name (*)
2258fe5... Updated Czech translation (*)
3450f53... GtkWindow: add up CSD size in gtk_window_resize() (*)
305b34a... GtkWindow: fix move/get position with CSD (*)
953aa45... label docs: Mention common style classes (*)
6efbf32... shortcuts: Cosmetic change (*)
e28b3d1... assistant: Handle page-type and title changes properly (*)
8db30aa... testassistant: Add another example (*)
ed8641f... entry: Only set one of the .left, .right style classes (*)
76619cf... entry: Bring back icon padding (*)
2eb7d74... GtkTreeView: Use more consistent search window naming (*)
4979875... wayland: Make window type conditions switches (*)
e25ea62... wayland: Don't try to use subsurfaces as popup parents (*)
97dbef4... GtkTreeView: Make a search window destroy helper (*)
bcb28ad... wayland: Map UTILITY hinted popup windows as subsurfaces (*)
aedd193... GtkTreeView: Rework the search window hack so it also works (*)
101df32... API: Add gtk_widget_path_iter_set_object_name() (*)
db04c1e... wayland: Don't use GTK symbols from GDK (*)
aefa1ba... gdk: Deprecate gdk_display_get_screen (*)
c72d094... entry: Use better element name for progress (*)
d717afd... entry: properly update css subnode state (*)
517cea3... cssmatcher: Actually match names for widget paths (*)
a648afa... widget: Add name to widget paths (*)
b7d001e... Add some api annotations (*)
6852a1e... inspector: Support editing interned string properties (*)
ed00d86... inspector: Allow editing css node properties (*)
46e834c... Updated Czech translation (*)
657a43e... gdk_pixbuf_get_from_window: honor device scale (*)
90075aa... prototype don't look pls :)
ad4e268... prototype
1fe124c... back
(*) 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]