- 28 Jul, 2022 1 commit
-
-
Sébastien Wilmet authored
-
- 20 Jul, 2022 2 commits
-
-
Sébastien Wilmet authored
Because the document is created, we can write text to it andthen save the file. So the initial error infobar needs to be closable.
-
Sébastien Wilmet authored
Especially for such warnings that were printed both in the terminal and in a tab infobar: Error opening file [...]: No such file or directory So, print those only in the infobar, and fallback to the terminal in case the tab doesn't exist (which is unlikely).
-
- 12 Jul, 2022 2 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
- 09 Jul, 2022 1 commit
-
-
Sébastien Wilmet authored
-
- 08 Jul, 2022 1 commit
-
-
Sébastien Wilmet authored
-
- 07 Jul, 2022 2 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
- 06 Jul, 2022 4 commits
-
-
Sébastien Wilmet authored
TeplPrefsDialog doesn't do much right now, but the intention is to move for example the Reset All action to Tepl.
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
And remove redundant gtk_widget_show*() calls.
-
- 02 Jul, 2022 3 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
- 01 Jul, 2022 4 commits
-
-
Sébastien Wilmet authored
There is now just latexila_prefs_create_notebook() which is public.
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
In the *.ui file, only the GtkGrid for the Other tab is kept. Everything else will be created with code. Prepa commit: just show the grid_other.
-
- 18 Jun, 2022 3 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
See next commit.
-
- 13 Jun, 2022 5 commits
-
-
Sébastien Wilmet authored
The title to the component has been added in Tepl. The code is moved in C, in liblatexila or in Tepl, incrementally. Improving things along the way.
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
The `notebook.set_current_page (0);` is needed because I think it's because can_focus was true (its default value is false). But it's anyway better to be explicit: show first the first notebook tab.
-
Sébastien Wilmet authored
Even gedit doesn't do that. Also it was used in a non-ideal code, because the sentence is split with the GtkSpinButton in-between. So at least make that part simpler, even if still non-ideal.
-
Sébastien Wilmet authored
-
- 12 Jun, 2022 6 commits
-
-
Sébastien Wilmet authored
This changes the UI. Before, the sentence was split in two, with the spinbutton in between. Now, it's handled by Tepl and it doesn't split sentences, to have better i18n/l10n handling.
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
- 11 Jun, 2022 4 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
- 10 Jun, 2022 2 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-