summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Do not attempt to destroy contents that are still loadingJohn Mark Bell2011-03-033-1/+5
| | | | svn path=/trunk/netsurf/; revision=11898
* Renamed files in Xcode project to match actual file names.Sven Weidauer2011-03-031-24/+24
| | | | svn path=/trunk/netsurf/; revision=11897
* Mention libcurl bug in build instructions.Sven Weidauer2011-03-031-0/+4
| | | | svn path=/trunk/netsurf/; revision=11896
* Adding ca-bundle to the resourcesSven Weidauer2011-03-033-1/+4
| | | | svn path=/trunk/netsurf/; revision=11895
* Protect against object being cleaned while waiting for a query responseJohn Mark Bell2011-03-031-3/+15
| | | | svn path=/trunk/netsurf/; revision=11894
* Pass content msg redraw coords as ints.Michael Drake2011-03-021-3/+3
| | | | svn path=/trunk/netsurf/; revision=11893
* Cast unsigned gif coords to signed, for comparison.Michael Drake2011-03-021-6/+8
| | | | svn path=/trunk/netsurf/; revision=11892
* Fix comment.Michael Drake2011-03-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=11891
* Move clone to box flags.Michael Drake2011-03-025-9/+6
| | | | svn path=/trunk/netsurf/; revision=11890
* Move strip_leading_newline to box flags.Michael Drake2011-03-023-12/+8
| | | | svn path=/trunk/netsurf/; revision=11889
* Move printed to box flags.Michael Drake2011-03-023-6/+4
| | | | svn path=/trunk/netsurf/; revision=11888
* Move style_owned to box flags.Michael Drake2011-03-022-5/+4
| | | | svn path=/trunk/netsurf/; revision=11887
* Make box flags and move new line indicator to it.Michael Drake2011-03-024-5/+13
| | | | svn path=/trunk/netsurf/; revision=11886
* More keyboard shortcuts: scroll down with space bar and go back with ↵Sven Weidauer2011-03-021-2/+7
| | | | | | backspace key. svn path=/trunk/netsurf/; revision=11885
* Fix install-gtk some moreJohn Mark Bell2011-03-021-0/+1
| | | | svn path=/trunk/netsurf/; revision=11884
* Fix install-gtkJohn Mark Bell2011-03-021-1/+3
| | | | svn path=/trunk/netsurf/; revision=11883
* Allow ./test-nsgtk --gdb [http://blahblahblah/]Daniel Silverstone2011-03-021-0/+13
| | | | svn path=/trunk/netsurf/; revision=11882
* When wrapping text, don't duplicate strings. Special case for text inside ↵Michael Drake2011-03-011-5/+14
| | | | | | textareas, since they require it. svn path=/trunk/netsurf/; revision=11881
* More useful assert and remove box_dump call.Michael Drake2011-03-011-8/+2
| | | | svn path=/trunk/netsurf/; revision=11880
* Don't trap RMB over gadgets if those gadgets are disabledChris Young2011-03-011-4/+4
| | | | svn path=/trunk/netsurf/; revision=11879
* Copy our updated working libpng.so; this fixes the cyan boxes on WikipediaChris Young2011-03-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=11878
* 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