You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Wilson Brenna 0dc7b6e5e0 Just need to finish the Control.cpp and PageView.cpp. 13 years ago
m4 Support overlay scrollbar (./configure --enable-os) especially for Ubuntu) 15 years ago
po Added TextBoxUndo feature to the makefile and localization. 13 years ago
src Just need to finish the Control.cpp and PageView.cpp. 13 years ago
testing Example for collaboration added 15 years ago
ui Just need to finish the Control.cpp and PageView.cpp. 13 years ago
.autotools git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
.cproject git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
.project git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
ABOUT-NLS Add Translation support 15 years ago
AUTHORS Added skeleton of duplicate page utility. Attempted a fix on the page 13 years ago
COPYING Added skeleton of duplicate page utility. Attempted a fix on the page 13 years ago
ChangeLog git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
INSTALL git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
Makefile.am Support overlay scrollbar (./configure --enable-os) especially for Ubuntu) 15 years ago
Makefile.in Support overlay scrollbar (./configure --enable-os) especially for Ubuntu) 15 years ago
NEWS git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
README.md Renamed README 13 years ago
RELEASES_ARE_IN_CVS_REPOSITORY git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@13 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
aclocal.m4 Workaround for missing CairoOutputDev.h 15 years ago
config.guess git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
config.h.in Automake chanages 15 years ago
config.sub git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
configure Modified configure, configure.ac to include zlib for those without 13 years ago
configure.ac Updated warning in configure.ac 13 years ago
count.php Add dependency to librsvg (needed on Gentoo, because Xournal crashes while loading the SVG icons) 15 years ago
depcomp git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
genToolbarIniH.php Image load / save implemented. 15 years ago
install-sh git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
libtool git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
ltmain.sh Support overlay scrollbar (./configure --enable-os) especially for Ubuntu) 15 years ago
missing git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@6 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
toolbar.ini Updated toolbars to enhance the colour palette. 13 years ago
x-xoj.desktop Automake chanages 15 years ago
xournal.desktop git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@59 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
xournal.xml git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@59 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627 15 years ago
xournalpp.desktop Automake chanages 15 years ago

README.md

XOURNALPP

Description

Xournalpp is a modified and extended Xournal. New features include: support for image insertion a better eraser reduced memory usage

Hopefully you enjoy it! Just build with

./configure
make

The binary will be in the src/ subdirectory.

make install

should also work.

Development

The buildsystem directory contained php and xml files that are used to properly format the Makefiles used to build and compile this software. These needed to be updated accordingly. I removed it because I felt it was a hassle. Adding source files, I also found the po/ directory to contain useful as well as the Makefile.am in the src directory. I could not get the php buildsystem to work the way I wanted. I have a feeling automake is the way to go for this.