- 14 Nov, 2021 1 commit
-
-
Jordi Mas authored
-
- 11 Sep, 2021 1 commit
-
-
- 02 Jun, 2021 4 commits
-
-
Patrick Welche authored
gtk__cairo_should_draw_window() presence wasn't being tested.
-
Patrick Welche authored
-
Patrick Welche authored
-
Patrick Welche authored
-
- 25 Apr, 2021 1 commit
-
-
Patrick Welche authored
Point to GitLab instead of Bugzilla (deprecated) in README See merge request !4
-
- 09 Apr, 2021 1 commit
-
-
Logan Rosen authored
-
- 08 Apr, 2021 1 commit
-
-
Patrick Welche authored
Remove extern "C" warpper around atspi/glib headers inclusion See merge request !3
-
- 06 Apr, 2021 1 commit
-
-
Patrick Welche authored
Use Gtk 3's gtk_font_chooser_?et_font rather than Gtk 2's gtk_font_button_?et_font_name
-
- 25 Mar, 2021 1 commit
-
-
Yanko Kaneti authored
Recently glib headers started using C++ features when compled in C++ glib!1715 (commits) This leads to errors like: .. In file included from /usr/include/glib-2.0/glib/gatomic.h:31, from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/at-spi-2.0/atspi/atspi.h:27, from dasher_editor_external_atspi.cpp:5: /usr/include/c++/11/type_traits:56:3: error: template with C linkage 56 | template<typename _Tp, _Tp __v> | ^~~~~~~~ dasher_editor_external_atspi.cpp:4:1: note: 'extern "C"' linkage started here 4 | extern "C" { | ^~~~~~~~~~ .. Since for a while now glib headers are supposed to be safe to include in C++ code without extern "C" just remove it.
-
- 30 Dec, 2020 1 commit
-
-
Jordi Mas authored
-
- 25 Dec, 2020 8 commits
-
-
Patrick Welche authored
-
Patrick Welche authored
-
Patrick Welche authored
-
Patrick Welche authored
-
Patrick Welche authored
-
Patrick Welche authored
-
Patrick Welche authored
With gtk 4 released, aim to drop gtk 2 support. Maemo uses gtk 2.14.
-
Patrick Welche authored
If Phil Cowans had no idea what IOstreamDasherEdit.* was for in 2006, we are unlikely to find out now, especially as they are (c) 2002 Philip Cowans
-
- 24 Dec, 2020 1 commit
-
-
- 07 Dec, 2020 1 commit
-
-
- 04 Sep, 2020 1 commit
-
-
Daniel Mustieles García authored
-
- 25 Aug, 2020 2 commits
-
-
Samuel Thibault authored
-
Samuel Thibault authored
-
- 19 Aug, 2020 2 commits
-
-
-
Patrick Welche authored
-
- 29 Jul, 2020 13 commits
-
-
-
Correctly fall back system font when no Dasher Font has been selected in preferences (fixes #173) (#174)
-
* Update to 64-bit macOS build. Changes sponsored and supplied by Jorge Tendeiro * Add Debug xcode scheme * Fix crash when opening Preferences for 2nd time by using strong reference to panel. Remove unused instance variable. * Fix incorrect permissions when first creating user's training file * Fix string scoping bug which prevented user's training text being read on startup. Removed unused method. * Revert DasherIntefaceBase::m_FileUtils to private and set it in the expected way through the constructor * Whitespace * Replace tab indents with spaces * Whitespace to match original, so there are no diffs outside MacOSX folder * Set ApplicationCategory metadata to the most appropriate of the limited options available * Update README, add INSTALL.macOS * Update gitignore
-
-
-
-
* Unit Test added for CAlphabetMap * trying to see if travis will work * added one unit test * clean up the test
-
-
- Show more output in `gradle test` - Store test report in circleci artifacts
-
-
-
* test * Adding java instruction * New version of java instruction * updated * Updated Install.javaaplet * new readme added * readme updated * old versions removed * idea version control ignored * firs tests deleted
-
* Migrate Visual Studio project files to VS 2017 * Continous integration setup for Windows * Square bracket cause a problem for appveyor Error parsing appveyor.yml: (Line: 6, Col: 34, Idx: 115) - (Line: 6, Col: 88, Idx: 169): While parsing a block mapping, did not find expected key. * combine environment definitions in appveyor.yml * Add forgotten x command for 7z in appveyor.yml * check if dasher.sln exists * Absolute path to project solution * Replace platform x64 by x86 * Enable MSBuild parallel builds * Delete appveyor.yml
-