Age | Commit message (Expand) | Author |
2013-02-28 | Adding missing NULL-pointer check in history_forward_length | portix |
2013-02-27 | Use stack-allocated GdkEvent for dispatchEvent | portix |
2013-02-27 | Fixing ignored '@'-shortcut; return value from function.debug; util.dispatchE... | 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 | Simplify Function.debug, format debug messages | portix |
2013-02-25 | Correct starting line number in scripts_init_script | 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 | Define _POSIX_C_SOURCE >= 200112L in scripts.h, otherwise build fails if sign... | portix |
2013-02-24 | New object settings | portix |
2013-02-24 | Use JSCheckScriptSyntax when checking scripts | portix |
2013-02-23 | Print a message if the execution of a script was successful | portix |
2013-02-23 | New commandline option check-syntax | portix |
2013-02-23 | More debugging messages in scripts | portix |
2013-02-23 | Don't check if context lock is locked and context is NULL in one macro | portix |
2013-02-21 | Unbind override keys; free KeyMap mapped with bind | portix |
2013-02-21 | Don't unprotect tab-objects in scripts_end, otherwise they will be unprotecte... | portix |
2013-02-21 | Use read-write lock instead of mutex to lock the global context; reload users... | portix |
2013-02-21 | Regression: don't lock contextmutex in scripts_eval_key, can cause a deadlock... | portix |
2013-02-21 | Synchronous version of clipboard.get | portix |
2013-02-21 | Lock context mutex in scripts_eval_key | portix |
2013-02-21 | New signal 'executeCommand' | portix |
2013-02-19 | Search history, use mutex for global_unbind | portix |
2013-02-19 | Implementing clipboard functions | portix |
2013-02-19 | Rename GtkWidget.containerAdd -> GtkWidget.add | portix |
2013-02-18 | Fixing some of the clang warnings | portix |
2013-02-18 | Fixing unitialzed values | portix |
2013-02-18 | Check return value of JSObjectGetPrivate | portix |
2013-02-18 | Create new widgets from scripts | portix |
2013-02-16 | Lock context mutex when disconnecting gobject signals | portix |
2013-02-16 | Lock s_global_context when destroying objects, protect all gui elements, prev... | portix |
2013-02-14 | Own constructor for hidden webview | portix |
2013-02-14 | New object HiddenWebView | portix |
2013-02-13 | Use isnan when converting javascript numbers to double | portix |
2013-02-13 | Implementing webview.historylist | portix |
2013-02-12 | Backout revision 1733 | portix |
2013-02-10 | Use g_timeout_add_full for timerStart; stop all timers in scripts_end, fixes ... | portix |
2013-02-05 | Dont protect persistent gui objects | portix |
2013-01-29 | Remove debug message from scripts.c | portix |
2013-01-28 | New signal 'executeCommand' | portix |
2013-01-28 | Rename webkitSession -> session | portix |
2013-01-27 | Adding webkitSession to scripting context | portix |
2013-01-26 | Regression: remove tabs.iterate | portix |
2013-01-26 | Implementing tabs.iterate | portix |
2013-01-18 | Print inject-errors to stderr | portix |
2013-01-17 | Implemnting Deferred.always | portix |
2013-01-12 | Move static function/value declarations to create_global_object | portix |
2013-01-11 | Clear textentry when calling io_prompt | portix |
2013-01-09 | Remove hovering over link signal, the same could be achieved with native hove... | portix |