- 22 Nov, 2020 1 commit
-
-
Piotr Drąg authored
-
- 09 Nov, 2020 1 commit
-
-
Christian Hergert authored
This fixes some issues where the types were causing different alignment rules for Windows than we expect elsewhere. This supercedes !48, and is based upon ZUHONG TAO's work there to include the necessary changes for alignment fixes.
-
- 26 Oct, 2020 1 commit
-
-
Christian Hergert authored
-
- 16 Oct, 2020 3 commits
-
-
Christian Hergert authored
Fix getting css from pango font description with style and variant See merge request !47
-
BwackNinja authored
-
BwackNinja authored
-
- 12 Sep, 2020 1 commit
-
-
Christian Hergert authored
-
- 07 Jul, 2020 1 commit
-
-
Christian Hergert authored
-
- 22 Jun, 2020 3 commits
-
-
Christian Hergert authored
We can create the proxy without forcing the launch of the peer process or waiting for signals/properties. Since this wont block we meet the needs of !46 but without the extra main loop processing. This is important because it allows tests/test-file-manager to still work as all the necessary RPC bytes will be written to the stream before exiting.
-
Christian Hergert authored
-
Christian Hergert authored
-
- 21 Jun, 2020 1 commit
-
-
Germán Poo-Caamaño authored
Avoid blocking the UI if dzl_file_manage_show is called from the main thread if there were any issue with dbus. To my eyes, this looks ugly, as dzl_file_manage_show is a sync call in three systems (Win32, OSX, and Linux). Ideally, we could have dzl_file_manage_show and dzl_file_manage_show_sync, or one async in all systems. If the API user check error, still it will work for Win32 and OSX. For Linux, it will be managed by dzl_file_manage_show.
-
- 12 Jun, 2020 2 commits
-
-
Christian Hergert authored
powerpc32: use fallback code for 64 bits __sync primitives See merge request !44
-
Charlène authored
-
- 31 May, 2020 1 commit
-
-
Christian Hergert authored
Fixes #54
-
- 01 May, 2020 3 commits
-
-
Christian Hergert authored
-
Christian Hergert authored
This property can be used to track the changes of the titlebar as they animate in and out. Some effort is made to ensure that changes are only emitted once and in order, however immediate changes to fullscreen may result in going from SHOWN to HIDDEN immediately. Related #38
-
Christian Hergert authored
-
- 24 Mar, 2020 2 commits
-
-
Christian Hergert authored
We need this higher so that we can override libraries like VTE from application CSS.
-
Christian Hergert authored
-
- 06 Mar, 2020 1 commit
-
-
Christian Hergert authored
-
- 20 Jan, 2020 2 commits
-
-
Christian Hergert authored
Fixes #52
-
Christian Hergert authored
-
- 17 Jan, 2020 1 commit
-
-
Christian Hergert authored
-
- 12 Jan, 2020 1 commit
-
-
Christian Hergert authored
-
- 05 Jan, 2020 1 commit
-
-
Christian Hergert authored
Fixes #51
-
- 03 Jan, 2020 3 commits
-
-
Christian Hergert authored
suggestion: Add secondary icon support Closes #50 See merge request !42
-
Jan-Michael Brummer authored
Fixes: #50
-
Jan-Michael Brummer authored
-
- 12 Dec, 2019 1 commit
-
-
Christian Hergert authored
-
- 24 Oct, 2019 3 commits
-
-
Christian Hergert authored
dzl-suggestion-row: Move from box to grid layout See merge request !40
-
Jan-Michael Brummer authored
-
Christian Hergert authored
dzl-column-layout: Improve columns estimation Closes gnome-builder#1037 See merge request !41
-
- 18 Oct, 2019 1 commit
-
-
Diego Escalante Urrelo authored
Improve the n_columns calculation in dzl_column_layout_layout() to avoid overshooting the required width by one count of column_spacing. Fixes: gnome-builder#1037
-
- 15 Oct, 2019 1 commit
-
-
Christian Hergert authored
When we are transitioning from visible to non-visible, we have a number of operations in play (animating, then hiding, etc). We need to do more than just check for mapped before we short-circuit. Fixes #49
-
- 09 Oct, 2019 1 commit
-
-
Christian Hergert authored
This reverts commit 4fa4a08f. This isn't need in it's current form for epiphany, so we'll defer until later to see if we want to follow through on the design.
-
- 30 Sep, 2019 4 commits
-
-
Jan-Michael Brummer authored
Analog to common mobile systems select whole text on first press into the entry. Every following press will just set the text marker position.
-
Christian Hergert authored
This allows the icon to stay aligned to the first text row when using compact-mode.
-
Christian Hergert authored
-
Christian Hergert authored
-