summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update list-of-gedit-plugins.mdHEADmasterSébastien Wilmet2023-05-151-1/+0
| | | | | See the relevant commit in the gedit-plugins repo to know the reasons for the plugin removal.
* Update Galician translationFran Dieguez2023-05-111-1090/+1066
|
* Update Indonesian translationKukuh Syafaat2023-05-101-55/+65
|
* Update Swedish translationAnders Jonsson2023-05-031-52/+61
|
* Update Occitan translationQuentin PAGÈS2023-04-291-1828/+1784
|
* Update list-of-gedit-plugins.mdSébastien Wilmet2023-04-251-1/+0
| | | | | See the relevant commit in the gedit-plugins repo to know the reasons for the plugin removal.
* DOAP: GNOME Discourse is a support-forum, not a mailing-listAndre Klapper2023-04-281-1/+1
|
* Post-release version bumpSébastien Wilmet2023-04-251-1/+1
|
* Release 45.alpha45.alphaSébastien Wilmet2023-04-253-3/+4
|
* NEWS file: write all news so farSébastien Wilmet2023-04-251-0/+6
|
* PreferencesDialog: use new GtkSourceStyleSchemeManager APISébastien Wilmet2023-04-181-22/+27
| | | | There is now gtk_source_style_scheme_manager_get_schemes().
* Update Turkish translationSabri Ünal2023-04-231-53/+62
|
* Update Polish translationPiotr Drąg2023-04-231-51/+52
|
* Update Portuguese translationHugo Carvalho2023-04-231-157/+162
|
* Update Russian translationAleksandr Melman2023-04-221-157/+164
|
* Update Ukrainian translationYuri Chornoivan2023-04-181-159/+167
|
* Bump API version from 44 to 45Sébastien Wilmet2023-04-111-1/+1
| | | | There has been some API breaks, see the docs.
* Depend on libgedit-gtksourceviewSébastien Wilmet2023-04-112-2/+2
|
* NEWS file: write all news so farSébastien Wilmet2023-04-111-0/+22
|
* docs: have same app description in doap, AppData and manpageSébastien Wilmet2023-04-113-14/+16
| | | | And the README.md and in the user manual (in help/C/gedit-brief-intro.page).
* docs: improve readmeSébastien Wilmet2023-04-111-8/+8
|
* docs: update link to ImovoSébastien Wilmet2023-04-111-1/+1
|
* doap: update, improveSébastien Wilmet2023-04-111-11/+12
| | | | | | | Remove <category>. In case of doubt, it's better to remove it altogether. Thanks Jeremy for your past contributions!
* AppData: remove donation linkSébastien Wilmet2023-04-111-1/+0
|
* flatpak: add gtksourceview to manifestArjun Suresh2023-04-112-0/+25
|
* Update Basque translationAsier Sarasua Garmendia2023-04-091-500/+496
|
* Update Russian translationSergej A2023-04-081-11/+10
|
* Update Czech translationDaniel Rusek2023-04-061-891/+911
|
* Update Swedish translationAnders Jonsson2023-03-271-7/+9
|
* Window: fix bug in init bottom panel, to show the right childSébastien Wilmet2023-03-211-26/+37
| | | | | | | | - Split the function in two, for the side/bottom panel, to make the code clearer and less error-prone. - Change some variable names. (the bug was most probably a copy/paste error).
* Window: change type of side_panel instance variableSébastien Wilmet2023-03-211-18/+16
| | | | | | To have its original type (self-documentation). Perhaps spotted a bug for the bottom panel along the way.
* Window: remove useless #includesSébastien Wilmet2023-03-212-11/+0
|
* Window: remove create_tab_from_location()Sébastien Wilmet2023-03-214-56/+5
|
* commands-file: use gedit_tab_load_file()Sébastien Wilmet2023-03-211-16/+13
| | | | | | gedit_window_create_tab_from_location() is going away. Also, the created tab cannot be NULL, so simplify the code.
* Tab: rename load() to load_file() and make it publicSébastien Wilmet2023-03-216-29/+53
| | | | Now there is load_file() and load_stream().
* Window: improve docs of create_tab()Sébastien Wilmet2023-03-211-5/+4
|
* docs: add index of new symbols in 45Sébastien Wilmet2023-03-211-0/+4
|
* Tab: make load_stream() publicSébastien Wilmet2023-03-216-18/+42
| | | | Because gedit_window_create_tab_from_stream() has been removed.
* Window: remove create_tab_from_stream()Sébastien Wilmet2023-03-215-55/+17
| | | | | | | _gedit_tab_load_stream() will be made public as a further step. The idea is to have smaller functions (smaller number of parameters, doing less things at a time).
* Window: simplify code of create_tab_from_location/stream()Sébastien Wilmet2023-03-211-28/+12
| | | | | | | First create tab with gedit_window_create_tab() and then load content. This shouldn't change anything because the content is loaded asynchronously.
* Window: small refactoring for process_create_tab()Sébastien Wilmet2023-03-211-20/+10
|
* Window: minor refactoring of get_active_view/documentSébastien Wilmet2023-03-211-12/+10
|
* Window: create a private headerSébastien Wilmet2023-03-217-14/+33
| | | | | Useful to #include other non-installed headers, to have the corresponding types.
* Window: improve docs of create_tab_from_location()Sébastien Wilmet2023-03-211-12/+14
|
* Window: small refactorings for the propertySébastien Wilmet2023-03-211-5/+10
| | | | Especially, document it with a gtk-doc comment.
* Window: rename signals enum namesSébastien Wilmet2023-03-211-19/+22
| | | | | | | To have the SIGNAL_ prefix. Take also the occasion to space out the code for better readability. And other small code changes.
* Window: rename LAST_PROP to N_PROPERTIESSébastien Wilmet2023-03-211-3/+3
| | | | Small refactoring.
* Update Ukrainian translationYuri Chornoivan2023-03-251-156/+170
|
* help: document keyboard shortcut for time pluginI5162922023-03-211-2/+4
|
* build: fix a warningSébastien Wilmet2023-03-211-1/+4
| | | | | | | | | The warning was: WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300