Skip to content
Snippets Groups Projects
  1. May 10, 2023
  2. May 07, 2023
    • Gaël Bonithon's avatar
      Add XfceConsolekit and XfceSystemd · c11acc33
      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
      c11acc33
  3. Feb 07, 2023
    • Gaël Bonithon's avatar
      docs: Properly enable GI docs · 9450aeeb
      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.
      9450aeeb
  4. Oct 07, 2022
  5. Sep 05, 2022
    • Simon Steinbeiß's avatar
      Add 'xfce_g_desktop_app_get_value' GIO extension · 1dfc50ae
      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.
      1dfc50ae
  6. Sep 04, 2022
  7. Feb 18, 2022
  8. Jul 18, 2021
  9. Jun 25, 2021
  10. Jun 23, 2021
    • Yongha Hwang's avatar
      xfce-gio-extensions · c881265b
      Yongha Hwang authored and Alexander Schwinn's avatar Alexander Schwinn committed
      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
      c881265b
  11. Feb 01, 2021
  12. Jul 10, 2020
  13. Jun 21, 2020
  14. Dec 10, 2017
  15. Dec 09, 2017
  16. Sep 19, 2012
  17. Jun 10, 2011
  18. Jan 16, 2011
  19. Oct 27, 2010
  20. Jun 12, 2010
  21. Oct 23, 2009
  22. Oct 19, 2009
  23. Sep 17, 2009
  24. Dec 17, 2007
  25. Nov 04, 2006
  26. Jul 09, 2006
  27. Apr 18, 2006
    • Benedikt Meurer's avatar
      2006-04-18 Benedikt Meurer <benny@xfce.org> · 6dfd00b8
      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)
      6dfd00b8
    • Benedikt Meurer's avatar
      2006-04-18 Benedikt Meurer <benny@xfce.org> · 44729209
      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)
      44729209
  28. Aug 31, 2005
    • Benedikt Meurer's avatar
      2005-08-31 Benedikt Meurer <benny@xfce.org> · e3088d89
      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)
      e3088d89
  29. Aug 30, 2005
  30. Aug 01, 2005
Loading