aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Bump version for CSD PRHEADmasterStuart Langridge2023-08-13
* Merge pull request #26 from bgstack15/use_gtk_csd_prefStuart Langridge2023-08-13
|\
| * use env var GTK_CSDB. Stack2023-08-12
|/
* Merge pull request #12 from srinivas32/masterStuart Langridge2022-01-02
|\
| * added power support arch ppc64le on yml file.srinivas322020-11-06
* | Tweak help message for force-refresh for grammar and clarityStuart Langridge2022-01-02
* | Merge pull request #20 from krakissi/masterStuart Langridge2022-01-02
|\ \
| * | Add option to force refresh from the commandlinekrakissi2021-12-26
|/ /
* | Merge pull request #11 from bgarnham/resize-fixStuart Langridge2020-12-07
|\ \ | |/ |/|
| * Changed min_x and min_y to min_width and min_height for clarity.Brendan Garnham2020-10-23
| * fix restore_window_metrics to allow downward resizing below last stored size ...Brendan Garnham2020-10-23
|/
* Bump version to 1.0.3Martin Wimpress2019-09-22
* Fix harmless but annoying Gtk warnings about removing timeouts which are alre...Stuart Langridge2019-08-01
* Update man page to have a little more detail.Stuart Langridge2019-08-01
* Put the longer description for magnus in snapcraft.yamlStuart Langridge2019-06-22
* Save the settings when zoomlevel changes as well as when window position changesStuart Langridge2019-06-20
* Create FUNDING.ymlMartin Wimpress2019-06-20
* snap: Just prime the python interpreters. Correct typos.Martin Wimpress2019-06-20
* Add snapcraft.yaml. Closes #6Martin Wimpress2019-06-20
* Ensure autostart file is installed to the correct global locationDavid Mohammed2019-06-15
* Allow desktops such as budgie to autostartDavid Mohammed2019-06-15
* flake8 fixesStuart Langridge2019-06-10
* Unset GSettings screen-magnifier-enabled on explicit closeStuart Langridge2019-06-10
* Bind both super-alt-equals and super-alt-plus as zoom-in keysStuart Langridge2019-06-10
* data: Add magnus-autostart.desktop.Martin Wimpress2019-06-06
* Add gir1.2-keybinder-3.0 to the instructions.Martin Wimpress2019-06-06
* flake8 tiny complaintsStuart Langridge2019-06-06
* Keyboard shortcuts for zooming in and outStuart Langridge2019-06-06
* Add flake8 checking in Travis CI to ensure that code stays nicely formattedStuart Langridge2019-06-04
* Allow overriding refresh interval on command lineStuart Langridge2019-06-04
* Make the code clean under flake8Stuart Langridge2019-06-04
* Don't explode if the settings file is somehow invalid (fixes #3)Stuart Langridge2019-06-04
* readme: Markup install steps as bash.Martin Wimpress2019-06-04
* readme: Use monospace for the package names.Martin Wimpress2019-06-04
* magnus: Bump version to 1.0.1Martin Wimpress2019-06-04
* readme: Add logo and more detailed build instructions.Martin Wimpress2019-06-04
* Add logo.Martin Wimpress2019-06-04
* screenshot: Remove double drop shadow.Martin Wimpress2019-06-04
* readme: Add screenshot and PPA install instructions.Martin Wimpress2019-06-04
* Add screenshot.Martin Wimpress2019-06-04
* magnus: Set the process name.Martin Wimpress2019-06-04
* magnus: Bump version to 1.0.0Martin Wimpress2019-06-04
* Update .gitignore.Martin Wimpress2019-06-04
* setup: Add setup.py.Martin Wimpress2019-06-04
* readme: Add basic install instructions.Martin Wimpress2019-06-04
* data: Add man page and desktop file.Martin Wimpress2019-06-04
* Rename magnus script suitable for packaging.Martin Wimpress2019-06-04
* Don't bother generating the magnified image if the mouse position hasn't changedStuart Langridge2019-05-25
* Restore the zoom level on startup and set the dropdown to reflect thatStuart Langridge2019-05-24
* Draw chequerboard pattern on the window if you try to magnify itself, just so...Stuart Langridge2019-05-24
bgstack15