ThoFrank
108ec6e53a
small code clean up
7 years ago
Andreas Butti
91a2050a5e
Prepare to export without background
7 years ago
Andreas Butti
30bfcea548
Background refactoring, splitted up into a class hierarchy
7 years ago
Andreas Butti
b25422044c
#93
7 years ago
Andreas Butti
72951db375
Added new dotted page
...
https://github.com/xournalpp/xournalpp/issues/334
7 years ago
Andreas Butti
bf076ca0dc
formatting
7 years ago
Andreas Butti
3ccb938c26
Formatting
7 years ago
morro
f705ac33cf
[FIX] alpha-out the color when the stroke has no audio
7 years ago
Andreas Butti
48fa404933
Paper size is stored in settings
...
#205
7 years ago
morro
617f05b43c
differentiate strokes with audio track associated when using PLAY_OBJECT
7 years ago
Andreas Butti
6695a6ad1e
Linking and starting up again
7 years ago
morro
1866d20392
changed Graph paper color
8 years ago
MarPiRK
4dc73d7a02
Unified to boost::locale::translate (no more glib i18n)
...
Also updated i18n readme
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
MarPiRK
f14a780237
Resorted includes
...
Basing on some new sorting rules
11 years ago
Andreas Butti
ce6ac16789
Working on #78 , but currently comment out
11 years ago
Andreas Butti
9278908a60
Working on #78
...
Base layer preview working
11 years ago
Andreas Butti
dab9333072
Merged
11 years ago
MarPiRK
24fb01b6d3
Formatting review
...
Basing on new coding conventions (on https://github.com/xournalpp/xournalpp/wiki/Coding-conventions ) – mainly 120 margin changes
11 years ago
x2b
7d4bbc4ede
Normalized includes
11 years ago
MarPiRK
0e02a81fa0
Removal of ListIterator – part of code using GList* rewritten to std::vector - using its own iterator.
11 years ago
MarPiRK
a3634d7ce4
Standardized formatting
11 years ago
MarPiRK
7fdb8a8efb
Some more std::string and replacement of string filenames to boost::filesystem::path.
...
Also some formatting standardization and more boost replacements.
11 years ago
MarPiRK
fafe0603cc
Complete rewrite of string
...
Now it's based on std::string, but with help of boost::local and boost::algorithm - icu was veeery inconveinient and memory consuming. Now memory consuption is ridiculously lower than in basic glib_new branch.
I've also added streams instead of good old printf's, but it's just basic stuff. New thing is also usage of boost library and replacing some glibc functions with it - I have done only small chunk of them. To get rid of glibc completely we would have to move to gtkmm and rewrite looot of code, but I think that it's worth it. Boost will be used in future for i18n.
The whole thing compiles now and at a glance is pretty stable, but it needs deep testing to make shure that everything works as it should without any strange crashes, which I faced while writing.
If anyone has questions about new string handling please cntact with me.
11 years ago
Wilson Brenna
43623ff491
Added some more thread locking for stability.
12 years ago
x2b
e4df67fe4b
This hopefully fixes xournalpp/xournalpp#41
...
Signed-off-by: Wilson Brenna <wbrenna@uwaterloo.ca>
12 years ago
x2b
e36176be9f
Made PageRef an actual reference
...
Signed-off-by: Wilson Brenna <wbrenna@uwaterloo.ca>
12 years ago
Wilson Brenna
e241ee1a5f
Formatted master using same astyle as addpoppler.
12 years ago
Wilson Brenna
5b4e8bfb4a
Added a bunch of gdk_threads_enter() magic. TBD.
13 years ago
Wilson Brenna
bf3b9a6136
Added Mathtex fully. Fixes #13 .
13 years ago
Wilson Brenna
892fafb656
Mathtex now renders.
13 years ago
andreasb123
d4a8caa052
Change background Bugfix.
...
Undo / Redo change background not working yet
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@149 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
538ce415b9
Change background Bugfix.
...
Undo / Redo change background not working yet
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@149 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
7fea1ac4a2
Drawing stroke difference after rerendering workaround (hopefully working on all machines, not sure)
...
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@148 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
fa3db38a1b
Drawing stroke difference after rerendering workaround (hopefully working on all machines, not sure)
...
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@148 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
a4c7ab4b99
Multibyte fix for texteditor (öäü are working now correct;-))
...
Smaller bugfixes
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@143 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
b8b81b0a56
Multibyte fix for texteditor (öäü are working now correct;-))
...
Smaller bugfixes
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@143 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
9bc25e06b0
PDF export fix
...
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@129 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
94b5243c8a
PDF export fix
...
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@129 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
84e006615b
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@109 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
52d4804bcf
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@109 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
8161dab2d1
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@102 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
cc03401791
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@102 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
744543e561
Bugfixes / Typechecks
...
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@94 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
37ced07b27
Bugfixes / Typechecks
...
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@94 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
aea4cac075
Type checking partially implemented
...
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@92 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
e360bccd1f
Type checking partially implemented
...
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@92 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
902443c33f
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@90 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
a1afb5f5c0
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@90 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago