summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test correct items before preparing selection save dialogue.Steve Fryatt2011-03-061-3/+3
* Esimated width is fine for last box.Michael Drake2011-03-051-2/+4
* Ensure box has appropriate space before cloning.Michael Drake2011-03-051-6/+14
* Make sure the last clone box for a wrapped text is properly measuered.Michael Drake2011-03-052-1/+17
* Direct rendering. Testing only; has problems with inline image placement, greyChris Young2011-03-054-103/+155
* Enable selection of rendering engine (graphics.library, Cairo) at runtime, if...Chris Young2011-03-055-204/+247
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ...Sven Weidauer2011-03-0510-9/+213
* Remove compat.c/h, hasn't been needed for a long time.Chris Young2011-03-043-145/+1
* Add "use blank page" button for homepage urlChris Young2011-03-046-3/+26
* Don't override download dir as it stops the last used dir being rememberedChris Young2011-03-041-1/+0
* Use browser_window_redraw_readyChris Young2011-03-041-6/+4
* Use BltBitMapTagsChris Young2011-03-041-7/+33
* Fixed text scaling.Sven Weidauer2011-03-041-2/+5
* Fixed text splitting.Sven Weidauer2011-03-041-1/+1
* Remove unused function gui_window_redraw.Sven Weidauer2011-03-041-6/+0
* Fix build: inline what used to be gui_window_redraw().François Revel2011-03-041-9/+13
* Checking for public.url pasteboard type first, so dragging a .webloc file fro...Sven Weidauer2011-03-041-1/+1
* Accepting URLs dropped onto the browser view.Sven Weidauer2011-03-041-0/+44
* Allow dragging of URLs from the URL field out of NetSurf.Sven Weidauer2011-03-041-1/+48
* Do not attempt to destroy contents that are still loadingJohn Mark Bell2011-03-033-1/+5
* Renamed files in Xcode project to match actual file names.Sven Weidauer2011-03-031-24/+24
* Mention libcurl bug in build instructions.Sven Weidauer2011-03-031-0/+4
* Adding ca-bundle to the resourcesSven Weidauer2011-03-033-1/+4
* Protect against object being cleaned while waiting for a query responseJohn Mark Bell2011-03-031-3/+15
* Pass content msg redraw coords as ints.Michael Drake2011-03-021-3/+3
* Cast unsigned gif coords to signed, for comparison.Michael Drake2011-03-021-6/+8
* Fix comment.Michael Drake2011-03-021-1/+1
* Move clone to box flags.Michael Drake2011-03-025-9/+6
* Move strip_leading_newline to box flags.Michael Drake2011-03-023-12/+8
* Move printed to box flags.Michael Drake2011-03-023-6/+4
* Move style_owned to box flags.Michael Drake2011-03-022-5/+4
* Make box flags and move new line indicator to it.Michael Drake2011-03-024-5/+13
* More keyboard shortcuts: scroll down with space bar and go back with backspac...Sven Weidauer2011-03-021-2/+7
* Fix install-gtk some moreJohn Mark Bell2011-03-021-0/+1
* Fix install-gtkJohn Mark Bell2011-03-021-1/+3
* Allow ./test-nsgtk --gdb [http://blahblahblah/]Daniel Silverstone2011-03-021-0/+13
* When wrapping text, don't duplicate strings. Special case for text inside te...Michael Drake2011-03-011-5/+14
* More useful assert and remove box_dump call.Michael Drake2011-03-011-8/+2
* Don't trap RMB over gadgets if those gadgets are disabledChris Young2011-03-011-4/+4
* Copy our updated working libpng.so; this fixes the cyan boxes on WikipediaChris Young2011-03-011-1/+1
* Cache space widths.Michael Drake2011-03-017-64/+70
* Fixed missing draw of tiled bitmap which are completly outside of the clippin...Ole Loots2011-03-011-4/+11
* Adjusted clipping rect changes for atari fronted. Ole Loots2011-03-013-24/+24
* cosmeticOle Loots2011-03-011-5/+2
* Implemented OS detection routines provided by GSOle Loots2011-03-014-12/+90
* Brand new windows should not be cloning an existing browser_window or they pi...Chris Young2011-03-012-4/+4
* Update Haru info.Michael Drake2011-03-013-38/+10
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-019-97/+41
* Split splitting out into layout_text_box_split().Michael Drake2011-03-011-71/+63
* Limit context menu history items to 10Chris Young2011-02-282-0/+8