- 01 Dec, 2017 2 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
Clerical task…
-
- 30 Nov, 2017 1 commit
-
-
- 29 Nov, 2017 1 commit
-
-
Sébastien Wilmet authored
This is a proof of concept, all the other GtkActionEntry's will need to be ported to AmtkActionInfoEntry's. This will permit to create the Edit toolbar with Amtk, without duplicating the action infos, while still using GtkUIManager to create the menu.
-
- 25 Nov, 2017 1 commit
-
-
Sébastien Wilmet authored
TeplTab::close-request has now a default object method handler, which will be used in latexila in the future, but not yet now.
-
- 24 Nov, 2017 6 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
The translators are credited in the *.po files, in git it's not easy to see who contributed code, so for that the AUTHORS file is useful.
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
-
- 16 Nov, 2017 1 commit
-
-
- 08 Nov, 2017 4 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
This works thanks to the abstract factory.
-
Sébastien Wilmet authored
To create the main window.
-
Sébastien Wilmet authored
If get_active_main_window() == null, then a window needs to be created. reopen_files() is called in create_window().
-
- 07 Nov, 2017 2 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
- 05 Nov, 2017 3 commits
-
-
Piotr Drąg authored
-
Marek Cernocky authored
-
Marek Cernocky authored
-
- 03 Nov, 2017 3 commits
-
-
Sébastien Wilmet authored
There are some stuff that usually an IDE can do but is out of scope for LaTeXila, for example support for Git (doing all git operations within the IDE). There is one thing that LaTeXila can do and is within the scope of an IDE (a bit beyond a simple text editor), which is: compiling the documents. But that's the only feature IDE-ish, and it is easy *not* to use it. Well, there is also project management which is IDE-ish, but managing a project in LaTeXila is so simple, it is a really small feature (but useful). It's not like a programming project like in Eclipse, creating a jar etc. LaTeXila is still a lightweight application for doing LaTeX, so "LaTeX editor" better fits it, and has the advantage that it is shorter. The AppData description has been improved as well (and copied in the *.doap file).
-
Sébastien Wilmet authored
Symbols (even preprocessor macro names) that begin with an underscore are reserved for the use of the compiler, normally.
-
Sébastien Wilmet authored
I wanted to remove this ugly code, but it's not yet possible. (BTW it's not me who wrote the macro, I just copied it from somewhere else, but I don't remember where).
-
- 02 Nov, 2017 2 commits
-
-
Sébastien Wilmet authored
And move Jhbuild recommendation to the README file.
-
Sébastien Wilmet authored
I think we can assume that the contributor has basic knowledge of Git and gdb.
-
- 01 Nov, 2017 9 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
For the latex-command-tabular-tabular GAction, add content to the tabular (a, b, c, d), as was done for the table environment in a recent previous commit.
-
Sébastien Wilmet authored
By adding some content in the table.
-
Sébastien Wilmet authored
It's not just a port to GAction/C, I also improve the implementation!
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
Note that this is not exactly the same, the trailing space is no longer inserted. I don't know why there was a trailing space. Usually it's a bad idea to insert trailing spaces (git doesn't like them).
-
- 31 Oct, 2017 1 commit
-
-
Marek Cernocky authored
-
- 29 Oct, 2017 4 commits
-
-
Piotr Drąg authored
-
Aurimas Černius authored
-
Sébastien Wilmet authored
The "forward/backward search" is no longer documented this way in the GUI and user doc, it is now just "jumping between the .tex file and the PDF", which better describes what the feature is about. Also, have exactly the same description in the AppData and *.doap file.
-
Sébastien Wilmet authored
-