summaryrefslogtreecommitdiff
path: root/src/scripts.c
AgeCommit message (Expand)Author
2012-12-01Script access to tab widgetsportix
2012-12-01Changing coding style in scripts.cportix
2012-12-01Implementing all gui.* widgetsportix
2012-12-01Implementing first gui propertiesportix
2012-12-01Create dummy constructor for webview; map wv.parent to scrolledWindowportix
2012-11-22Create context object for global_includeportix
2012-11-20Implementing wv.toPng; set base-uri to HOME in sp_loadportix
2012-11-17Use POST_SM for functions binded in scriptsportix
2012-11-17Fixing wrong escaping when backslash is mapped to shortcutportix
2012-11-08Fixing wrong signal id type in connect_objectportix
2012-11-07Protect function in global_timer_start; fixes possible segfaultportix
2012-11-05Ignore default action of button 8 and button 9portix
2012-11-03Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-11-03New debug functionportix
2012-11-03Fixing possible segfault in scripts_emitportix
2012-11-02Create own this object for all scriptsportix
2012-11-01Remove command line option -sportix
2012-11-01New signal changeMode; new method util.getModeportix
2012-10-31Remove the globals-object; implementing provide/requireportix
2012-10-10Always unprotect callback function in request_callbackportix
2012-10-10Protect callback function in global_send_requestportix
2012-10-03Merging scratchpad into mainportix
2012-10-03scratchpad: communication between scripts and scratchpadportix
2012-10-03Remove debug messages from scripts.cportix
2012-10-02Update statusbar from scriptsportix
2012-10-02Create js-quark before creating any objects; don't allocation position string...portix
2012-09-30Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-09-25Optional argument for inject functionportix
2012-09-24Implementing scratchpad.loadportix
2012-09-19implementing scratchpad_show/scratchpad_hideportix
2012-09-13Connect ot motion-notify-event; implementing mouseMove-signalportix
2012-09-11Let wv, frame and download be derived from gobject; fixing possible segfault ...portix
2012-09-01Cleaning dwbem.c; bind keys in global_bind if either shortcut or command is n...portix
2012-08-29Moving grab_adblocker to tools; initial commit of extension-managerportix
2012-08-23Renaming variablesportix
2012-08-21Implementing extensions.bind; fixing failing unbind when called with function...portix
2012-08-15Cleare command text in script_eval_keyportix
2012-08-15Pass commandline argument and nummod to bind callback functionportix
2012-08-15Fixing missing message parameter in sendRequest-callbackportix
2012-08-14New webview-method setTitleportix
2012-07-24Don't throw exceptions for properties; check if data.userDataDir is null in e...portix
2012-07-21Additional length parameter in util_get_file_content; remove trailing newline...portix
2012-07-17Appending empty struct to message_values, fixes segfault in JSCLassCreateportix
2012-07-16Change domainFromHost from global to utilportix
2012-07-16Check if second argument is a function in signals.connect before connecting t...portix
2012-07-15Implementing firstParty property for SoupMessageportix
2012-07-15New SoupMessage object with property uriportix
2012-06-27Create all js-gobjects only once, remove equals function for gobjectsportix
2012-06-25Allow argument in script_eval_keyportix
2012-06-25Don't append null byte in io_writeportix