Yuri
26c9fe78cf
Add missing <ostream> inclede to the PlaceholderString.h header
7 years ago
andreasb242
873efdbfdc
Merge pull request #893 from andreasb242/master
...
Updated version after release
7 years ago
Andreas Butti
50e7852aa2
Updated version after release
7 years ago
andreasb242
4442e1e969
Merge pull request #892 from andreasb242/master
...
Increased version for release
7 years ago
Andreas Butti
d371fda85c
Increased version for release
7 years ago
andreasb242
09b094cd86
Merge pull request #891 from andreasb242/master
...
Mac Build
7 years ago
Andreas Butti
d977066eee
Compile with clang
7 years ago
Andreas Butti
282949d220
Fix init vars (gives error on clang)
7 years ago
andreasb242
13aa7cd81b
Merge pull request #890 from andreasb242/icon-loading
...
Icon loading
7 years ago
Andreas Butti
b47c587a4e
HighDPI / Icon loading finished
...
fixes #777
7 years ago
Andreas Butti
f177d94065
GTK Icon loading
...
#777
7 years ago
andreasb242
aa1bf140f2
Merge pull request #885 from badshah400/master
...
Update installation guidelines for openSUSE.
7 years ago
andreasb242
548a5995c0
Merge pull request #887 from andreasb242/latex-pdf
...
Latex pdf
7 years ago
Andreas Butti
4b32729f62
Tex with PDF fully working
...
fixed #375
7 years ago
Andreas Butti
ea92038f9a
Latex PDF load / save working
...
#375
7 years ago
Andreas Butti
b6774e3b5b
Render latex as PDf instead of an image - scaleable
...
#375
7 years ago
Atri Bhattacharya
89ef1f91a3
Update installation guidelines for openSUSE.
7 years ago
andreasb242
27fee2c3c2
Merge pull request #884 from andreasb242/master
...
Cursor size
7 years ago
Andreas Butti
49fc709ed8
Cursor size
7 years ago
andreasb242
08440f12d0
Merge pull request #858 from luco5826/master
...
Eraser's cursor's size now matches the actual eraser size
7 years ago
andreasb242
706baa06e9
Merge pull request #883 from andreasb242/master
...
Translation / Settings GUI
7 years ago
Andreas Butti
4fe75fb3f8
Updated Translation
7 years ago
Andreas Butti
498b57dbda
Translation
7 years ago
Andreas Butti
05afde6fc3
UI Update / Cleanup
7 years ago
andreasb242
f2e685abd7
Merge pull request #882 from andreasb242/master
...
Fixed formatting
7 years ago
Andreas Butti
427cfeddb8
Fixed formatting
7 years ago
andreasb242
b6ed6021e2
Merge pull request #881 from andreasb242/master
...
Small fixes
7 years ago
Andreas Butti
fbb3077f96
Default to right page first on dualpage
7 years ago
Andreas Butti
7ced0a3398
Merge branch 'master' of https://github.com/xournalpp/xournalpp.git
7 years ago
andreasb242
5f2ddbb9de
Merge pull request #872 from JJones780/multilayout
...
Multilayout - more columns, more arrangement of pages.
7 years ago
JJones780
0b362d85b6
space bug: spacing anomoly which only appeared when mixing document sizes.
7 years ago
JJones780
b6319127e5
Properly load customized toolbars: Recognize TWO_PAGES as PAIRED_PAGES.
7 years ago
Ulrich Huber
386dbbd1f9
Merge pull request #878 from LittleHuba/fix_pasted_obj_out_of_view
...
Fix pasted objects are not centered in view.
7 years ago
Ulrich Huber
6c94826e4e
Force pasted element to be at least south east of upper left corner.
7 years ago
Ulrich Huber
970d7e31b0
Fix pasted objects are not centered in view.
7 years ago
JJones780
2679cde606
Row or Column size now part of same radio group. Layout properly reflects users choice.
7 years ago
JJones780
feb6227bea
Added menu item to choose num Rows, settings for numRows and viewFixedRows.
...
TODO: menu to set viewFixedRows and show/hide numRows/numColumns accordingly
7 years ago
JJones780
503981ad89
Now instantiates LayoutMapper using a settings object to avoid passing in multiple arguments.
...
Columns enum changed to Vertically.
thanks to LittleHuba for review and recommendations.
7 years ago
JJones780
a8f8c542a0
Was missing XOJ_RELEASE.
7 years ago
JJones780
a578c992a8
Renamed "Two Pages" to "Paired Pages" to reflect new behaviour.
7 years ago
JJones780
6eef97d355
Cleanup
...
Thanks to 'LittleHuba' for review notes
Note: Prefer weak enums but then have issues with name collisions.
7 years ago
Ulrich Huber
f1cd524109
Merge pull request #873 from LittleHuba/add_credits
...
Add myself to list of authors
7 years ago
Ulrich Huber
8b6a0bfef0
Add myself to list of authors
7 years ago
Andreas Butti
f4ef3b0c1a
Flatpack script
7 years ago
andreasb242
b27d0577bd
Merge pull request #870 from ezickler/feature/flatpak-manifest
...
Flatpak: Initial manifest proposal
7 years ago
JJones780
65635b12df
cleanup and conform to coding standards. Conform to apparant convention of this->member access
7 years ago
JJones780
4c9ae6a3f8
Added View->Layout menu to choose document layout. i.e. top->bottom,left->right or T2B,R2L etc.
7 years ago
JJones780
2aa04be206
Added more layouts to LayoutMapper ( right to left etc. ). Enum for layout now bitflag flexible.
...
TODO: allow user to access them via menu or prefs.
7 years ago
JJones780
68be24ac1d
Fixed merge conflicts.
7 years ago
JJones780
553b6d65c5
Re-designed PagePosition classes to work with LayoutMapper.
...
PagePosition system had become overly complex and didn't work well with LayoutMapper ( no longer naturally sorted ).
Considered quadtree but just went with a linear search for now. No noticeable impact on performance.
7 years ago