Andreas Butti
187b636595
Check buildable
7 years ago
Andreas Butti
525033bad6
Mac Integration
7 years ago
Andreas Butti
23d1a0c8b7
Use GTK Logging everywhere
7 years ago
Andreas Butti
45a1badbb9
Boost Path removed
...
#631
7 years ago
Andreas Butti
3896e456fa
Code cleanup
7 years ago
Andreas Butti
89daec1748
Allow to hide menu
...
fixed #454
7 years ago
Andreas Butti
7f52dcc922
Fixed Menu Handling
7 years ago
Andreas Butti
54505c58db
Working on sidebar #78
7 years ago
Andreas Butti
fdc29531c2
Working on layer
7 years ago
Andreas Butti
1a5a688e6c
Menu
7 years ago
Andreas Butti
4cdf161eee
Move messagebox
7 years ago
Andreas Butti
1786cfa6fa
Try to find position on widget
7 years ago
Andreas Butti
6a8fbbe840
Use whole window for gesture
7 years ago
Andreas Butti
071c47d945
Working on Zooming
7 years ago
Andreas Butti
6e40552c39
Working on zoom fixes
7 years ago
Andreas Butti
ea33ebb063
Touch handling
7 years ago
Andreas Butti
fcbbae6bea
Touch handling
7 years ago
Andreas Butti
cc3bbdd91c
Touch handling
7 years ago
Andreas Butti
5c56162a52
Touch handling
7 years ago
Andreas Butti
6e17a19a90
Try to disable scrolling if pen is active
7 years ago
Andreas Butti
a469314e35
Cleanup Page Background Handling
7 years ago
morro
6434ff6435
linked audio folder settings
7 years ago
Andreas Butti
eda9a2d82a
Check for PDF Background overwrite
...
fixed #268
All error messages ar now cleaned up and one in an unitility function
7 years ago
Andreas Butti
72951db375
Added new dotted page
...
https://github.com/xournalpp/xournalpp/issues/334
7 years ago
Andreas Butti
9e82e7c050
Working on Page Settings
7 years ago
Andreas Butti
3ccb938c26
Formatting
7 years ago
morro
0dbc1d4b3e
storing timestamps only where recording actually happened
7 years ago
Andreas Butti
a0b387364c
Template loading / saving working
7 years ago
Andreas Butti
d4d74f01d4
Toolbar menu fixed
7 years ago
Andreas Butti
1077814f34
Working on GTK3 Bugfixes
7 years ago
Andreas Butti
cf9cb78810
Menu checked
...
Layer Menu working
All menu items are there
7 years ago
Andreas Butti
d34f36dbea
Cleanup GTK2 code, not everything working yet, but compiling
7 years ago
Andreas Butti
ee46ba530b
Removed GTK2 Stuff
7 years ago
Andreas Butti
663a233ada
Colorchooser working with GTK2 / GTK3
7 years ago
morro
caa0e279b7
audio recording is now better integrated
7 years ago
morro
9d9aa20665
Revert "Revert "audio record and playback during note taking (external via launcher)""
...
This reverts commit efbe3829f8 .
7 years ago
morro
efbe3829f8
Revert "audio record and playback during note taking (external via launcher)"
...
This reverts commit 719cd52a38 .
7 years ago
morro
719cd52a38
audio record and playback during note taking (external via launcher)
7 years ago
Andreas Butti
6695a6ad1e
Linking and starting up again
7 years ago
Andreas Butti
07ed4f725f
Merging GTK3 branch - currently not compoling
7 years ago
morro
7cbebbca29
Added stroke timestamp support - view them with "select object tool"
7 years ago
morro
64f7237f87
code cleanups and bugfixes
8 years ago
morro
8c871ed111
keypresses customization begins
8 years ago
MarPiRK
9c044bad54
Fixes basing on Coverity scan
...
https://scan.coverity.com/projects/marpirk-xournalpp
11 years ago
MarPiRK
ec25822c63
Translation enhancements
11 years ago
MarPiRK
4dc73d7a02
Unified to boost::locale::translate (no more glib i18n)
...
Also updated i18n readme
11 years ago
MarPiRK
ef58550974
Tons of GLists changed to std::vector or std::list, language files update (and i18n README)
11 years ago
MarPiRK
bafb79c631
Fixed mathtex enable (CMake)
11 years ago
MarPiRK
c8a9218207
CMake build system
...
- CMake:
- moved all components to CMake and removed autotools
- multiple config headers, to decrease recompile time after changes
- more things possible to configure using cmake config
- renamed few constants in categories:
- enable (basic features)
- unstable (features in developmnet)
- debug (debugging constants)
- test (CppUnit options/additional tests)
- dev (development constants, for testing purposes – marked as advanced, but directly accessible in cmake-gui)
- CppUnit
- moved everything to single folder `test/` in main tree
- separate binary `xournalpp-test` – main binary is also compiled
- SpeedTest additional module, which can be easily used while testing
- fixed some debugging errors
- moved all desktop files to `desktop/` directory
- autogenerating `xournalpp.pot` file and translations instal
- removed unused headers
- removed pugixml, as it's not used for now
- updated mathtex to recent version
11 years ago
MarPiRK
1aa410a6e7
Got rid of using namespace std
...
It's really convenient, but can lead to unpredicted behavior.
11 years ago