[gtk] (299 commits) Non-fast-forward update to branch wip/baedert/stb-rect-pack
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (299 commits) Non-fast-forward update to branch wip/baedert/stb-rect-pack
- Date: Wed, 6 Mar 2019 18:08:08 +0000 (UTC)
The branch 'wip/baedert/stb-rect-pack' 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:
c5c8fbb... glglyphcache: Use stb_rect_pack for better glyph packing
a07341b... gl renderer: Move texture atlas into its own file
eb506c2... glimage: Only support uploading one region
Commits added to the branch:
ed65ab1... meson: Build .rc files for Windows (*)
5383d11... modules/media/meson.build: Export needed symbols on MSVC (*)
3fa28ff... build: Make post-install script a Python script (*)
76be7a5... a11y: Update assistant test output (*)
7325f8e... editable: Add more to interface (*)
3279596... entry: Implement new editable iface (*)
b9c8dd6... spin button: Implement and use editable interface (*)
1801bf6... Add a GtkText widget (*)
fcb5888... Make emoji completion work for GtkText (*)
936181f... Add a GtkTextAccessible (*)
36ac867... recorder: Print the matrix for transform nodes (*)
d247e57... widget: Fix gtk_widget_size_allocate() (*)
45fb1d0... entry: Delegate to GtkText (*)
ea098f8... entry accessible: Make this work with the text widget (*)
1930c74... spin button: Use GtkText (*)
8bb6d00... search entry: temporarily disable some functions (*)
a31da76... treeview: Disable some search entry functionality (*)
cbbc7dd... treeview: use a GtkText as search entry (*)
39d5f9e... entry completion: Make this work again (*)
c6e6fb1... Add GtkPasswordEntry (*)
210c5d8... Add a test for GtkPassworkEntry (*)
667ea2d... search entry: Use a GtkText (*)
fa3d194... search bar: Work with the new GtkSearchEntry (*)
3a1a7c4... treeview: make search work (*)
b8c981f... inspector: Work with new search entry (*)
a0454e4... gtk-demo: Make the delayed search demo work (*)
f1012b5... Fix the search bar example (*)
7d9e63a... app chooser: Use editable api on search entry (*)
37b841b... font chooser: Use editable api on search entry (*)
08bd690... file chooser: Use editable api on the search entry (*)
0e11944... widget-factory: Don't set can-focus on entries (*)
613f8ce... testsuite: update css node tests (*)
996a424... defaultvalue test: Exempt GtkText::buffer (*)
102c0ce... focus test: Use a GtkText instead (*)
3422edf... a11y tests: Update expected output (*)
ac44522... a11y text test: Use a GtkText instead (*)
22ea832... Fix testtreesort warnings (*)
b299ac8... Add editable delegate api to docs (*)
a417956... Mention GtkEditable and entries in the migration guide (*)
0ef6c3a... search entry: Add a tooltip to th clear icon (*)
9174616... Merge branch 'text' into 'master' (*)
02bb364... widget: Remove lefover debug code (*)
65e9d71... Application: Support sandboxed session state changes (*)
d006ee6... application: Add a query-end signal (*)
7c6e3e3... Merge branch 'portal-session-state-master' into 'master' (*)
63a8bd0... stack sidebar: Fix sorting (*)
4529f52... widget: Use CSS boxes in gtk_widget_real_contains() (*)
dbf0654... widget: Add gtk_widget_compute_transform (*)
a953fd7... widget: Add typecheck-less _is_sensitive (*)
2ecb400... widget: Avoid some type checks in pick() and contains() (*)
63a23ed... widget: Remove unused function (*)
e922ec1... widget: Compute child point directly when picking (*)
dead174... Remove nonexisting function from header (*)
e223f16... widget: Add gtk_widget_compute_point() (*)
8ce6cf5... Add test for widget transforms (*)
9a8082b... widget: Remove gtk_widget_get_allocated_size() (*)
93b47c1... Fix gtk_widget_compute_transform (*)
8222631... widget: Clean up gtk_widget_compute_transform() (*)
cfc7dc0... widget: Add optimizations to gtk_widget_compute_transform() (*)
8fbfa95... widget: Fail if matrix not invertible (*)
514c367... widget: Always set out value (*)
01f7f25... gtk: Check return value of compute_bounds() (*)
02e856f... widget: Mark compute functions as G_GNUC_WARN_UNUSED_RESULT (*)
120ee17... gtksearchbar: Do not handle captured events for unmapped ba (*)
c739071... gtksearchentry: Forward captured events to the child GtkTex (*)
9ca392b... gtkwidget: Expose gtk_widget_run_controllers() in private h (*)
19bf937... eventcontrollerkey: Use run_controllers() API to forward ke (*)
4dd7eb4... Adwaita,HC: spinbutton selectors (*)
b303c20... search entry: Add private api to get the text widget (*)
eb8b109... emoji chooser: Don't use entry api on search entries (*)
82bde1e... text: Remove the ::has-frame property (*)
b741d36... inspector: Update callback to GtkText shuffling (*)
ef89ef9... Updated French translation (*)
b9a41a9... Merge branch 'wip/carlosg/fix-search-entry' into 'master' (*)
2e94891... Merge branch 'wip/jimmac/unbreak-spinbuttons' into 'master' (*)
2e9c7d0... search entry: Quiet a compiler warning (*)
74f4aec... text: Make this a final class (*)
a339a5d... testsuite/gtk/singleselection.c: Avoid VLA usage (*)
103637f... text: Remove has-frame leftovers (*)
572142b... css tests: Update expected output for entries (*)
3df4d14... assistant: Remove weak pointer in finalize (*)
0e29408... notebook: Rename an internal macro (*)
85fb368... Make GtkNotebookPage an object (*)
78c54b2... Add GtkNotebookPage properties (*)
ff4b3f1... Turn labels into page properties (*)
7f8ba95... Allow builder to add notebook pages (*)
f11d011... notebook: Add a pages model (*)
c1ad721... notebook: Fix up ref counting (*)
f64b0a7... Implement position property somewhat (*)
0fe1091... builder-tool: Rewrite notebooks (*)
66b6824... print dialog: Use notebook pages in ui file (*)
ddea11b... widget-factory: Use notebook pages in the ui file (*)
0961fe7... notebook: Fix up issues with property notification (*)
05f8319... a11y tests: Update ui files (*)
7d69430... css tests: Update ui files for notebooks (*)
27f008d... builder test: Update notebooks (*)
3eda783... tests: Update property tests (*)
f95ed63... Merge branch 'nbpage' into 'master' (*)
888b967... Add more info to the migration guide (*)
eea651d... Add new notebook apis to the docs (*)
5d20807... Update POTFILES.in (*)
8e97dc0... assistant: Fix typo in a translatable string (*)
e7824d8... Merge branch 'piotrdrag/typo-assitant' into 'master' (*)
b1fe5d8... gtk-demo: Fix fallout from the notebook page merge (*)
ffee2d4... window: Rename GTK+ Inspector in user-visible strings (*)
a3ae12c... Merge branch 'piotrdrag/rename-gtk-inspector' into 'master' (*)
96fa1fb... Drop key themes (*)
837d9bf... Remove css test for key bindings (*)
f67ef12... Update Polish translation (*)
e5857a7... Merge branch 'key-themes' into 'master' (*)
70a1233... gsk: Add GskMatrixCategory (*)
49d8382... gtk: Add GtkTransform (*)
c24f326... widget: Make gtk_widget_allocate() take a GtkTransform (*)
f5b44c1... widget: Store category of widget transform (*)
6a4bf2b... gsk: Remove offset nodes (*)
f0142b9... snapshot: Remove dead code (*)
4a293aa... snapshot: Store an actual GtkTransform (*)
e1570e9... snapshot: Add gtk_snapshot_append_border() (*)
0d119f8... snapshot: Refactor text rendering (*)
1ef250f... snapshot: Add functions to append shadows (*)
2bdc074... snapshot: Remove gtk_snapshot_get_offset() (*)
51fac44... snapshot: Introduce transform APIs (*)
407307c... puzzlepiece: Use new snapshot transforms (*)
efd92f7... calendar: Use new snapshot transforms (*)
50e66d5... cellrendererpixbuf: Use new snapshot transforms (*)
6cb8f63... cellrenderertoggle: Use new snapshot transforms (*)
a5a7cdd... iconhelper: Use new snapshot transforms (*)
f0795a7... iconview: Use new snapshot transforms (*)
65174c7... image: Use new snapshot transforms (*)
b96e835... magnifier: Use new snapshot transforms (*)
6e19fb7... picture: Use new snapshot transforms (*)
b0eceb6... renderbackground: Use new snapshot transforms (*)
5b10a29... rendericon: Use new snapshot transforms (*)
a881cbf... rendernodepaintable: Use new snapshot transforms (*)
f59f4d7... scaler: Use new snapshot transforms (*)
6df2023... stack: Use new snapshot transforms (*)
380c4ec... stylecontext: Use new snapshot transforms (*)
70100d8... textview: Use new snapshot transforms (*)
5fc446d... treeview: Use new snapshot transforms (*)
5965ead... widget: Use new snapshot transforms (*)
751ef5b... widgetpaintable: Use new snapshot transforms (*)
baefee1... fpsoverlay: Use new snapshot transforms (*)
d8482ed... layoutoverlay: Use new snapshot transforms (*)
4052bb2... snapshot: Remove the old APIs (*)
ad58dd5... csstransform: Create a GtkTransform (*)
e2b9f32... css: Add transform style property (*)
fd318a1... widget: Apply CSS transform in gtk_widget_allocate() (*)
0ae7c30... Add & use GTK_CSS_AFFECTS_TRANSFORM (*)
12442bd... Remove support for -gtk-key-bindings: css property (*)
b64f852... Remove docs for css keybindings (*)
dfc1673... docs: Use the same name in different files (*)
46cb221... Remove support for -gtk-key-bindings: css property (*)
1444482... docs: Fix typo (*)
ae47ec1... more css keybinding removal (*)
6711aa2... More css key bindings removal (*)
e8b5056... And another keybinding leftover (*)
b70cd64... gtk-demo: Move the blur demo code here (*)
d291dff... gtk-demo: Fix the decorative overlay example (*)
1818f55... overlay: Drop the blur support (*)
f57e66c... overlay: Drop the index child property (*)
3487ebe... remove tests that no longer work (*)
2e5ccce... Make gtk_widget_set/get_can_pick public (*)
f8609ef... testoverlay: Use gtk_widget_set_can_pick (*)
f202707... gtk-demo: Use gtk_widget_set_can_pick (*)
beb8d36... overlay: Remove gtk_overlay_set_overlay_pass_through (*)
4e97417... Update migration guide for pass-through (*)
41c0ac1... Merge branch 'overlay-cleanup' into 'master' (*)
5937741... Update Italian translation (*)
3471aac... Update Italian translation (*)
da0bd69... gl renderer: Use the matrix node category (*)
9d0e8b8... inspector: Fix an uninitialized value warning (*)
0e603a6... search entry: Don't force-create the accessible (*)
bd99ae3... entry accessible: Make work with almost-entries (*)
2b9436b... search entry: Use a GtkEntryAccessible (*)
c53e9ed... search/password entry: Prevent expand leaks (*)
445dca4... widget: Remove ::event leftovers (*)
8d987be... Merge branch 'wip/fanc999/meson.msvc' into 'master' (*)
e54ce8f... treeview: Don't assume search widget is a GtkEntry (*)
f904123... gl renderer: Round size up when rendering to a texture (*)
4724943... inspector: Stop using ::hierarchy-changed (*)
ddb52a5... drag dest: Stop using ::hierarchy-changed (*)
de6132a... ime: Stop using ::hierarchy-changed (*)
9591d40... xim: Stop using ::hierarchy-changed (*)
3ebf19b... text handle: Stop using ::hierarchy-changed (*)
9e231f6... popover: Stop using ::hierarchy-changed (*)
55337c5... file chooser: Stop using ::hierarchy-changed (*)
0230a7b... header bar: Stop using ::hierarchy-changed (*)
ef5108c... label: Stop using ::hierarchy-changed (*)
3ccbcf9... menu bar: Stop using ::hierarchy-changed (*)
8d93321... gtk-demo: Stop using ::hierarchy-changed (*)
5dd0863... widget: Drop ::hierarchy-changed (*)
a3901f2... Drop the anchored field (*)
89470ab... Document that root and unroot must chain up (*)
ccbaec0... Merge branch 'kill-hierarchy-changed' into 'master' (*)
23fb77a... surface: Introduce an ::event signal (*)
d633bea... widget: Connect to GdkSurface::event (*)
cc2c392... Stop using gdk_event_handler_set (*)
08badd2... Drop some dead code (*)
e16cdb1... Drop gdk_event_handler_set (*)
fe95391... Merge branch 'event-signal' into 'master' (*)
222d310... doc: Rewrite the drawing model overview (*)
fad9468... Merge branch 'drawing-model-refresh' into 'master' (*)
ac8b192... gdk: Document surface signals (*)
4001e76... docs: Refresh the "Q & A" part (*)
b6893b6... Quietly ignore GDK_NOTHING events (*)
5dbfb18... inspector: Make picking work again (*)
b82e57f... fixup: warn about nothing events (*)
69b1a34... a11y tests: Update output for entries (*)
a13d850... Add gtk_root_get_for_surface (*)
2501152... ime: Stop using gdk_surface_get_user_data (*)
ea4f552... xim: Stop using gdk_surface_get_user_data (*)
4e8aa0c... main: Stop using gdk_surface_get_user_data (*)
12663d2... tooltip: Stop using gdk_surface_get_user_data (*)
704e377... inspector: Stop using gdk_surface_get_user_data (*)
09fea73... gtk-demo: Stop using gdk_surface_get_user_data (*)
cc216c9... Remove gdk_surface_set_user_data (*)
0d39cb7... Merge branch 'kill-register-surface' into 'master' (*)
06df7e6... transform: Fix a wrong annotation (*)
3ae31b0... notebook: Document new apis (*)
9861887... inspector: Avoid grabs for inspecting (*)
c35554c... Drop GtkInvisible (*)
edc4f95... Revert "inspector: Make picking work again" (*)
8a0182e... docs: Some cosmetic fixups (*)
eb1310e... docs: Remove a mention of Gtkinvisible (*)
eddc823... gitlab templates: Its just GTK now (*)
d773bc0... docs: Its just GTK now (*)
fd667bb... docs: Its just GTK now (*)
77c0e68... gdk: Rename our vulkan context to GTK (*)
6687a08... Update POTFILES.in (*)
397b8ee... docs: Its just GTK now (*)
df27cb7... docs: Remove some no-longer-existing api (*)
d3c45cb... docs: Miscellaneous doc fixes (*)
58c2bea... gl renderer: Stop determining the matrix category ourselves (*)
74ab3cd... compare-render: Assert that no error has been set (*)
f062426... gl renderer: Add debug function to dump render node (*)
47fb1ec... gl renderer: Partially implement rounded rect intersection (*)
e836c57... gl renderer: Remove GskRoundedRect initializaion (*)
9335cde... entry: Make placeholder-text work again (*)
df6494d... Add 4.0 deprecation warning macros (*)
8438880... window: Deprecate gtk_window_present() (*)
5a6a7b5... all: Don't warn about deprecated gtk_window_present usage (*)
14890fa... window: Warn when gtk_window_present_with_time() is passed (*)
91ad2ee... surface: Advise using gtk_window_present_with_time() (*)
5722664... Merge branch 'wip/hadess/window-present-docs' into 'master' (*)
c5c75f3... container: Remove the ::set-focus-child signal (*)
b0083b3... widget: Remove the ::grab-focus signal (*)
1469d01... testsuite: Stop using grab-focus as a keybinding signal (*)
b4ae491... window: Undo the deprection of gtk_window_present (*)
78d013f... window: Return no item for no item name (*)
f36e416... xembed: Remove unused file (*)
d930c4a... Adwaita: define insensitive links (*)
69251d0... build: Use python3 for the post install script (*)
efbb26b... build: no need to replace path separators (*)
539e3d3... build: use condense the mkdir calls to oneliners (*)
fe7dcf6... Merge branch 'alatiera/python3' into 'master' (*)
fda4546... treeview: Stop using set_focus_child (*)
5caf8ca... entry: Don't use the buffer directly (*)
5577e30... gl renderer: Add more nodes that support transforms (*)
bbd4e2f... transformnode: Avoid matrix multiplication if we can (*)
416a4cf... gl renderer: Ignore nodes with nan bounds (*)
7931ab5... gl renderer: Change shadow cache eviction strategy (*)
dc28299... roundedrect: Add gsk_rounded_rect_to_string (*)
9e0c471... entry, spin button: Drop redundant API (*)
eaf41cc... Merge branch 'redundant-editable-api' into 'master' (*)
9948ca7... a11y: Include gtktextaccesible.h in gtk-a11y.h (*)
f35b8a7... Fix compile time warnings (*)
4fe6731... Updated Slovenian translation (*)
8ceff21... gtk-demo: Minimally fix the sarch entry demo (*)
bed4c68... widget: Fix gtk_widget_pick() on 3d-transformed widgets (*)
afbfccb... notebook: Notify the notebook page, not the child (*)
02318db... entries: Fix mnemonic activation (*)
b79545e... search entry: Fix a copy-paste error (*)
45ea288... Merge branch 'notebook-notify-page-not-child' into 'master' (*)
610692d... Adwaita: Fix typo (missing comma) (*)
348912d... treeview: make sure separator nodes have a height > 0 (*)
20f7588... Merge branch 'adwaita-typo-fix-master' into 'master' (*)
0e1a503... transform: Move to GSK (*)
4916280... transform: Add more API (*)
3a3c2d1... rendernode: Make the transform node take a GskTransform (*)
791bf0c... transform: Remove API to poke internals (*)
3cc84d2... transform: Make category public API (*)
cf00c36... transform: Split rotate() and rotate3d() class (*)
e737b42... trasnform: Fix print statement (*)
979e9be... testsuite: Add a transforms test (*)
b391aea... widget: Make transform a GskTransform (*)
70b3411... transform: Remove gsk_transform_identity() (*)
3545abc... transform: Implement gsk_transform_invert() (*)
1fecbd4... transform: Store the category in the transform (*)
bd113aa... transform: Redo querying API (*)
a8bf5ee... transform: Readd optimization (*)
dbe5845... rendernode: Implement diffing of transform nodes (*)
3a3b325... transform: Add perspective() (*)
eeed55d... gl renderer: Mark pointer textures as used (*)
9105de9... gl renderer: Cache rendered fallback nodes (*)
39fbf13... entry: Update CSS node docs (*)
18da852... rendernode: Add can_diff implementation for transform nodes (*)
e3ae46f... glglyphcache: Use stb_rect_pack for better glyph packing
12c311f... gl renderer: Move texture atlas into its own file
b2677bc... glimage: Only support uploading one region
(*) 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]