- May 10, 2023
-
-
Gaël Bonithon authored
We're going to break the API in next commits anyway, so let's take the opportunity to do that.
-
Gaël Bonithon authored
We're going to break the API in the next commit anyway, so let's take the opportunity to do that.
-
- May 07, 2023
-
-
Gaël Bonithon authored
It's about sharing code used by xfce4-session and xfce4-power-manager, like XfceScreensaver in libxfce4ui!89. There were more differences between the two sources this time though. Xfce4-session was preferred, both because the API was more extensive and because the implementation was better. Related: libxfce4ui!89
-
- Feb 07, 2023
-
-
Gaël Bonithon authored
Not super useful since the few objects present have no properties or signals, but since the support is there we might as well use it.
-
- Oct 07, 2022
-
-
Gaël Bonithon authored
This reverts commit 1dfc50ae. See xfce/libxfce4util!30 (comment 55726)
-
- Sep 05, 2022
-
-
Simon Steinbeiß authored
This GIO extension should make it easier to get values for an application from the corresponding desktop file (typically `G_KEY_FILE_DESKTOP_KEY_NAME` or `G_KEY_FILE_DESKTOP_KEY_ICON`). At its first try, `xfce_g_desktop_app_get_value` will look for `$application_name.desktop` and then return the respective key. If no such desktop file is found, it will leverage GIO's `g_desktop_app_info_search` to match a desktop file and then return the values from that. If no desktop file is found at all, the function returns `NULL`. This function can be used by Xfce applications to match application name and icon when only incomplete information is available.
-
- Sep 04, 2022
-
-
Gaël Bonithon authored
-
Gaël Bonithon authored
-
Gaël Bonithon authored
* Use private and standard subsections * Use /*< private >*/ * LIBXFCE4UTIL_INSIDE_LIBXFCE4UTIL_H -> _LIBXFCE4UTIL_INSIDE_LIBXFCE4UTIL_H
-
- Feb 18, 2022
-
-
Yongha Hwang authored
-
Yongha Hwang authored
xfce_append_quoted () => xfce_g_string_append_quoted ()
-
Yongha Hwang authored
Related: (exo#82) Migrated useful functions from exo-string Functions xfce_str_replace : Find and replace substring Macros xfce_str_is_empty : Check if a string is either empty or NULL I_ : Abbreviation for g_intern_static_string
-
- Jul 18, 2021
-
-
Sergios - Anestis Kefalidis authored
MR !18 Issue thunar#262
-
- Jun 25, 2021
-
-
Andre Miranda authored
Relates to appfinder#8
-
- Jun 23, 2021
-
-
Related : thunar#156 (comment 18095) xfce_g_file_metadata_is_supported : Check if metadata is supported xfce_g_file_create_checksum : Generate SHA-256 of the file xfce_g_file_set_trusted : Set trusted attribute/checksum in metadata xfce_g_file_is_trusted : Check trusted attribute/checksum MR !16
-
- Feb 01, 2021
-
-
- Jul 10, 2020
-
-
Gaël Bonithon authored
-
- Jun 21, 2020
-
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
- Dec 10, 2017
-
-
Romain Bouvier authored
- Use a more modern way to handle docs sections - Also fix warnings introduced by gobject introspection ( https://wiki.gnome.org/action/show/Projects/GObjectIntrospection/Annotations#GTK-Doc_support )
-
- Dec 09, 2017
-
-
Romain Bouvier authored
-
Romain Bouvier authored
- No more sgml things ! - You only need to add new functions to docs/libxfce4utils-sections.txt to add them to the doc.
-
- Sep 19, 2012
-
-
Nick Schermer authored
Drop xfce_strjoin, xfce_putenv, xfce_setenv and xfce_unsetenv.
-
- Jun 10, 2011
-
-
Nick Schermer authored
-
Nick Schermer authored
Better to use XfceRc or GKeyFile and already deprecated API.
-
Nick Schermer authored
There is g_strip_context() for quite a while now.
-
- Jan 16, 2011
-
-
Jannis Pohlmann authored
-
- Oct 27, 2010
-
-
- Jun 12, 2010
-
-
Nick Schermer authored
-
- Oct 23, 2009
-
-
Nick Schermer authored
This reverts parts of commit da1a58c5 and 56f2002c.
-
- Oct 19, 2009
-
-
Nick Schermer authored
-
- Sep 17, 2009
-
-
Jannis Pohlmann authored
-
- Dec 17, 2007
-
-
Brian Tarricone authored
* Fix docs/ stuff to include new signal handling functionality. (Old svn revision: 26490)
-
- Nov 04, 2006
-
-
Benedikt Meurer authored
* === Released 4.3.99.2 === * NEWS, configure.in.in: Bump version. * docs/tmpl/xfce-miscutils.sgml: Regenerate API docs. * po/*.po: Update Project-Id-Version. (Old svn revision: 23641)
-
- Jul 09, 2006
-
-
Jean-François Wauthy authored
(Old svn revision: 22339)
-
- Apr 18, 2006
-
-
Benedikt Meurer authored
* libxfce4util/Makefile.am, libxfce4util/libxfce4util.symbols: Fix typos introduced with the previous commit. * libxfce4util/, po/, Makefile.am, configure.in.in, autogen.sh: Add i18n support. This way the software licenses can be translated. * docs/: Update the API documentation. (Old svn revision: 21068)
-
Benedikt Meurer authored
* libxfce4util/libxfce4util-config.{c,h.in}, libxfce4util/Makefile.am, libxfce4util/{BSD,GPL,LGPL}, libxfce4util/licenses-texts.c, libxfce4util/licenses-to-c.sh: Use the short versions of the GPL/LGPL license texts and move them to libxfce4util-config. * libxfce4util/, configure.in.in: Apply outstanding patch to fix various memory leaks, reduce PLT entries and cleanup source code. * libxfce4util/xfce-i18n.{c,h}, TODO: Turn xfce_textdomain() into a function. * docs/: Update the API documentation. (Old svn revision: 21064)
-
- Aug 31, 2005
-
-
Benedikt Meurer authored
* autogen.sh, configure.in.in: Merge build framework changes from libexo. * COPYING, libxfce4util.spec.in, libxfce4util/*.{c,h}: Change overall license to LGPL. * libxfce4util/*.h: Make sure only libxfce4util/libxfce4util.h can be included directly. * docs/tmpl/*.sgml: Update to newer gtk-doc, which adds stability level to the interfaces. (Old svn revision: 17217)
-
- Aug 30, 2005
-
-
Benedikt Meurer authored
* docs/tmpl/*.sgml: Update gtk-doc templates. (Old svn revision: 17183)
-
- Aug 01, 2005
-
-
Jean-François Wauthy authored
(Old svn revision: 16429)
-