Andreas Butti
647e657b3f
Menu items fixed
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
da8e201f43
Merge branch 'master' of https://github.com/andreasb242/xournalpp.git
...
into gtk3-merge
Conflicts:
src/control/Control.cpp
src/gui/toolbarMenubar/model/ToolbarEntry.cpp
7 years ago
andreasb242
0ebc5b880c
Merge pull request #281 from andreasb242/fix-customize-toolbar
...
fixed #278
7 years ago
Andreas Butti
cccd7dbc9b
fixed #278
...
Readme update
7 years ago
Andreas Butti
77f4c14da8
Fixed about layout
7 years ago
Andreas Butti
eaf001c403
GTK3 drawing working
7 years ago
Andreas Butti
663a233ada
Colorchooser working with GTK2 / GTK3
7 years ago
Andreas Butti
b434391451
Cairo / Pixbuf conversion working
7 years ago
Andreas Butti
2798c8f03d
Color item removed, replaced with GtkImage
7 years ago
Andreas Butti
9aabd6db83
Building and starting with GTK2 and GTK3
...
There are still a lot of issues which needs to be fixed, but this is now
the base for the next master, and the master will be renamted to gtk2 or
something like this in the future.
7 years ago
Andreas Butti
db6a64e4cd
GTK3 (still not full compiling, only with GTK2)
7 years ago
Andreas Butti
3d2f6133e0
GTK3
7 years ago
Andreas Butti
4174d40c00
GTK3 Compatibility
7 years ago
Andreas Butti
e3edd34b23
GTK3 Compatibility
7 years ago
Andreas Butti
aa7cba78ab
GTK3
7 years ago
Andreas Butti
5e6e4f8534
GKT3 Compatibility
7 years ago
Andreas Butti
cffa9bb2be
Code Cleanup
7 years ago
Andreas Butti
3e313402dd
Fixed memory corruption
7 years ago
Andreas Butti
a0631384a8
Fixing Toolbar bug, GTK3 merge
7 years ago
Andreas Butti
b981c1d1a8
Draw custom Separator
7 years ago
Andreas Butti
6e1db84938
Moved Toolbar helper functions to own class, to port to GTK3
7 years ago
Andreas Butti
a724ddb5a2
Merge GTK3 branch
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
Andreas Butti
c54dd28ca5
GTK3 branch merged
7 years ago
Andreas Butti
a2531d5e75
GKT3 / GTK2 merged
7 years ago
Andreas Butti
b4b6842c20
Merged GTK3 Stuff
7 years ago
Andreas Butti
c15aa20087
Color wrapper class
7 years ago
andreasb242
ca0d07f04f
Merge pull request #279 from andreasb242/small-fixes
...
Small fixes
7 years ago
Andreas Butti
84560a714a
Merge branch 'small-fixes' of https://github.com/andreasb242/xournalpp.git into small-fixes
7 years ago
Andreas Butti
0d0f1336f0
Clear the vector in the destructor
...
If there is a fault, and the destructor is called twice, we delete the
bojects twice, and this gives really strange exceptions.
Some GTK3 fixes like getter instead of acces attributes directly
7 years ago
Andreas Butti
668568bbff
Clear the vector in the destructor
...
If there is a fault, and the destructor is called twice, we delete the
bojects twice, and this gives really strange exceptions.
7 years ago
andreasb242
9228ef1de1
Merge pull request #277 from andreasb242/spelling_fix
...
Fixed spelling error "Hilighter" in Texts and Translation
7 years ago
Andreas Butti
86605d0c5a
Fixed Placeholder in German translation
7 years ago
Andreas Butti
5a638f720e
Fixed Fuzzy
7 years ago
Andreas Butti
a69b38c130
Fixed spelling error "Hilighter" in Texts and Translation
...
Sourcecode / Settings is untouched, so the compatibility is not touched.
7 years ago
andreasb242
ec1749412c
Merge pull request #276 from andreasb242/master
...
Icon Update
7 years ago
Andreas Butti
449f24b9a6
Missed to Checkin the de.po file
7 years ago
Andreas Butti
b696759f13
Updated German Translation
7 years ago
Andreas Butti
fc70b1fcb3
Icon Update
...
Replace .png Toolbar icons with SVG, the Icons are freen (Createive
Commons) found on https://www.iconspng.com and a little edited by me, so
they fit.
#146
7 years ago
andreasb242
3f456536c9
Merge pull request #261 from WPettersson/fullscreen-presentation
...
Fix fullscreen/resize in presentation mode.
7 years ago
andreasb242
b700ed962b
Merge pull request #266 from piegamesde/master
...
Fix two GUI bugs with uncaught exceptions
7 years ago
Unknown
acec19922b
Fix two GUI bugs with uncaught exceptions
...
Closes #263 , #219 , #190 and potentially #229
8 years ago
wbrenna
7d9a7bd03f
Merge pull request #259 from siliconninja/master
...
Fix preferences not saving to settings.xml file, both within the application and when restarting it
8 years ago
William Pettersson
b52e4d9667
Fix fullscreen/resize in presentation mode.
...
Enabling full screen first resizes the layout, and then the
display/pages, which breaks presentation mode. Rather than chase this
loop directly, this fix catches the resize event on the widget holding
the pages, and calls layoutPages again, which makes presentation mode
work in full screen, and when resizing the window directly.
It currently uses a static proxy function for the gtk signal handler, I
couldn't get std::bind to work and gtk doesn't support member function
callbacks (obviously, they're C bindings). The std::bind handler
probably could be made to work, or other alternatives.
8 years ago
siliconninja
64e6527f56
Uncomment g_free line in stringtokenizer (part of fix)
8 years ago
siliconninja
b46a697a66
Attempt to try Stringutils preferences fix using PR#223
...
https://github.com/xournalpp/xournalpp/pull/223
8 years ago
siliconninja
4f5554941f
UTF-8 fix for preferences
8 years ago