summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-06-27New command toggle_tabportix
2012-06-27Change z-index of hints to a higher value than the pluginblocker elementportix
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-24Set z-index on clickable elementportix
2012-06-24Remove event-listener from the flashblocker plugin after the element was ↵portix
clicked; remove javascript functions in the adblocker
2012-06-24Use different application ids for different profiles/a fifo for each profile ↵portix
in fallback mode; closing #192
2012-06-24Replace dwb.files struct with a char-array, free all paths when in dwb_clean_upportix
2012-06-24Close webinspector when corresponding tab is closed instead of sending ↵portix
delete-event, fixes possible segfault when main window is closed
2012-06-24Remove spacing from the vertical main boxportix
2012-06-22Focus hints with Up/Down keyportix
2012-06-19Fixing getting wrong searchengine url if action points to the same site; new ↵portix
command download; clean completion labels in command mode
2012-06-19Remove plugins_find_in_frames, try to block all plugins in load-committed ↵portix
callback functions
2012-06-19Check if title is NULL in dwb_update_layout before updating the tab-titleportix
2012-06-19Connect to beforeload during window-object-cleard signal; replace plugin ↵portix
puzzle-background with text; remove init.h
2012-06-16Use pre tag for dwb:scriptportix
2012-06-14Implementing connect/disconnect for GObject-objectsportix
2012-06-13Also strip history in dwb_sync_filesportix
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-12Adding download speed to download label; update remaining time at most once ↵portix
a second
2012-06-12New command line option -S/--enable-scriptsportix
2012-06-12Check for localhost if addressbar-dns-lookup is enabledportix
2012-06-12focus_tab focuses first tab if modifier is omitted or last tab if modifier is 0portix
2012-06-11Set headers on returned object in sendRequest-callback and sendRequestSyncportix
2012-06-11New command evalportix
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
unprotect protected JSValueRefs before global context is destroyed
2012-06-06Fixing typo in scripts.cportix
2012-06-06GObject class check in set_property/get_propertyportix
2012-06-06Unescape uri in the statusbarportix
2012-06-05Initialize content with NULL in dwb_get_scriptsportix
2012-06-05Check if response_body is NULL in request_callbackportix
2012-06-04Optional name parameter for bindportix
2012-06-04Use fallback mode for single-instance if getting a GDBusConnection fails.portix
2012-06-04New signal documentFinishedportix
2012-06-04Clear history before loading about:blank in view_clear_tabportix
2012-06-04Remove message-source in dwb_promptportix
2012-06-04Freeze global objectportix
2012-06-03New function system.spawnSyncportix
2012-06-03Check for hinttype when creating image map hints, fixes #186portix
2012-06-03fix use-after-free in parse_command_line()Jason Woofenden
--- src/dwb.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
2012-06-03init_custom_keys: fix mem leaks, parse carefullyJason Woofenden
Don't leak memory on early exit. Be careful about little things like EOL after \ or : --- src/dwb.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
2012-06-03Merging [PATCH] fix OOB memory writes (too small malloc)portix
2012-06-02Execute binded javascript functions with POST_SMportix