summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Cache space widths.Michael Drake2011-03-017-64/+70
| | | | svn path=/trunk/netsurf/; revision=11877
* Fixed missing draw of tiled bitmap which are completly outside of the ↵Ole Loots2011-03-011-4/+11
| | | | | | | | clipping rectangle , adjusted clipping rect changes for atari frontend svn path=/trunk/netsurf/; revision=11876
* Adjusted clipping rect changes for atari fronted. Ole Loots2011-03-013-24/+24
| | | | svn path=/trunk/netsurf/; revision=11875
* cosmeticOle Loots2011-03-011-5/+2
| | | | svn path=/trunk/netsurf/; revision=11874
* Implemented OS detection routines provided by GSOle Loots2011-03-014-12/+90
| | | | svn path=/trunk/netsurf/; revision=11873
* Brand new windows should not be cloning an existing browser_window or they ↵Chris Young2011-03-012-4/+4
| | | | | | | | | pick up old local history. Brand new tabs should not either but that appears to be unavoidable at present. svn path=/trunk/netsurf/; revision=11872
* Update Haru info.Michael Drake2011-03-013-38/+10
| | | | svn path=/trunk/netsurf/; revision=11871
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-019-97/+41
| | | | svn path=/trunk/netsurf/; revision=11870
* Split splitting out into layout_text_box_split().Michael Drake2011-03-011-71/+63
| | | | svn path=/trunk/netsurf/; revision=11869
* Limit context menu history items to 10Chris Young2011-02-282-0/+8
| | | | svn path=/trunk/netsurf/; revision=11868
* Don't plot 0 size bitmapsChris Young2011-02-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=11867
* Add history context menu to the forward button tooChris Young2011-02-281-2/+38
| | | | svn path=/trunk/netsurf/; revision=11866
* Right-click back button now gives list of history items.Chris Young2011-02-281-7/+37
| | | | | | Probably needs tidying up - limiting number of entries etc svn path=/trunk/netsurf/; revision=11865
* Memory leakChris Young2011-02-281-0/+6
| | | | svn path=/trunk/netsurf/; revision=11864
* Avoid multiple duplicated menusChris Young2011-02-281-3/+10
| | | | | | Allow selection menu to appear over blank area of text boxes svn path=/trunk/netsurf/; revision=11862
* Purge CONTENT_STATUS_TYPE_UNKNOWNJohn Mark Bell2011-02-283-10/+4
| | | | svn path=/trunk/netsurf/; revision=11861
* Remove bogus assertions: content handlers which spawn fetches may not ↵John Mark Bell2011-02-281-7/+0
| | | | | | transition out of the LOADING state until after the fetches have completed. svn path=/trunk/netsurf/; revision=11860
* Unlock the content when transitioning into the READY state.John Mark Bell2011-02-281-5/+18
| | | | svn path=/trunk/netsurf/; revision=11859
* Allow context menus in arbitrary positions outside the browsing area.Chris Young2011-02-284-166/+226
| | | | | | | Add a Local History item to a new back button context menu, eventually this will give a recent history list. svn path=/trunk/netsurf/; revision=11858
* Implemented menu for back and forward buttons.Sven Weidauer2011-02-285-242/+280
| | | | svn path=/trunk/netsurf/; revision=11857
* Publishing 'history_go' function and creating API to enumerate all history ↵Sven Weidauer2011-02-282-12/+63
| | | | | | items reachable by the forward or back buttons. svn path=/trunk/netsurf/; revision=11856
* Adding tool tips and changing the cursor in the local history view.Sven Weidauer2011-02-282-3/+70
| | | | svn path=/trunk/netsurf/; revision=11855
* Added API to enumerate entries in history tree.Sven Weidauer2011-02-282-0/+100
| | | | svn path=/trunk/netsurf/; revision=11854
* Setting path for tree icons when tree class is initialized.Sven Weidauer2011-02-282-2/+8
| | | | svn path=/trunk/netsurf/; revision=11853
* Optimise wrapped text layout.Michael Drake2011-02-281-4/+30
| | | | svn path=/trunk/netsurf/; revision=11852
* Handling keyboard events for local history view.Sven Weidauer2011-02-273-1/+22
| | | | svn path=/trunk/netsurf/; revision=11851
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-2718-32/+58
| | | | | | | * Make content handlers responsible for setting READY/DONE state & emitting events. * Stop content_convert doing this when there is a registered convert function for the content type. svn path=/trunk/netsurf/; revision=11850
* Updated Cocoa build instructions.Sven Weidauer2011-02-271-18/+7
| | | | svn path=/trunk/netsurf/; revision=11846
* Remove padding for scrollers in local history.Sven Weidauer2011-02-271-7/+1
| | | | svn path=/trunk/netsurf/; revision=11845
* Fixing display/transparency of ArrowWindow for 10.5.Sven Weidauer2011-02-271-5/+0
| | | | svn path=/trunk/netsurf/; revision=11844
* Fix pixel alignment for rendering paths with stroke_width == 0.Sven Weidauer2011-02-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=11843
* Adding icons for tree views.Sven Weidauer2011-02-276-4/+12
| | | | svn path=/trunk/netsurf/; revision=11842
* Implementing path utility functions.Sven Weidauer2011-02-271-4/+6
| | | | svn path=/trunk/netsurf/; revision=11841
* Resetting cursor when mouse moves out of browser view.Sven Weidauer2011-02-271-1/+6
| | | | svn path=/trunk/netsurf/; revision=11839
* Using NSTrackingArea to get mouseMoved: events in the browser view.Sven Weidauer2011-02-272-3/+12
| | | | svn path=/trunk/netsurf/; revision=11838
* Local history view now is responsible for hiding itself after selecting a ↵Sven Weidauer2011-02-278-17/+34
| | | | | | web page. Also gets redrawn when selecting other pages using the back/forward buttons. svn path=/trunk/netsurf/; revision=11837
* Forward resources: to rsrc: which the BeOS port already has to use the stuff ↵François Revel2011-02-271-1/+4
| | | | | | embedded in the binary. Doesn't seem to be used yet though !? svn path=/trunk/netsurf/; revision=11836
* Stop mix'n'match p96/gfx.lib drawing, remove ami_clgChris Young2011-02-263-20/+9
| | | | svn path=/trunk/netsurf/; revision=11832
* Fix copying of iconChris Young2011-02-261-8/+5
| | | | svn path=/trunk/netsurf/; revision=11831
* Rename confusingly-named file; Remove about from unsupported protocols, as ↵Chris Young2011-02-264-3/+2
| | | | | | | | will never reach this code now. svn path=/trunk/netsurf/; revision=11829
* Less ridiculous time calculationChris Young2011-02-261-7/+4
| | | | svn path=/trunk/netsurf/; revision=11826
* Correctly centering lines on pixel grid if their width is even.Sven Weidauer2011-02-261-3/+5
| | | | svn path=/trunk/netsurf/; revision=11823
* Not retaining outlets. Fixing memory leak for favicon.Sven Weidauer2011-02-265-9/+10
| | | | svn path=/trunk/netsurf/; revision=11821
* Implemented gui_find_resource and using resource: URIs for builtin stylesheets.Sven Weidauer2011-02-262-15/+7
| | | | svn path=/trunk/netsurf/; revision=11819
* Clean up blank_import on exitJohn Mark Bell2011-02-263-2/+15
| | | | svn path=/trunk/netsurf/; revision=11818
* Parallelise fetch and conversion of imported stylesheetsJohn Mark Bell2011-02-263-185/+255
| | | | svn path=/trunk/netsurf/; revision=11817
* oadded handler for about menu click.Ole Loots2011-02-251-0/+5
| | | | svn path=/trunk/netsurf/; revision=11816
* redraw % on download finish.Ole Loots2011-02-251-1/+12
| | | | svn path=/trunk/netsurf/; revision=11815
* Take CSS System Colours from the RISC OS Desktop palette at start and on ↵Steve Fryatt2011-02-253-156/+269
| | | | | | | | mode/palette change. Need to revisit and confirm some of the mappings. svn path=/trunk/netsurf/; revision=11814
* NULL checkOle Loots2011-02-251-2/+9
| | | | svn path=/trunk/netsurf/; revision=11813