summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* make adding a history entry return an error code.Vincent Sanders2014-10-293-24/+23
* Ensure browser window creation returns errors from common initialisation.Vincent Sanders2014-10-292-6/+10
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-294-31/+33
* Clean up saving as PDFVincent Sanders2014-10-269-109/+130
* Fix and improve comment for browser_window_get_scrollbar_type().Michael Drake2014-10-251-1/+8
* Add bw function to get scrollbar type.Michael Drake2014-10-255-10/+30
* Add function to find if a bw is a frameset.Michael Drake2014-10-252-0/+15
* Move browser_window_get_root to private header.Michael Drake2014-10-252-8/+8
* Move browser_window_set_status to private header.Michael Drake2014-10-252-8/+8
* Move create_form_select_menu to window gui table.Michael Drake2014-10-244-14/+15
* Ensure we pass valid gw to gadget click gui call.Michael Drake2014-10-241-1/+3
* Open select menu via content msg, instead of breaking encapsulation.Michael Drake2014-10-241-0/+10
* improve documentation and whitespace cleanup.Vincent Sanders2014-10-192-68/+76
* improve documentation in headersVincent Sanders2014-10-195-217/+252
* Add is_selectable to browser window API surface.Michael Drake2014-10-182-0/+24
* Add call to test whether a browser window may be searched.Michael Drake2014-10-182-0/+24
* Don't try to draw NULL history.Michael Drake2014-10-181-0/+5
* Move up_available fn to core.Michael Drake2014-10-182-0/+29
* remove unecessary browser.h include from core headersVincent Sanders2014-10-178-13/+11
* Add core function to navigate to URL parent.Michael Drake2014-10-172-0/+43
* Update the core to use the split operations table headersVincent Sanders2014-10-1610-46/+57
* Split up graphical user interface operations table headersVincent Sanders2014-10-1611-610/+831
* Fix core create_form_select_menu API to pass gw, rather than bw out to front ...Michael Drake2014-10-162-2/+6
* Remove trailing whitespace.Michael Drake2014-10-151-1/+1
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-134-21/+77
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-139-41/+142
* add API to set DPIVincent Sanders2014-10-132-0/+29
* remove netsurf_poll callback and netsurf main loopVincent Sanders2014-10-133-27/+3
* Some minor documentation cleanups to reduce doxygen warningsVincent Sanders2014-10-121-5/+15
* Trivial sepelling, documentation and whitespace cleanupsVincent Sanders2014-10-102-8/+10
* Fix textarea wrap bug.Michael Drake2014-09-271-2/+12
* stop poll callback entry being mandantory in preparation for its removalVincent Sanders2014-09-221-4/+0
* Optimise case where scrollbar_set_extents call changes nothing.Michael Drake2014-09-191-0/+6
* Setting extents can move scroll pos, so send message.Michael Drake2014-09-191-1/+7
* Make code more readable.Michael Drake2014-09-191-3/+5
* Fix a couple of comment typos.Michael Drake2014-09-191-2/+2
* Improve comments and simplify code.Michael Drake2014-09-181-7/+11
* Improve textarea layout comments to explain the non-obvious bits better.Michael Drake2014-09-181-1/+5
* Improve comment.Michael Drake2014-09-181-3/+4
* Fix missing doxygen parameter comment.Michael Drake2014-09-181-0/+1
* update version info for next development cycleVincent Sanders2014-08-261-2/+2
* fix DOM tree dump debugVincent Sanders2014-08-042-4/+8
* remove assert for creating new browser context with the tab flag set.Vincent Sanders2014-07-272-3/+2
* remove unused popup menu link context sensative change code.Vincent Sanders2014-07-231-2/+4
* stop treeview redraw failing because of bad global state.Vincent Sanders2014-07-212-1/+7
* make gtk source viewer less explody. fixes #2159Vincent Sanders2014-07-212-0/+10
* stop using certificate data from the stack outside the message context.Vincent Sanders2014-07-171-4/+18
* remove content include from urldb headerVincent Sanders2014-07-176-5/+11
* when walking the css imports ensure the content is present before dereferenci...Vincent Sanders2014-07-081-2/+5
* try and improve usage of browser window internalsVincent Sanders2014-07-063-22/+54