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
Age
Commit message (
Expand
)
Author
2013-04-15
New options 'tab-orientation', 'tab-width'
Stefan Bolte
2013-04-13
Changing default user agent string
portix
2013-04-10
Fixing possible segfault in GObject.connect
portix
2013-04-10
Free resources in application_set_default
portix
2013-04-10
Changing set_as_default to commandline option
portix
2013-04-10
New command 'set_as_default'
portix
2013-04-09
Implementing encoding/decoding functions
portix
2013-04-08
Automated merge with ssh://bitbucket.org/portix/dwb
portix
2013-04-08
Recreate hints if a download is started
portix
2013-04-07
Adding build option DISABLE_HSTS
portix
2013-04-04
Unref js_base, fixes a memory leak when a tab is closed
portix
2013-04-04
Adding namespace console; print errors in dwb:script to stderr
portix
2013-04-03
Check for existence of glib2-2.36 to avoid deprecated-warnings
portix
2013-03-31
Check if notify signal is connected, free SSignal otherwise
portix
2013-03-31
Add default gtk option group
portix
2013-03-31
Always block notify callbacks
portix
2013-03-31
Rename data.session -> data.sessionName
portix
2013-03-31
Get session name from scripts
portix
2013-03-30
Resolve symlinks for all files
portix
2013-03-29
New command 'tabdo'
portix
2013-03-27
Check if global context and content is NULL in spawn_output
portix
2013-03-27
Read stdout/stderr at once if writing to stdin isn't required
portix
2013-03-24
Replacing MODULO macro with function, fixes focus issue with odd number of tabs
portix
2013-03-23
Free hint-object before a new site is loaded; load userscripts from ~/.config...
portix
2013-03-23
Protect next deferred
portix
2013-03-23
Protect callback functions of Deferreds from being garbage collected, fixes p...
portix
2013-03-22
Fixing segfault with unnamed sessions
portix
2013-03-21
Mousewheel cycles through tabs
portix
2013-03-20
New option 'passthrough-keys'
portix
2013-03-20
Free regex in io_print
portix
2013-03-20
Remove ansi escape sequences in io_print if fd is not a tty
portix
2013-03-19
Updating contrib/dwb.vim
portix
2013-03-19
Ignore all keys emitted on a webviews except when in INSERT_MODE
portix
2013-03-19
Define Signal already in scripts.c, fixes missing dependencies in initialization
portix
2013-03-19
Get Signal.connect in signal_set, not when scripts are initialized; check if ...
portix
2013-03-19
New Signal api
portix
2013-03-18
Correcting NULL-checks in js_property_iterator_finish
portix
2013-03-17
Fixing scope of connectWebView
portix
2013-03-17
Updated api
portix
2013-03-17
Check for numpad return
portix
2013-03-16
Adding dwb.vim
portix
2013-03-16
Use clipboard for invalid selections in cliboard.set
portix
2013-03-16
Don't lock the context in menu_add_items
portix
2013-03-16
Add menu items to the context menu; some Glob methods; deprecate extensions.g...
portix
2013-03-15
Deprecation warnings
portix
2013-03-15
Inline documentation of javascript api; clean up api: new namespaces net and
portix
2013-03-12
New option max-visible-completions
portix
2013-03-11
Check return value of write in spawn_output
portix
2013-03-11
Make it possible to write to stdin of spawned processes with system spawn
portix
2013-03-09
Protect array in js_array_iterator, unprotect it in js_array_iterator_finish
portix
[next]