index
:
dwb
cr/add_geometry_option
fix/clear_views_on_close
fix/use_gtk2
master
Dwb (dwb) is a lightweight webbrowser written in C based on webkit and gtk.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
application.c
Age
Commit message (
Expand
)
Author
2012-08-27
More information in dwb_version
portix
2012-08-27
Replace option sync-files with file-sync-interval, sync-files now specifies t...
portix
2012-08-23
Renaming variables
portix
2012-06-24
Use different application ids for different profiles/a fifo for each profile ...
portix
2012-06-19
Connect to beforeload during window-object-cleard signal; replace plugin puzz...
portix
2012-06-12
New command line option -S/--enable-scripts
portix
2012-06-04
Use fallback mode for single-instance if getting a GDBusConnection fails.
portix
2012-05-18
Merging branch scripts into default
portix
2012-05-18
Execute scripts from commandline
portix
2012-05-17
Merging branch scripts into default
portix
2012-05-06
Set an offset for execution args, fixes #169
portix
2012-05-05
New global functions bind, prompt, checksum; new property mainFrame; new exte...
portix
2012-04-29
Get gobject properties from scripts; started rewriting of documentation
portix
2012-03-29
Fix possible segfault in application_start
portix
2012-03-29
Save session also if commandline-argument -R is given, closing #135
portix
2012-03-17
Call dwb_pack before add tabs to the gui, fixes #131
portix
2012-02-29
Add license information to application.{c,h}
portix
2012-02-25
Load local paths from a remote application correctly when PWD differs from pr...
portix
2012-02-24
Fixing blocking in remote fallback callback for local files; set seperator fo...
portix
2012-02-23
Print backtrace to stderr not stdout; in fallback mode also process dwb comma...
portix
2012-02-23
Fallback mode for single-instance if dbus-registration fails
portix
2012-02-22
Always call application_execute_args in dwb_application_local_command_line
portix
2012-02-22
Call application_execute_args even if opt_override_restore is set, fixed #106
portix
2012-02-22
Force saving of session if save-session is set
portix
2012-02-21
Force loading of sessions in the primary instance if single-instance is enabled
portix
2012-02-21
Change dbus name
portix
2012-02-21
New session management
portix
2012-02-18
Adding files for application handling
portix