282 Commits (3b10bb195d918cd280539312af17bd415155f78e)

Author SHA1 Message Date
Stephan Eicher 3b10bb195d Use npos instead of -1 5 years ago
rolandlo cb9594d841 Remove using std::* statements in header files 5 years ago
Henrik Dick 76dad7c875 fix zoom jitter and wrong zoom center due to padding in Layout 5 years ago
Baseng0815 c9f6e037fc refactor circle to ellipse 5 years ago
hard-zero1 c9553bbe32 Update font-button when editing text, make it work locale-independent 5 years ago
Henry Heino 824976b295
Better Touchscreen Zooming (#2435) 5 years ago
idotobi 59cde68f3f Fix Hilighter spelling to Highlighter in codebase 5 years ago
idotobi 651578a84d Clean up for final PR 5 years ago
idotobi a57727375c Major Refactor Plus Mouse Input 5 years ago
idotobi e7aed7a84b Implement Tool-wise Eraser Type 5 years ago
rolandlo 8ff8ce4187 remove unused functions or mark as maybe_unused 5 years ago
Roland Lötscher 6e54698742
Snapping enhancements 6 years ago
Fabian Keßler ddbb7c6b12 Enforce uint32_t for internal Color Representation 6 years ago
lciti c4abdf4632
Allow "tapping" when using the Select Rectangle and Select Region tools (#1980) 6 years ago
Febbe 5a90a804ae replaced mem::make_unique with std::make_unique. 6 years ago
Febbe 1cc38d8e54 A small optimization of the renderer, 6 years ago
Febbe e4fdfeffd8 Refactored Rectangle.h so that template code is only in the header file. Also replaced some bad code 6 years ago
lehmanju 9355113f1f
Make Rectangle a template class (#1817) 6 years ago
rolandlo eb50c1e67e add requested changes to spline tool 6 years ago
rolandlo 80b9f708fb add basic spline tool 6 years ago
Fabian Keßler bf3c63fee3 applied formatting 6 years ago
Fabian Keßler f2bdff9267 clang-format fixup 6 years ago
Fabian Keßler 985d0946e7 clang-tidy applied everything in .clang-tidy file, 6 years ago
Fabian Keßler 7e36e8fef0 clang-tidy hicpp-* 6 years ago
Fabian Keßler 4ee8fa415c clang-tidy google-* 6 years ago
Fabian Keßler 6af347bd4a clang-tidy cppcoreguidelines-* 6 years ago
Fabian Keßler 4cf542b0a5 apply clang-tidy performance-* 6 years ago
Fabian Keßler a2e98f4bd7 clang-tidy init 6 years ago
Bryan Tan 865c8b8a11 Fix audio playback failure not showing message to user 6 years ago
Fabian Keßler fa33dc43f3 removed memory checks 7 years ago
Fabian Keßler 1752cee860 EraseHandler bugfix caused by a rebase 7 years ago
Fabian Keßler 286ce5b8b9 refactored layout & resize 7 years ago
Fabian Keßler 259624b802 narrowing conversion double -> int rounding fix 7 years ago
Fabian Keßler 21c4091d65 Applied clang-format again. 7 years ago
Fabian Keßler 380800f86f Removed big memory leaks and possible undefined behaviour in undo / redo handling 7 years ago
Fabian Keßler 694261b809 Replaced NULL with nullptr in all edited files, 7 years ago
JJones780 5495bff8c2 fixes #1217 - Corrupted drawing after Search: needed to save and restore cairo drawing context around scale+search->paint. 7 years ago
JJones780 712390e740 FloatingToolbox.cpp/.h: Move FloatingToolbox code into own class. 7 years ago
JJones780 640326ef59 add Floating Toolbox option to mouse button options and make it work. 7 years ago
Bryan Tan e86a2d5044 Handle triple clicks 7 years ago
Bryan Tan 41f91e3995 Refactor TextEditor text selection into a single function 7 years ago
JJones780 6bbc36210e basic functionality done 7 years ago
JJones780 bb94948143 testing floating Toolbox 7 years ago
JJones780 54029793e4 Initial testing for overlay popup menu 7 years ago
JJones780 178c42afd0 cleanup, prepare for use with FloatingToolbox 7 years ago
Bryan Tan ff44bf888a Fix double-click selection edit not working after moving the selection 7 years ago
Bryan Tan 4990585fa5 Make double clicks on text editors select the current word 7 years ago
Bryan Tan d0f149f2aa Refactor double click event handling 7 years ago
JJones780 b875317971 Change ui and variable names to better reflect implementation. 7 years ago
JJones780 a1aeffa7ad Try Select on Filtered Strokes. Add Stroke Filter ( and "try select" ) to Drawing Tools. TrySelect in prefs. 7 years ago