aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.99.8.8HEAD0.99.8.8masterMike Gabriel4 days10-8/+29
| | | | - src/menubar.vala: Fix DateTime Indicator high contrast label.
* Merge branch 'tari01-pr/datetime-high-contrast-label'Mike Gabriel4 days1-1/+14
|\ | | | | | | Attributes GH PR #113: https://github.com/ArcticaProject/arctica-greeter/pull/113
| * src/menubar.vala: Fix DateTime Indicator high contrast labelRobert Tari4 days1-1/+14
|/
* Release 0.99.8.70.99.8.7Mike Gabriel5 days11-8/+37
| | | | | | | - arctica-greeter/src/greeter-list.vala: Fix DashBox height when the content changes. - Translation updates (thanks to all contributors on hosted.weblate.org).
* Merge branch 'tari01-pr/greeter-list-height-fix'Mike Gabriel5 days1-1/+3
|\ | | | | | | Attributes GH PR #112: https://github.com/ArcticaProject/arctica-greeter/pull/112
| * arctica-greeter/src/greeter-list.vala: Fix DashBox height when the content ↵Robert Tari5 days1-1/+3
|/ | | | changes
* Translated using Weblate (Uyghur)Salkin6 days1-9/+8
| | | | | | | Currently translated at 46.2% (49 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/ug/
* Release 0.99.8.60.99.8.6release-buildsMike Gabriel10 days10-8/+27
| | | | | | - Regression fix for 0.99.8.5 for non-English systems: src/{arctica-greeter,menubar}.vala: Set locale to LC_NUMERIC before using printf with floats.
* src/{arctica-greeter,menubar}.vala: Set locale to LC_NUMERIC before using ↵Mike Gabriel10 days2-0/+2
| | | | printf with floats.
* Release 0.99.8.50.99.8.5Mike Gabriel11 days11-1114/+1225
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - src/main-window.vala: Render the back-button with black background and white border. As arrow we have a white png. - src/prompt-box.vala: Prompt box messages are always white in normal mode, always black in high-contrast mode (except from errors). - src/menubar.vala: Render the menubar always white (background is always black) and use black font for the hostname if shown. - Introduce UI/widget scaling per scaling factor. - src/menubar.vala: Soften the menubar shadow depending on 'menubar-alpha' gsettings configuration. - data/50-org.Arctica-Project.arctica-greeter.rules: Syntax fix. - src/main-window.vala: Recuce the menubar height when settings struts by 7px ( x scaling factor). - src/main-window.vala: Apply Gdk property change to toplevel of the MainWindow (just in case). - src/arctica-greeter.vala: Re-arrange calls to MainWindow.set_struts(). - src/main-window.vala: Make set_struts() a method without parameters and move previous set_struts() to _set_struts() (private method now). - src/main-window.vala: Set Gdk.WindowTypeHint.DOCK to make struts not affect the main window itself. - src/main-window.vala: Convert set_struts() method to a non-static method (by its code). - Translation updates (thanks to all contributors on hosted.weblate.org).
* Merge branch 'pr/high-contrast-improvements'Mike Gabriel12 days3-6/+26
|\ | | | | | | Attributes GH PR #111: https://github.com/ArcticaProject/arctica-greeter/pull/111
| * src/main-window.vala: Render the back-button with black background and white ↵Mike Gabriel12 days1-1/+4
| | | | | | | | border. As arrow we have a white png.
| * src/prompt-box.vala: Prompt box messages are always white in normal mode, ↵Mike Gabriel12 days1-4/+6
| | | | | | | | always black in high-contrast mode (except from errors).
| * src/menubar.vala: Render the menubar always white (background is always ↵Mike Gabriel12 days1-1/+16
|/ | | | black) and use black font for the hostname if shown.
* Merge branch 'pr/widget-scaling-factor'Mike Gabriel12 days11-59/+128
|\ | | | | | | Attributes GH PR #109: https://github.com/ArcticaProject/arctica-greeter/pull/109
| * Introduce UI/widget scaling per scaling factor.Mike Gabriel12 days11-59/+128
|/ | | | This gsettings 'widget-scaling-factor' can be used together with the 'xft-dpi' setting to fractionally scale the UI to better readability.
* Merge branch 'pr/soften-menubar-shadow'Mike Gabriel12 days1-1/+1
|\ | | | | | | Attributes GH PR #110: https://github.com/ArcticaProject/arctica-greeter/pull/110
| * src/menubar.vala: Soften the menubar shadow depending on 'menubar-alpha' ↵Mike Gabriel12 days1-1/+1
|/ | | | gsettings configuration.
* data/50-org.Arctica-Project.arctica-greeter.rules: Syntax fix.Mike Gabriel2025-03-211-1/+1
|
* Translated using Weblate (Georgian)Temuri Doghonadze2025-02-171-56/+60
| | | | | | | Currently translated at 49.0% (52 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/ka/
* Translated using Weblate (Romanian)Remus-Gabriel Chelu2025-02-081-3/+3
| | | | | | | Currently translated at 100.0% (106 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/ro/
* src/main-window.vala: Recuce the menubar height when settings struts by 7px ↵Mike Gabriel2024-12-281-0/+3
| | | | ( x scaling factor).
* src/main-window.vala: Apply Gdk property change to toplevel of the ↵Mike Gabriel2024-12-281-2/+2
| | | | MainWindow (just in case).
* src/arctica-greeter.vala: Re-arrange calls to MainWindow.set_struts().Mike Gabriel2024-12-282-2/+3
|
* src/main-window.vala: Make set_struts() a method without parameters and move ↵Mike Gabriel2024-12-281-3/+9
| | | | previous set_struts() to _set_struts() (private method now).
* src/main-window.vala: Set Gdk.WindowTypeHint.DOCK to make struts not affect ↵Mike Gabriel2024-12-281-0/+1
| | | | the main window itself.
* src/main-window.vala: Convert set_struts() method to a non-static method (by ↵Mike Gabriel2024-12-281-6/+5
| | | | its code).
* release 0.99.8.4Mike Gabriel2024-12-2810-8/+43
|
* src/session-list.vala: Document SUSE's handling of default.desktop in ↵Mike Gabriel2024-12-281-0/+6
| | | | /usr/share/xsessions/.
* src/session-list.vala: Skip session key 'default' when detecting the ↵Mike Gabriel2024-12-281-0/+6
| | | | session's icon name.
* src/session-list.vala: Use xsession_badge.png for session key "default".Mike Gabriel2024-12-281-0/+1
|
* src/arctica-greeter.vala: Adjust comment (Slick Greeter -> arctica-greeter).Mike Gabriel2024-12-281-1/+1
|
* Translated using Weblate (English (Canada))Distant Prince2024-12-171-44/+91
| | | | | | | Currently translated at 100.0% (106 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/en_CA/
* Translated using Weblate (Bosnian)AbdurahmanKarisik2024-11-181-27/+33
| | | | | | | Currently translated at 41.5% (44 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/bs/
* Translated using Weblate (Tamil)தமிழ்நேரம்2024-11-091-64/+105
| | | | | | | Currently translated at 100.0% (106 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/ta/
* Translated using Weblate (Portuguese)ssantos2024-10-081-11/+12
| | | | | | | Currently translated at 49.0% (52 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/pt/
* Translated using Weblate (Romanian)Remus-Gabriel Chelu2024-09-291-66/+131
| | | | | | | Currently translated at 100.0% (106 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/ro/
* Translated using Weblate (Irish)Aindriú Mac Giolla Eoin2024-08-251-58/+120
| | | | | | | Currently translated at 100.0% (106 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/ga/
* Translated using Weblate (Chinese (Simplified))Jason Cai2024-08-071-6/+6
| | | | | | | Currently translated at 45.2% (48 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/zh_Hans/
* Translated using Weblate (English (United Kingdom))Andi Chandler2024-07-061-38/+87
| | | | | | | Currently translated at 100.0% (106 of 106 strings) Translation: Arctica Framework/Arctica Greeter Translate-URL: https://hosted.weblate.org/projects/arctica-framework/greeter/en_GB/
* release 0.99.8.30.99.8.3Mike Gabriel2024-06-1910-8/+65
|
* arctica-greeter-check-hidpi: Import syslog module (we use it in case of an ↵Mike Gabriel2024-06-191-0/+1
| | | | occurring error).
* src/settings-daemon.vala: Fake org.gnome.SessionManager's RegisterClient ↵Mike Gabriel2024-06-191-0/+9
| | | | D-Bus method.
* src/: Drop another (now) superfluous '!do_test_mode' check.Mike Gabriel2024-06-191-1/+1
|
* src/: Skip start_notification_daemon() and start_real_wm() if in test-mode.Mike Gabriel2024-06-191-60/+66
|
* src/: Exclude more code from being run in start_indicators() when in test-mode.Mike Gabriel2024-06-191-12/+12
|
* src/arctica-greeter: Reduce \!do_test_mode checks by 1.Mike Gabriel2024-06-191-7/+4
|
* src/: Only run enable_tap_to_click() when not in test-mode.Mike Gabriel2024-06-191-3/+4
|
* src/: Only fiddle with MATE scaling factor settings if not in test-mode.Mike Gabriel2024-06-191-5/+9
|
* src/arctica-greeter.vala: Handle get_state() return null gracefully in ↵Mike Gabriel2024-06-191-2/+2
| | | | ArcticaGreeter.GetUser(), don't operate on null as if it was a string.