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
/
scripts
/
lib
Age
Commit message (
Expand
)
Author
2013-03-04
Api documentation: checksum/setPrivate/getPrivate
portix
2013-03-04
Use _initNewContext to initialize scripts, change setPrivate/getPrivate api
portix
2013-02-27
Automated merge with ssh://bitbucket.org/portix/dwb
portix
2013-02-27
Format of debug messages
portix
2013-02-27
Fixing ignored '@'-shortcut; return value from function.debug; util.dispatchE...
portix
2013-02-26
Use script.debug instead of extensions.debug in extensions; remove extensions...
portix
2013-02-26
Curry formatLine in io.debug
portix
2013-02-26
Also print debug messages if include is used
portix
2013-02-25
Fixing scope of callback functions, print sourceURL in js_print_exception
portix
2013-02-25
Allow function parameter for scripts.debug
portix
2013-02-25
Simplify Function.debug, format debug messages
portix
2013-02-25
Format source code view in debug; fixing typo in documentation
portix
2013-02-25
Add path to Function.debug
portix
2013-02-25
Check script syntax before creating the script object; implementing Function....
portix
2013-02-25
Let self.debug be more verbose
portix
2013-02-24
Remove signals.disconnectByFunction; block disconnection of signals during em...
portix
2013-02-24
Don't set statusbar color in dwb_set_private_browsing on startup; emit change...
portix
2013-02-23
Check if parameter is an Error in io.debug
portix
2013-02-23
More debugging messages in scripts
portix
2013-02-21
Regression: don't lock contextmutex in scripts_eval_key, can cause a deadlock...
portix
2013-02-20
Indentation in util.c, checking for own properties in object.forEach
portix
2013-02-20
Fixing util.uncamelize if the string isn't camelcase and contains a minus
portix
2013-02-19
Implementing clipboard functions
portix
2013-02-16
Implementing RegExp.escape
portix
2013-02-11
Implementing Deferred.when
portix
2013-02-11
Fixing --no-confirm commandline option in dwbem, does not delete the config
portix
2013-02-05
Test if a config is null in extensions.getConfig
portix
2013-01-26
Implementing tabs.iterate
portix
2013-01-18
Remove first line only if it is empty in util.getBody
portix
2013-01-18
Trim function body in util.getBody
portix
2013-01-17
Implemnting Deferred.always
portix
2013-01-10
Return connect-callback result in connectBlocked
portix
2013-01-10
Use Function.bind in GObject.connectBlocked
portix
2013-01-08
Implementing extensions.disableAll; fixing possible segfault in global_unbind
portix
2012-12-27
New global property 'global' that refers to the global object; don't change t...
portix
2012-12-20
Return a deferred from system.spawn
portix
2012-12-19
Fixing broken layout on dwb:quickmarks; remove duplicate entries in data-js o...
portix
2012-12-19
New commands reload_bookmarks, reload_quickmarks; new signal function connect...
portix
2012-12-09
Implementing [un]blockSignal, {connect,notify}Blocked; return signal id from ...
portix
2012-12-09
Return undefined in GObject.getPrivate if item wasn't found
portix
2012-12-07
Implementing Deferreds
portix
2012-12-05
Freeze global object in _initBefore
portix
2012-12-05
Creating _initBefore that is executed before userscripts are executed
portix
2012-12-04
Define setPrivate/getPrivate only for GObjects
portix
2012-12-04
Distinguish between GObject.connect and GObject.notify
portix
2012-12-03
Removing curry function
portix
2012-12-01
Create dummy constructor for webview; map wv.parent to scrolledWindow
portix
2012-11-28
Merging signals.connect and signals.connectByFunction; coding style in signal...
portix
2012-11-28
Introducing exports for extensions; coding style in extensions.js
portix
2012-11-22
Delete module if second argument is omitted in replace
portix
[next]