summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 0.9STARTUP_NOTIFICATION_0_9Elijah Newren2007-03-172-0/+10
|
* Patch from Laszlo Peter atElijah Newren2007-03-172-2/+9
| | | | | http://bugzilla.gnome.org/show_bug.cgi?id=392801, replacing __FUNCTION__ with __func__ to increase portability.
* Commit a forgotten patch that was agreed on a long time ago on the wm-specLubos Lunak2006-08-101-0/+6
| | | | list.
* Fix description of StartupWMClass, improve description of StartupNotify.Lubos Lunak2006-08-091-1/+6
|
* Added LAUNCHED_BYLubos Lunak2006-02-071-0/+6
| | | | | (http://mail.gnome.org/archives/wm-spec-list/2006-January/msg00018.html ).
* Based on fix from Aivars Kalvans <aivars.kalvans@inbox.lv>Mark McLoughlin2005-03-072-0/+8
| | | | Unref the SnDisplay.
* plug leak (append_string_to_list): don't strdup() @append.Mark McLoughlin2005-02-282-4/+12
|
* post-release bump to 0.9.Mark McLoughlin2004-11-102-1/+5
|
* Version 0.8STARTUP_NOTIFICATION_0_8Mark McLoughlin2004-11-102-0/+10
|
* use and require automake 1.7.Mark McLoughlin2004-11-104-21/+22
| | | | | modernise a bit. remove, not needed anymore.
* spaces before parensHavoc Pennington2004-10-271-1/+1
|
* //bugzilla.gnome.org/show_bug.cgi?id=151245 to support new focus stealingHavoc Pennington2004-10-278-16/+145
| | | | prevention stuff.
* Data from "change:" messages is used even before matching "new:" message.Lubos Lunak2004-10-111-8/+19
|
* TIMESTAMP now included in ID, as agreed upon on the wm-spec-list@ list.Lubos Lunak2004-10-111-0/+15
|
* post-release bump to 0.8.Mark McLoughlin2004-06-242-1/+5
|
* Version 0.7.STARTUP_NOTIFICATION_0_7Mark McLoughlin2004-06-242-0/+9
|
* Make a timestamp be part of the startup sequence (and not just part of theMark McLoughlin2004-06-245-3/+113
| | | | | | | | | | | | | | | startup_id for the startup sequence). Add timestamp field to the SnLauncherContext struct, (sn_launcher_context_new): initialize timestamp to 0, (sn_launcher_context_initiate): Make timestamp part of the startup sequence message, Add timestamp field to the SnStartupSequence struct, (sn_startup_sequence_get_timestamp): new function, (sn_startup_sequence_new): set timestamp from startup sequence message, if found, new function, new function (main): Make the test-launcher example provide a valid timestamp, obtained from new slowly_obtain_timestamp function
* post-release bump to 0.7.Mark McLoughlin2004-04-012-1/+5
|
* Version 0.6.Mark McLoughlin2004-04-013-2/+12
|
* Leak plugging action from Tommi Leino <tommi.leino@movial.fi>Mark McLoughlin2004-03-245-0/+40
| | | | plug leaks.
* Added TIMESTAMP field for message, for focus stealing prevention.Lubos Lunak2003-12-161-0/+11
| | | | | (http://mail.gnome.org/archives/wm-spec-list/2003-October/msg00039.html )
* use -no-undefined libtool flag on cygwin, from Masahiro SakaiHavoc Pennington2003-04-203-0/+7
|
* 0.5STARTUP_NOTIFICATION_0_5Havoc Pennington2003-01-213-2/+16
| | | | update
* initialize message_type field in FindHandlerData, fix from Joe MarcusHavoc Pennington2003-01-202-1/+8
| | | | Clarke
* delete global variables for xmessage_funcs and pending_messages, useHavoc Pennington2003-01-194-9/+56
| | | | | | per-display data. store the list of xmessage handlers and pending messages per-display, so things work halfway correctly
* _NET_STARTUP_ID should be a UTF-8 string. #101237Havoc Pennington2002-12-152-4/+9
|
* handle zero-length string properly, avoids a crashHavoc Pennington2002-12-084-4/+15
|
* dist the startup-notification.txt fileHavoc Pennington2002-12-024-1/+9
|
* new function (sn_launcher_context_initiate): remove debug spew, and recordSTARTUP_NOTIFICATION_0_4Havoc Pennington2002-12-014-7/+67
| | | | | | initiation time (sn_launcher_context_get_initiated_time): new function (sn_launcher_context_get_last_active_time): new function allow NULL return locations
* new functionHavoc Pennington2002-11-306-4/+133
| | | | | | | bump version to 0.4 (not releasing yet though) new function so the WM or tasklist can time out a sequence. (xmessage_func): add support for SCREEN field, kill the startup sequence immediately if SCREEN isn't provided.
* fill in SCREEN env variable, and call DESKTOP that instead of DESCRIPTIONHavoc Pennington2002-11-013-2/+26
|
* 0.3STARTUP_NOTIFICATION_0_3Havoc Pennington2002-10-292-1/+5
|
* Use "libstartup-notification" instead of libsn.Anders Carlsson2002-10-272-6/+10
|
* sshAnders Carlsson2002-10-271-0/+7
|
* fix -I flagHavoc Pennington2002-10-2514-38/+110
| | | | | | | new function (sn_startup_sequence_get_last_active_time): new function -DSN_API_NOT_YET_FROZEN=1 put in the little API-not-frozen warning. rename to "libstartup-notification" instead of "libsn"
* add .pc file to MakefileHavoc Pennington2002-10-242-0/+9
|
* 0.2STARTUP_NOTIFICATION_0_2Havoc Pennington2002-10-235-8/+9
|
* implement type_atom_begin stuffHavoc Pennington2002-10-237-41/+56
| | | | | add the idea of "type_atom_begin" to distinguish the first client message in an X message.
* fixes from LubosHavoc Pennington2002-10-222-12/+44
|
* add missing fileHavoc Pennington2002-10-221-0/+36
|
* Add "SCREEN" property, and note that there may be a max message size.Havoc Pennington2002-10-218-34/+48
| | | | fix the escaping
* fix the escapingHavoc Pennington2002-10-212-137/+37
|
* port to new setup, add multihead supportHavoc Pennington2002-10-2118-1725/+398
| | | | | | | | | port to new setup, and blow away all monitoring stuff, just use sn-monitor.h make it all multihead-safe port to new setup and strip the other stuff out s/DESKTOP_LAUNCH_ID/DESKTOP_STARTUP_ID/ for env variable, add _NET_STARTUP_ID window manager hint.
* new docs, new proposed specHavoc Pennington2002-10-202-3/+348
|
* now it compilesHavoc Pennington2002-10-201-1/+1
|
* got some stuff I missedHavoc Pennington2002-10-201-4/+4
|
* Massively rename everything from liblf to libsn, and reimport to CVS.Havoc Pennington2002-10-2030-1227/+1232
|
* initial copy of liblf with files renamed to libsnHavoc Pennington2002-10-2037-0/+6736