summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix document generation errorMShrimp42022-02-181-1/+1
|
* Move xfce_append_quoted () to xfce-stringMShrimp42022-02-181-1/+2
| | | | xfce_append_quoted () => xfce_g_string_append_quoted ()
* xfce-stringMShrimp42022-02-182-0/+11
| | | | | | | | | | | | | 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
* Create new function xfce_create_shared_thumbnail_pathSergios - Anestis Kefalidis2021-07-181-0/+1
| | | | | MR !18 Issue thunar#262
* Add xfce_unescape_desktop_entry_valueAndre Miranda2021-06-251-0/+1
| | | | Relates to appfinder#8
* xfce-gio-extensionsYongha Hwang2021-06-232-0/+10
| | | | | | | | | | | 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
* Revamp the documentation to modernize and uniformize accross componentsRomain Bouvier2021-02-016-63/+56
|
* Complete the field codes expansionTamaranch2020-07-101-1/+1
|
* docs: Unhide the misc utils sectionSimon Steinbeiss2020-06-211-0/+1
|
* Add new API to docsSimon Steinbeiss2020-06-211-0/+2
|
* Fix documentation warningsRomain B2017-12-101-50/+39
| | | | | - 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 )
* Fix some gtk-doc warningsRomain B2017-12-091-0/+1
|
* Better documentation processingRomain B2017-12-0915-1161/+3
| | | | | - No more sgml things ! - You only need to add new functions to docs/libxfce4utils-sections.txt to add them to the doc.
* Remove unused or unrequired API functions.Nick Schermer2012-09-192-43/+0
| | | | Drop xfce_strjoin, xfce_putenv, xfce_setenv and xfce_unsetenv.
* Only link against glib.Nick Schermer2011-06-102-20/+2
|
* Remove XfceDesktopEntry.Nick Schermer2011-06-104-121/+0
| | | | Better to use XfceRc or GKeyFile and already deprecated API.
* Remove xfce_strip_context.Nick Schermer2011-06-102-11/+0
| | | | There is g_strip_context() for quite a while now.
* Release 4.8.0!libxfce4util-4.8.0Jannis Pohlmann2011-01-1613-1/+77
|
* Explicitly link to gobject for the gtkdocs.David Mohr2010-10-271-0/+1
|
* Fix build with deprecation and document it.Nick Schermer2010-06-122-0/+3
|
* Revert removing the alias code.Nick Schermer2009-10-231-1/+1
| | | | | This reverts parts of commit da1a58c522d82082250907f98f7eb8dcdeb48024 and 56f2002c0c26333f7d4a14fa067c738552033de7.
* Use new xdt macros.Nick Schermer2009-10-191-1/+2
|
* Fix the docs for make distcheck.Jannis Pohlmann2009-09-171-1/+10
|
* 2007-12-17 Brian Tarricone <bjt23@cornell.edu>Brian Tarricone2007-12-174-5/+80
| | | | | | | * Fix docs/ stuff to include new signal handling functionality. (Old svn revision: 26490)
* 2006-11-04 Benedikt Meurer <benny@xfce.org>xfce-4.4rc2Benedikt Meurer2006-11-041-8/+6
| | | | | | | | | | | | * === 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)
* updated translationsJean-François Wauthy2006-07-095-13/+8
| | | | (Old svn revision: 22339)
* 2006-04-18 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-04-186-24/+97
| | | | | | | | | | | | | * 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)
* 2006-04-18 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-04-189-76/+57
| | | | | | | | | | | | | | | | | | * 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)
* 2005-08-31 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-08-3110-0/+30
| | | | | | | | | | | | | | | | * 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)
* 2005-08-30 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-08-3010-30/+0
| | | | | | | | | * docs/tmpl/*.sgml: Update gtk-doc templates. (Old svn revision: 17183)
* add AF translations Jean-François Wauthy2005-08-0110-0/+30
| | | | (Old svn revision: 16429)
* remove .cvsignore cruftJens Luedicke2005-04-061-5/+0
| | | | (Old svn revision: 13310)
* 2005-01-26 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-01-261-526/+0
| | | | | | | | | | | | | | | | * ChangeLog.pre-4.2.0: This file now contains the change log messages generated by cvs2cl. Do NOT ever run cvs2cl in libxfce4util/ again! * autogen.sh: Use xdt-autogen (from the xfce4-dev-tools package). * m4/: Removed, those files are now included with the xfce4-dev-tools packages. * configure.ac: Use new macros. Bumped version to 4.3.0. Bumped shared object major version to 2. * Makefile.am: Include the old ChangeLog file with dists. Removed obsolete sub directory m4. Removed obsolete aclocal flags. * libxfce4util.spec.in: Removed m4/ directory from the files section. (Old svn revision: 916)
* Fix dist creation with gtk-doc.xfce-4.2rc3Benedikt Meurer2004-12-231-1/+1
| | | | (Old svn revision: 903)
* Update ChangeLog. Get make distcheck to work.Benedikt Meurer2004-12-222-182/+57
| | | | (Old svn revision: 901)
* Update version number as code has changedOlivier Fourdan2004-11-111-11/+15
| | | | (Old svn revision: 886)
* Always include xfce prefix in XFCE_RESOURCE_{DATA,CONFIG}.Benedikt Meurer2004-11-091-15/+11
| | | | (Old svn revision: 884)
* Update automake/autoconf/libtool/gettext versions to generate the configure ↵Olivier Fourdan2004-11-061-11/+15
| | | | | | | | | | scripts and Makefiles, Update versions of all packages to 4.1.99.1 (ie 4.2 RC1), Update ChangeLogs. (Old svn revision: 883)
* Rerun autogen.sh (previous commit was done with Debian autotools).Benedikt Meurer2004-10-301-1/+1
| | | | (Old svn revision: 879)
* Update overall version to 4.1.91.Benedikt Meurer2004-10-301-1/+1
| | | | (Old svn revision: 878)
* Fix build w/o gtk-doc.Benedikt Meurer2004-10-212-0/+3
| | | | (Old svn revision: 874)
* Applied cygwin patches from Maarten Boekhold <boekhold@emirates.net.ae>.Benedikt Meurer2004-09-131-0/+2
| | | | (Old svn revision: 861)
* RU translations update from Anthony Ivanoff <a-i@bk.ru>Jean-François Wauthy2004-08-241-1/+0
| | | | (Old svn revision: 859)
* Added a generic stack data type, usefull for keeping state while parsing xmlBenedikt Meurer2004-08-043-3/+122
| | | | | | | files using the Glib XML parser. Version is now 4.1.15. (Old svn revision: 856)
* Thread-safety for the kiosk module. Ship all required m4 files.Benedikt Meurer2004-07-292-3/+2
| | | | (Old svn revision: 855)
* Added Kiosk mode for Xfce, supporting modules will have to be changed toBenedikt Meurer2004-07-265-12/+82
| | | | | | | use this functions. (Old svn revision: 852)
* Added ~user support to xfce_expand_variables().Benedikt Meurer2004-07-241-1/+1
| | | | (Old svn revision: 848)
* move documentation of xfce-desktopentry functions into the codeJean-François Wauthy2004-05-271-29/+22
| | | | (Old svn revision: 830)
* - correct a little error from benny (Param2 needed to be omode)Jean-François Wauthy2004-05-273-1/+13
| | | | | | | - add doc for xfce_desktop_entry_new_from_data (Old svn revision: 828)
* Added some docs.Benedikt Meurer2004-05-271-0/+1
| | | | (Old svn revision: 827)