summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* typoOle Loots2011-02-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=11812
* added .txt file type.Ole Loots2011-02-251-0/+2
| | | | svn path=/trunk/netsurf/; revision=11811
* merged clipping parameter changes.Ole Loots2011-02-252-9/+7
| | | | svn path=/trunk/netsurf/; revision=11810
* merged clipping parameter changes.Ole Loots2011-02-252-7/+6
| | | | svn path=/trunk/netsurf/; revision=11809
* merged clipping parameter changes. Ole Loots2011-02-251-12/+22
| | | | svn path=/trunk/netsurf/; revision=11808
* Updated preferences and search window xib to allow more space for localized ↵Sven Weidauer2011-02-252-120/+69
| | | | | | text. svn path=/trunk/netsurf/; revision=11806
* Translated UI strings to german.Sven Weidauer2011-02-258-0/+70
| | | | svn path=/trunk/netsurf/; revision=11805
* Lose space: make can sometimes be picky about such things, so avoid the ↵John Mark Bell2011-02-251-1/+1
| | | | | | potential for failure svn path=/trunk/netsurf/; revision=11804
* Building translated nib files if strings file exist.Sven Weidauer2011-02-254-5/+56
| | | | svn path=/trunk/netsurf/; revision=11802
* Fix bug #3140968: form submission with the GET method must replace the query ↵John Mark Bell2011-02-251-46/+55
| | | | | | segment of the action URL. svn path=/trunk/netsurf/; revision=11800
* Correct handling of action="": should submit to the document URL, not the ↵John Mark Bell2011-02-251-1/+9
| | | | | | base URL. svn path=/trunk/netsurf/; revision=11799
* Fix commentJohn Mark Bell2011-02-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=11798
* Fix bug #2076786: do not apply fallback content to failed objectsJohn Mark Bell2011-02-254-113/+4
| | | | svn path=/trunk/netsurf/; revision=11797
* Added 'Localizable.strings' to bundle resources and added german ↵Sven Weidauer2011-02-257-1/+97
| | | | | | translations. Other languages use english original. svn path=/trunk/netsurf/; revision=11796
* Prepared for localizing string literals in source code.Sven Weidauer2011-02-254-23/+46
| | | | svn path=/trunk/netsurf/; revision=11795
* Saving bookmarks before quitting NetSurf.Sven Weidauer2011-02-252-0/+24
| | | | svn path=/trunk/netsurf/; revision=11794