summaryrefslogtreecommitdiff
path: root/src/session.c
AgeCommit message (Expand)Author
2013-01-22Parameter uri in createTab signalportix
2013-01-13Save uri of tabs loaded in background with enabled 'load-on-focus', closing 261portix
2012-12-26Indentation in session.cportix
2012-12-06Indentation of adblock.c, renaming static variablesportix
2012-08-27Replace option sync-files with file-sync-interval, sync-files now specifies t...portix
2012-08-23Renaming variablesportix
2012-07-21Additional length parameter in util_get_file_content; remove trailing newline...portix
2012-06-24Replace dwb.files struct with a char-array, free all paths when in dwb_clean_upportix
2012-05-30Fix all -Wextra warnings except for -Wunused-parameterportix
2012-05-21Fixing wrong tab marked as protected when session is restoredportix
2012-05-15New command sanitizeportix
2012-03-29Fix possible segfault in application_startportix
2012-03-29Save session also if commandline-argument -R is given, closing #135portix
2012-03-12Only save sessions automatically from session that restored a session automat...portix
2012-02-22Call application_execute_args even if opt_override_restore is set, fixed #106portix
2012-02-22Force saving of session if save-session is setportix
2012-02-22Remove never read groups in session.cportix
2012-02-21Always save the session if save_session is called explicitlyportix
2012-02-21New session managementportix
2012-01-22Fixing wrong single-instance behaviour, replacing FREE macro with g_free; fix...portix
2012-01-08Setting lock/protect state when load has finished for the first timeportix
2012-01-08Save locked/protectd/visible state between sessionsportix
2012-01-03Updating version infoportix
2011-12-27Single status barportix
2011-12-27Remove tilingportix
2011-12-11Include only needed headers in source files, don't include in header files; r...portix
2011-11-26Fix 2 memory leaksportix
2011-11-15Fix segfault in session_list if no sessions were savedportix
2011-10-06Directory functions in local.c local.hportix
2011-09-20Malloc args for the settings-hashtable, CFLAGS + LDFLAGSportix
2011-09-20Don't initialize bf_list due to a segfaultportix
2011-09-20In session.c: uninitialized valueportix
2011-09-19Uninitialized bf_listportix
2011-09-17Refactor: function names without dwb_-prefixportix
2011-09-02Save session tabs in correct orderportix
2011-07-03Fixing wrong focus after opening a sessionportix
2011-02-27fix segfault when saving a sessionportix
2011-02-08new property: background-tabsportix
2011-02-08basic background tabs, still needs some refactoringportix
2011-01-07renaming, replace enums by definesportix
2011-01-02Licensing information, include all foreign headers in dwb.hportix
2010-12-18allow plugins for specific domainsportix
2010-12-14remove dwb_free in most cases, clear status barportix
2010-12-12Destroy window, free memoryportix
2010-11-13replace gint, gdouble, gchar with int, double, charportix
2010-11-02Update Layout after restoring a sessionportix
2010-10-24content blocker: use resource-request signal instead of got-headersportix
2010-10-04setting: save sessionportix
2010-09-17save session on crashportix
2010-08-12save session window realize issueportix