summaryrefslogtreecommitdiff
path: root/src/scripts.c
AgeCommit message (Expand)Author
2013-02-28Adding missing NULL-pointer check in history_forward_lengthportix
2013-02-27Use stack-allocated GdkEvent for dispatchEventportix
2013-02-27Fixing ignored '@'-shortcut; return value from function.debug; util.dispatchE...portix
2013-02-26Also print debug messages if include is usedportix
2013-02-25Fixing scope of callback functions, print sourceURL in js_print_exceptionportix
2013-02-25Simplify Function.debug, format debug messagesportix
2013-02-25Correct starting line number in scripts_init_scriptportix
2013-02-25Check script syntax before creating the script object; implementing Function....portix
2013-02-25Let self.debug be more verboseportix
2013-02-24Define _POSIX_C_SOURCE >= 200112L in scripts.h, otherwise build fails if sign...portix
2013-02-24New object settingsportix
2013-02-24Use JSCheckScriptSyntax when checking scriptsportix
2013-02-23Print a message if the execution of a script was successfulportix
2013-02-23New commandline option check-syntaxportix
2013-02-23More debugging messages in scriptsportix
2013-02-23Don't check if context lock is locked and context is NULL in one macroportix
2013-02-21Unbind override keys; free KeyMap mapped with bindportix
2013-02-21Don't unprotect tab-objects in scripts_end, otherwise they will be unprotecte...portix
2013-02-21Use read-write lock instead of mutex to lock the global context; reload users...portix
2013-02-21Regression: don't lock contextmutex in scripts_eval_key, can cause a deadlock...portix
2013-02-21Synchronous version of clipboard.getportix
2013-02-21Lock context mutex in scripts_eval_keyportix
2013-02-21New signal 'executeCommand'portix
2013-02-19Search history, use mutex for global_unbindportix
2013-02-19Implementing clipboard functionsportix
2013-02-19Rename GtkWidget.containerAdd -> GtkWidget.addportix
2013-02-18Fixing some of the clang warningsportix
2013-02-18Fixing unitialzed valuesportix
2013-02-18Check return value of JSObjectGetPrivateportix
2013-02-18Create new widgets from scriptsportix
2013-02-16Lock context mutex when disconnecting gobject signalsportix
2013-02-16Lock s_global_context when destroying objects, protect all gui elements, prev...portix
2013-02-14Own constructor for hidden webviewportix
2013-02-14New object HiddenWebViewportix
2013-02-13Use isnan when converting javascript numbers to doubleportix
2013-02-13Implementing webview.historylistportix
2013-02-12Backout revision 1733portix
2013-02-10Use g_timeout_add_full for timerStart; stop all timers in scripts_end, fixes ...portix
2013-02-05Dont protect persistent gui objectsportix
2013-01-29Remove debug message from scripts.cportix
2013-01-28New signal 'executeCommand'portix
2013-01-28Rename webkitSession -> sessionportix
2013-01-27Adding webkitSession to scripting contextportix
2013-01-26Regression: remove tabs.iterateportix
2013-01-26Implementing tabs.iterateportix
2013-01-18Print inject-errors to stderrportix
2013-01-17Implemnting Deferred.alwaysportix
2013-01-12Move static function/value declarations to create_global_objectportix
2013-01-11Clear textentry when calling io_promptportix
2013-01-09Remove hovering over link signal, the same could be achieved with native hove...portix