summaryrefslogtreecommitdiff
path: root/libxfsm
Commit message (Collapse)AuthorAgeFilesLines
* Don't warn when there are no saved sessionsTheo Linkspfeifer2020-12-171-1/+1
|
* settings: Don't warn when there are no saved sessions (Fixes #62)Simon Steinbeiss2020-08-141-1/+1
|
* Sort saved sessions by most recently used (Bug #15338)Magnus Bergman2019-10-081-0/+19
|
* Splash engines are not present anymore in xfce4-sessionOlivier Duchateau2019-07-042-29/+8
| | | | | | - Rename libxfsm-4.6 to libxfsm - Drop xfce4-session-2.0 pkgconfig file - Fix bug #15417
* Add a "delete session" button to the session listSimon Steinbeiss2019-05-132-18/+69
|
* Show saved sessions in settings dialogSimon Steinbeiss2019-05-132-0/+213
|
* Added better shutdown fallback support for the BSDs (Bug #14722)Ali Abdallah2019-05-022-1/+75
| | | | | | | | | | On the BSDs, users of group operator can shutdown/reboot the machine. We added some code on the fallback support in case consolekit is not running. Also, users with write access to /var/run/apmdev on OpenBSD and to /dev/acpi on the other BSDs can suspend and hibernate the machine. So we also support this on the fallback code.
* Drop unused xfsm_window_add_borderSimon Steinbeiss2019-04-272-39/+0
|
* Drop splash screensSimon Steinbeiss2019-04-274-351/+0
|
* Fix fadeout window using Xlib APIViktor Odintsev2017-12-071-2/+10
| | | | | | | Windows with override_redirect == TRUE have a different behavior starting with GDK 3. This part of code was rewritten with Xlib API. Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
* Require libxfce4ui-2 instead of libxfce4ui-1 in pc.in fileOlivier Duchateau2017-08-211-1/+1
| | | | Signed-off-by: Eric Koegel <eric.koegel@gmail.com>
* Ignore the override background color warning for nowEric Koegel2016-04-181-0/+2
|
* Port libxfsm to Gtk3Eric Koegel2016-03-261-4/+8
|
* GSEAL xfsm-utilEric Koegel2016-03-211-2/+2
|
* Autotools updates.Nick Schermer2013-01-061-1/+1
|
* Remove suspend/hibernate, split consolekit and rebuild dialog.Nick Schermer2012-03-242-16/+5
| | | | Way too many changes in 1 commit, but it's all related.
* remove .cvsignore filesBrian J. Tarricone2011-09-261-6/+0
| | | | what?! how are these still here...
* Update FSF address.Jérôme Guelfucci2011-02-145-18/+18
|
* Remove some libxfcegui4 leftovers.Jérôme Guelfucci2010-01-281-1/+1
|
* Update the build system for libxfce4ui.Jérôme Guelfucci2010-01-281-0/+1
|
* Add a local function to get the display full name.Jérôme Guelfucci2010-01-282-35/+46
|
* Replace xfce_gdk_screen_get_fullname with custom code.Jérôme Guelfucci2010-01-281-1/+38
| | | | | This function has not been implemented in libxfce4ui because xfce4-session is the only application to use. Copy and adapt the code from libxfcegui4.
* Import initial work from perldude's patch.Jérôme Guelfucci2010-01-282-13/+13
|
* * configure.in.in: Depend on newer version of libxfconf.Brian Tarricone2008-10-183-29/+32
| | | | | | | | | | | | | | * engines/*/Makefile.am: Link with libxfconf. * libxfsm/xfsm-splash-rc.*: Replace XfceRc usage with XfconfChannel. * libxfsm/xfce4-session-2.0.pc.in: Add libxfconf-0 to required packages list. * settings/{module.*,splash-settings.c]: Load XfconfChannel with a property base instead of the old XfceRc file. * xfce4-session/xfsm-splash-screen.c: Fetch settings from xfconf instead of rc file. (Old svn revision: 28292)
* * libxfsm/xfsm-utils.[ch]: Also remove xfsm_strv_copy(), as it isn't usedBrian Tarricone2008-10-172-19/+0
| | | | (Old svn revision: 28280)
* * xfce4-session/xfsm-chooser.c: Use xfce_create_mixed_button()Brian Tarricone2008-10-172-36/+0
| | | | | | | instead of xfsm_imgbtn_new() (bug 1446). * libxfsm/xfsm-utils.[ch]: Remove xfsm_imgbtn_new(). (Old svn revision: 28279)
* * xfce4-session/ice-layer.c: Properly initialise a GError toBrian Tarricone2008-10-171-4/+4
| | | | | | | | | | NULL. Patch from Carlos Santos (bug 4202). * libxfsm/Makefile.am: Link all used libraries to libxfsm.so to avoid link-time errors on Darwin. Shouldn't be an issue on other platforms as well. Partial patch from Anders Björklund (bug 4429). (Old svn revision: 28275)
* * (lots): Migrate xfce4-session to use xfconf. Combine session,Brian Tarricone2008-10-114-22/+24
| | | | | | splash, and autostart dialog into one glade-ified (mostly) dialog. (Old svn revision: 28142)
* 2006-12-21 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2006-12-211-1/+1
| | | | | | | | | | | | * libxfsm/xfsm-util.c, xfce4-session/shutdown.c: Apply Jasper's patch to drop the old-style header from the logout dialog. Bug #2653. * xfce4-session/xfsm-fadeout.c: Use Xrender to fadeout the background if cairo is available, as it gives better results. (Old svn revision: 24158)
* 2005-07-14 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-07-141-1/+3
| | | | | | | | | | | | | * autogen.sh, configure.in.in: Merge framework changes from Thunar. * configure.in.in: Bump version to 4.3.0svn. * libxfsm/xfsm-util.c(xfsm_window_add_border): Apply Patch from Ori Bernstein to fix the border color of the shutdown dialog, as specified in bug #747. (Old svn revision: 16225)
* 2005-01-27 Benedikt Meurer <benny@xfce.org>Benedikt Meurer2005-01-271-600/+0
| | | | | | | | | * Removed autogenerated files from CVS. * Fixed bug #734 by depending on libgnome-2.0, rather than gconf, which pulls in the required path settings. (Old svn revision: 4785)
* Update automake/autoconf/libtool/gettext versions to generate the configure ↵Olivier Fourdan2004-11-061-68/+39
| | | | | | | | | | scripts and Makefiles, Update versions of all packages to 4.1.99.1 (ie 4.2 RC1), Update ChangeLogs. (Old svn revision: 4718)
* Rework GNOME compat a bit. Disable AST (which requires gconf) by default.Benedikt Meurer2004-11-021-3/+3
| | | | (Old svn revision: 4713)
* Replace the compile time check for sudo with a runtime check.Benedikt Meurer2004-11-011-1/+0
| | | | (Old svn revision: 4712)
* Resolve the libxfsm build order problem. Issue a detailed message if theBenedikt Meurer2004-11-019-0/+1326
failsafe session couldn't be loaded. Imported the xfce4-session-logout hack from Brian, requested too often to ignore. Update the man pages, esp. mention the XDG variables in the xfce4-session man page. Update the po files. (Old svn revision: 4711)