summaryrefslogtreecommitdiff
path: root/src/application.c
AgeCommit message (Expand)Author
2014-04-04Initial prototype to add support for geometry option.cr/add_geometry_optioncos
2014-03-24Adding favicon-size, tabbar-height and statusbar-heightportix
2014-02-16Adding signal "ready"; Throw exception in execute if dwb isn't initializedportix
2014-01-02Updating copyright informationportix
2013-11-20New command line option -t/--temp-profileportix
2013-11-18New commandline option -V/--version-fullportix
2013-07-08Creating new branch ipc, basic xlib-ipc mechanismportix
2013-06-20New command line option --fifoportix
2013-05-09New commandline option -d/--delete-profileportix
2013-04-10Free resources in application_set_defaultportix
2013-04-10Changing set_as_default to commandline optionportix
2013-04-10New command 'set_as_default'portix
2013-04-03Check for existence of glib2-2.36 to avoid deprecated-warningsportix
2013-03-31Add default gtk option groupportix
2013-02-23New commandline option check-syntaxportix
2013-01-09Updating copyright informationportix
2012-12-28Get rid of missing-field-initializers warning in GOptionEntry-arrayportix
2012-12-06Indentation and cleanup of application, html, entry, pluginsportix
2012-12-06Indentation of adblock.c, renaming static variablesportix
2012-11-01Remove command line option -sportix
2012-08-27More information in dwb_versionportix
2012-08-27Replace option sync-files with file-sync-interval, sync-files now specifies t...portix
2012-08-23Renaming variablesportix
2012-06-24Use different application ids for different profiles/a fifo for each profile ...portix
2012-06-19Connect to beforeload during window-object-cleard signal; replace plugin puzz...portix
2012-06-12New command line option -S/--enable-scriptsportix
2012-06-04Use fallback mode for single-instance if getting a GDBusConnection fails.portix
2012-05-18Merging branch scripts into defaultportix
2012-05-18Execute scripts from commandlineportix
2012-05-17Merging branch scripts into defaultportix
2012-05-06Set an offset for execution args, fixes #169portix
2012-05-05New global functions bind, prompt, checksum; new property mainFrame; new exte...portix
2012-04-29Get gobject properties from scripts; started rewriting of documentationportix
2012-03-29Fix possible segfault in application_startportix
2012-03-29Save session also if commandline-argument -R is given, closing #135portix
2012-03-17Call dwb_pack before add tabs to the gui, fixes #131portix
2012-02-29Add license information to application.{c,h}portix
2012-02-25Load local paths from a remote application correctly when PWD differs from pr...portix
2012-02-24Fixing blocking in remote fallback callback for local files; set seperator fo...portix
2012-02-23Print backtrace to stderr not stdout; in fallback mode also process dwb comma...portix
2012-02-23Fallback mode for single-instance if dbus-registration failsportix
2012-02-22Always call application_execute_args in dwb_application_local_command_lineportix
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-21Force loading of sessions in the primary instance if single-instance is enabledportix
2012-02-21Change dbus nameportix
2012-02-21New session managementportix
2012-02-18Adding files for application handlingportix