summaryrefslogtreecommitdiff
path: root/desktop/browser.c
Commit message (Collapse)AuthorAgeFilesLines
* add API to set DPIVincent Sanders2014-10-131-0/+15
|
* fix DOM tree dump debugVincent Sanders2014-08-041-3/+6
|
* remove assert for creating new browser context with the tab flag set.Vincent Sanders2014-07-271-1/+1
| | | | | | This allows creation of new browsing contents (browser/gui window) in a tab but without explicitly providing a sibling browsing context to be placed with.
* make gtk source viewer less explody. fixes #2159Vincent Sanders2014-07-211-0/+5
|
* try and improve usage of browser window internalsVincent Sanders2014-07-061-17/+23
|
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-011-6/+17
|
* make launch_url core operation use nsurlVincent Sanders2014-05-271-2/+2
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* move scheduleing into browser operation tableVincent Sanders2014-03-091-6/+7
|
* Make history internal to browser_window module.Michael Drake2014-02-151-10/+18
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-7/+7
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-101-61/+81
| | | | browser_window_navigate flags.
* Clean up gui_window creation API.Michael Drake2014-02-091-3/+16
|
* Simplify local history interface.Michael Drake2014-02-081-2/+2
|
* Add function to get browser window's extents.Michael Drake2014-02-081-0/+24
|
* Move browser_window_update_extent to browser_private.hMichael Drake2014-02-081-1/+1
|
* Function to determine whether bw has a content.Michael Drake2014-02-081-0/+13
|
* Add function to get bw's URL.Michael Drake2014-02-081-0/+17
|
* Simplify browser_window_refresh_url_bar.Michael Drake2014-02-081-54/+69
| | | | Reduces front end need to access bw internals.
* clean up desktop/gui.h include usageVincent Sanders2014-01-291-1/+0
|
* Simplify and optimise icon handling.Michael Drake2014-01-241-39/+15
|
* Actually use the fact scheme is interned.Michael Drake2014-01-241-6/+6
|
* move 401 login into operation tableVincent Sanders2014-01-161-1/+0
|
* split browser gui operations upVincent Sanders2014-01-151-2/+2
|
* move remaining gui operations to tableVincent Sanders2014-01-141-2/+2
|
* confine the gui table acessor to the gui factory headerVincent Sanders2014-01-141-0/+1
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-17/+20
|
* move four more optional window operations to tableVincent Sanders2014-01-131-2/+2
|
* move two more mandantory window operations to tableVincent Sanders2014-01-131-2/+2
|
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-2/+2
|
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-3/+3
|
* move more optional window operations into table including removing unused ↵Vincent Sanders2014-01-121-3/+3
| | | | hide_pointer operation altogether
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-10/+10
|
* move set title, set url, start and stop throbber window operations to gui tableVincent Sanders2014-01-121-6/+7
|
* move window creation and destruction into tableVincent Sanders2014-01-111-4/+2
|
* Change gui_file_gadget_interface to pass gui_window not browser_window, add ↵Rob Kendrick2014-01-051-1/+1
| | | | GTK implementation that of course does not work.
* Add infrastructure for calling front ends to set file gadget filenames via ↵Rob Kendrick2014-01-051-1/+16
| | | | clicking in addition to drag-and-drop
* Remove asserts for default cases from all content message handlers; this is ↵Rob Kendrick2014-01-051-1/+1
| | | | laborious and is no longer useful for catching bugs.
* Reduce leaking of thumbnails to only for URLs that urldb rejects.Michael Drake2013-10-241-1/+21
| | | | Previously leaked thumbnails for all urls not previously visited.
* fix coverity #1111069Vincent Sanders2013-10-231-2/+3
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-2/+0
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Update to use new hotlist and global history manager.Michael Drake2013-09-021-8/+2
|
* Update the new hotlist on visits.Michael Drake2013-08-271-1/+5
|
* Flag a TODO.Michael Drake2013-08-161-0/+1
|
* Move old hotlist out of the way.Michael Drake2013-08-131-2/+2
|
* Update new global history, if the treeview test option is set.Michael Drake2013-07-161-1/+6
|
* Fix namespace of old global history add function.Michael Drake2013-07-151-1/+1
|
* Minor wrapping fix.Michael Drake2013-07-121-2/+4
|
* Remove forward declaration.Michael Drake2013-07-121-556/+547
|
* Move global_history_add out of browser.h into global_history_core.hMichael Drake2013-07-121-2/+3
|