summaryrefslogtreecommitdiff
path: root/src/scripts.c
AgeCommit message (Expand)Author
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
2012-06-25Freeing temporary GSList in io_dir_namesportix
2012-06-24New function dirNamesportix
2012-06-24Replace dwb.files struct with a char-array, free all paths when in dwb_clean_upportix
2012-06-14Implementing connect/disconnect for GObject-objectsportix
2012-06-13Call entry_focus before completion_complete in global_tab_completeportix
2012-06-13New function tabCompleteportix
2012-06-13Replace fprintf in io_writeportix
2012-06-12New command line option -S/--enable-scriptsportix
2012-06-11Set headers on returned object in sendRequest-callback and sendRequestSyncportix
2012-06-10New function unbindportix
2012-06-08New signal downloadStartportix
2012-06-08Move free functions for tabs to view_clean; call view_clean in dwb_clean_up; ...portix
2012-06-06Fixing typo in scripts.cportix
2012-06-06GObject class check in set_property/get_propertyportix
2012-06-05Check if response_body is NULL in request_callbackportix
2012-06-04Optional name parameter for bindportix
2012-06-04New signal documentFinishedportix
2012-06-04Freeze global objectportix
2012-06-03New function system.spawnSyncportix
2012-06-02Execute binded javascript functions with POST_SMportix
2012-06-02Fixing searchengine forms not submitted if the form has a childnode with nameportix
2012-06-01Remove injectWithChannel; return value from injected scriptsportix
2012-05-30New function io.debug; print debug messages in all scripts in XDG_CONFIG_HOME...portix
2012-05-30Fix all -Wextra warnings except for -Wunused-parameterportix
2012-05-30Automated merge with ssh://bitbucket.org/portix/dwbportix
2012-05-30Fill uncamelized properties with padding null-bytesportix
2012-05-28Check for return value of fgets in dwb_get_scriptsportix
2012-05-28New function sendRequestSyncportix
2012-05-21New signal 'close'portix
2012-05-21New function sendRequestportix
2012-05-18Use find_webview in scripts.c to map webviews to tabsportix
2012-05-18Execute scripts from commandlineportix
2012-05-17Implementing wv.number; outsourcing extensions to a seperate repositoryportix