summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* XfceShortcutDialog: Fix a memory leakHEADmasterGaël Bonithon2022-03-161-1/+2
|
* Back to developmentAlexander Schwinn2022-03-151-1/+1
|
* Updates for releaselibxfce4ui-4.17.5Alexander Schwinn2022-03-152-2/+13
|
* XfceShortcutsEditor: Allow NULL for section name and document itGaël Bonithon2022-03-151-3/+4
| | | | Related to !46.
* XfceShortcutsEditor: Add new vectorized constructorGaël Bonithon2022-03-152-13/+52
| | | | | This is useful when the number of sections is only known at runtime, thus avoiding the use of `xfce_shortcuts_editor_new()` in a loop.
* i18n: Do not use textdomain() in libsGaël Bonithon2022-03-156-6/+21
| | | | | | | | | This makes the library the default translation domain and thus breaks the translation system for applications that use the library. See also: https://developer-old.gnome.org/glib/stable/glib-I18N.html https://gitlab.xfce.org/xfce/libxfce4util/-/blob/0ef5af7114fd357d7cdb8b20c66f69791858a21c/libxfce4util/libxfce4util-private.c#L41
* XfceShortcutsEditor: Remove label formatting if necessaryGaël Bonithon2022-03-131-2/+4
| | | | This prevents mnemonics in the text of 'xfce_shortcut_dialog', which is used to record new shortcuts.
* I18n: Update translation ru (100%).Anonymous2022-03-121-8/+9
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation da (100%).Anonymous2022-03-121-7/+7
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* Simplify startup notification timeoutAlexander Schwinn2022-02-281-15/+3
| | | | | | Related: xfce/thunar#125 (xfce/thunar#125) GTimeVal is deprecated due to Y2038 problem. Instead of replacing it, it is just dropped here to simplify the related code.
* XfceShortcutsDialog: New function for centering the dialog on the parent windowSergios - Anestis Kefalidis2022-02-242-4/+47
|
* Back to developmentAndre Miranda2022-02-211-1/+1
|
* Updates for releaselibxfce4ui-4.17.4Andre Miranda2022-02-212-2/+12
|
* Replace duplicate logic with xfce_str_replaceMShrimp42022-02-211-31/+1
| | | | | Related: exo#82 (https://gitlab.xfce.org/xfce/exo/-/issues/82#note_42725), libxfce4util!24
* Use headerbars for dialogs if Gtk/DialogsUseHeader is enabled (#14)Andre Miranda2022-02-211-17/+36
|
* Add new method "xfce_gtk_menu_append_separator" (Issue #49)Alexander Schwinn2022-02-214-0/+24
| | | | To get rid of the duplicate of "xfce_gtk_menu_append_seperator" which has a typo.
* I18n: Update translation uk (100%).Yarema aka Knedlyk2022-02-031-7/+7
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation cs (100%).Anonymous2022-01-271-6/+7
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* xfce4-about - improve /etc/os-release value unquoting (Issue #47)Hunter Turcin2022-01-111-12/+29
| | | | | | | - support for single quotes - fixes partial unquoting in some cases MR !54
* Add comment to return gboolean in XfceGtkActionEntryAlexander Schwinn2022-01-071-0/+1
| | | | | | | See as well: https://gitlab.xfce.org/xfce/thunar/-/issues/469 https://gitlab.xfce.org/xfce/thunar/-/merge_requests/179 https://gitlab.xfce.org/apps/xfce4-terminal/-/merge_requests/33
* I18n: Update translation ro (89%).Anonymous2022-01-061-37/+38
| | | | | | 184 translated messages, 21 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation he (100%).Omer I.S2022-01-011-6/+6
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation oc (100%).Anonymous2021-12-291-5/+5
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* Back to developmentAlexander Schwinn2021-12-261-1/+1
|
* Updates for releaselibxfce4ui-4.17.3Alexander Schwinn2021-12-262-2/+9
|
* Add functions for handling accelerators that use the Tab keySergios - Anestis Kefalidis2021-12-264-0/+90
| | | | | GTK+ does not allow the use of the Tab key as an accelerator. xfce_gtk_handle_tab_accels and xfce_gtk_execute_tab_accel can be used to manually trigger the callback of an action that uses the Tab key as an accelerator.
* Check time.h and sys/time.h for libgtopAvinash Sonawane2021-12-201-0/+7
| | | | MR !51
* `g_once_init_enter()` parameter shouldn't be volatile anymore.Avinash Sonawane2021-12-201-1/+1
|
* I18n: Update translation hr (90%).Ivica Kolić2021-12-151-2/+2
| | | | | | 185 translated messages, 20 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
* Back to developmentAlexander Schwinn2021-12-091-1/+1
|
* Updates for releaselibxfce4ui-4.17.2Alexander Schwinn2021-12-092-2/+18
|
* xfce-about: Fix potential NULL pointer accessJan Ziak2021-12-091-11/+12
| | | | | | | This fixes a compiler warning reported by GCC 10.2.0 with -fanalyzer in CFLAGS saying that the value returned by info_cleanup() can potentially be NULL. MR !35
* Minor shortcuts editor improvementsSergios - Anestis Kefalidis2021-12-062-2/+18
| | | | | | | | | - removed mnemonics from tooltips - clearer separation between sections - ellipsized labels - min version comment on new method MR !48
* I18n: Update translation hr (89%).Ivica Kolić2021-12-041-7/+7
| | | | | | 184 translated messages, 21 untranslated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation eu (100%).Anonymous2021-12-041-6/+6
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation sr (100%).Саша Петровић2021-11-281-6/+6
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation pt_BR (100%).Michael Martins2021-11-271-2/+2
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation nb (100%).heskjestad2021-11-241-6/+7
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation sl (100%).Arnold Marko2021-11-221-5/+5
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation id (100%).Triyan W. Nugroho2021-11-211-6/+6
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation et (100%).Priit Jõerüüt2021-11-191-6/+6
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation sv (100%).Luna Jernberg2021-11-181-7/+7
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation pt_BR (100%).Andre Miranda2021-11-181-4/+4
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation it (100%).Emanuele Petriglia2021-11-181-6/+6
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation pt (100%).Hugo Carvalho2021-11-171-6/+6
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation es (100%).Toni Estévez2021-11-171-5/+5
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation de (100%).Andreas Eitel2021-11-171-7/+7
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation zh_CN (100%).玉堂白鹤2021-11-161-7/+7
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation fr (100%).jc12021-11-161-7/+7
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).
* I18n: Update translation bg (100%).Kiril Kirilov2021-11-161-7/+7
| | | | | | 205 translated messages. Transifex (https://www.transifex.com/xfce/public/).