JJones780
a902442e81
added name="name" property matching id's for all non-default id's using:
...
gawk -i inplace 'match($0, /(\s*).*class="(\S+)".*id="(\S+)"/,arr){ print $0; if(arr[2] != "GtkAdjustment") print arr[1] " <property name=\"name\">" arr[3] "</property>"; next}{print}' ui/*.glade
for xx in sid label vbox hbox box separatormenuitem menuitem image grid menu button; \
do sed -r -i "/.*name=\"name\".*\\b$xx[0-9]+\\b/d" ui/*.glade;done
7 years ago
Bryan Tan
8487520d21
Cleanup LaTeX handling code
...
- Remove extra whitespace generated to the left of LaTeX images
- Fix OK button not being disabled when simultaneously updating and invalid
- Move away from deprecated GTK features in dialog buttons
7 years ago
Bryan Tan
92f02e406a
Show error message in LaTeX dialog when formula is invalid
7 years ago
Luca Errani
6462618ed8
Added multi-line insertion LaTex Dialog
7 years ago
Luca Errani
255e1e3c9a
Added real-time LaTex rendering in LatexDialog
7 years ago
Andreas Butti
2b5db21ff6
Dialogs GTK3 Cleanup
7 years ago
Andreas Butti
663a233ada
Colorchooser working with GTK2 / GTK3
7 years ago
Wilson Brenna
82c7b352a7
Changed xournal to xournal++ in titlebar
12 years ago
Wilson Brenna
253b5cff9a
Fixed typo
13 years ago
Wilson Brenna
ef5d34fd9b
Enter key now adds Tex by default.
13 years ago
Wilson Brenna
0dc7b6e5e0
Just need to finish the Control.cpp and PageView.cpp.
13 years ago
Wilson Brenna
44b71e479a
Added the Insert Tex to the main menu (glade)
13 years ago
andreasb123
d355f01413
Working on customizeable toolbar
...
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@170 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
71b5bb6cf6
Working on customizeable toolbar
...
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@170 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
3620445ac0
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@59 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
11eaa0cff5
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@59 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
35bdcb6bbe
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@5 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago
andreasb123
16740ffcf5
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@5 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
15 years ago