summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* add default system colour handlers to atari frontendOle Loots2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11553
* Improved call to v_gtext.Ole Loots2011-01-301-27/+41
| | | | svn path=/trunk/netsurf/; revision=11552
* Cleaned up Statusbar code. Ole Loots2011-01-302-20/+43
| | | | svn path=/trunk/netsurf/; revision=11551
* Cleanup of TOS compatibility fixes.Ole Loots2011-01-302-0/+107
| | | | svn path=/trunk/netsurf/; revision=11550
* Cleanup of TOS compatibility fixes. Ole Loots2011-01-302-38/+0
| | | | svn path=/trunk/netsurf/; revision=11549
* Implemented Search DialogOle Loots2011-01-302-1/+2
| | | | svn path=/trunk/netsurf/; revision=11548
* Implemented Search DialogOle Loots2011-01-301-2/+4
| | | | svn path=/trunk/netsurf/; revision=11547
* renamed plotter member function pixel_pos to pixel_position.Ole Loots2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11546
* Cleanup of TOS fixes. Ole Loots2011-01-301-6/+6
| | | | svn path=/trunk/netsurf/; revision=11545
* Kiosk mode now fills screen every timeChris Young2011-01-301-2/+2
| | | | svn path=/trunk/netsurf/; revision=11544
* Set default window title when opening window. Ole Loots2011-01-302-0/+15
| | | | svn path=/trunk/netsurf/; revision=11543
* Added -DNO_IPV6, added search.c to the sources. Ole Loots2011-01-301-3/+3
| | | | svn path=/trunk/netsurf/; revision=11542
* fixed browser_redraw_required(), now only returning true when content is ↵Ole Loots2011-01-301-32/+7
| | | | | | available. svn path=/trunk/netsurf/; revision=11541
* Implemented gui_scroll_visible.Ole Loots2011-01-302-3/+7
| | | | svn path=/trunk/netsurf/; revision=11540
* Increased stack size for release executable.Ole Loots2011-01-301-2/+3
| | | | svn path=/trunk/netsurf/; revision=11539
* Implemented Search DialogOle Loots2011-01-302-12/+12
| | | | svn path=/trunk/netsurf/; revision=11538
* Rearanged includes, fixed VDI style for dashed plots. Ole Loots2011-01-305-57/+105
| | | | svn path=/trunk/netsurf/; revision=11537
* Implemented Search DialogOle Loots2011-01-3053-4/+283
| | | | svn path=/trunk/netsurf/; revision=11536
* Pick the CSS system colours from ui_color() and BScreen::DesktopColor(). ↵François Revel2011-01-306-45/+198
| | | | | | Update those when they are updated in ZETA. Also update the toolbar and statusbar background. svn path=/trunk/netsurf/; revision=11535
* Updated docsOle Loots2011-01-303-0/+1
| | | | svn path=/trunk/netsurf/; revision=11534
* Implemented Search DialogOle Loots2011-01-303-0/+0
| | | | svn path=/trunk/netsurf/; revision=11533
* Pick the CSS system colours from the pens in the screen DrawInfo table, and ↵Chris Young2011-01-302-0/+62
| | | | | | | | | force repicking them if the screen changes. Think these are right - some of the CSS descriptions are a bit ambiguous. svn path=/trunk/netsurf/; revision=11532
* Fix BeOS build.François Revel2011-01-301-5/+17
| | | | svn path=/trunk/netsurf/; revision=11531
* add default system colour handlers to each frontendVincent Sanders2011-01-3023-17/+2407
| | | | svn path=/trunk/netsurf/; revision=11530
* fixup gtk source file namesVincent Sanders2011-01-2956-139/+152
| | | | svn path=/trunk/netsurf/; revision=11529
* Add ability to dump opacity property, tooJohn Mark Bell2011-01-291-0/+14
| | | | svn path=/trunk/netsurf/; revision=11528
* Port to latest libcssJohn Mark Bell2011-01-297-154/+131
| | | | svn path=/trunk/netsurf/; revision=11526
* Minor fix for path defaulting: retain rightmost / iff it's the first ↵John Mark Bell2011-01-292-4/+13
| | | | | | character in the path svn path=/trunk/netsurf/; revision=11524
* Reflect new css_stylesheet_create APIJohn Mark Bell2011-01-292-13/+46
| | | | svn path=/trunk/netsurf/; revision=11523
* Download window asks if download should be cancelled before being closed and ↵Sven Weidauer2011-01-294-6/+99
| | | | | | displays an estimate of the time remaining. svn path=/trunk/netsurf/; revision=11521
* Implemented context menu.Sven Weidauer2011-01-282-0/+103
| | | | svn path=/trunk/netsurf/; revision=11520
* Timer based reformatting, so reformat happens also while resizing windows.Sven Weidauer2011-01-282-15/+28
| | | | svn path=/trunk/netsurf/; revision=11519
* Implemented frames and handling reformats the right way using ↵Sven Weidauer2011-01-283-18/+39
| | | | | | browser_reformat_pending. svn path=/trunk/netsurf/; revision=11518
* Keyboard scrolling.Sven Weidauer2011-01-281-6/+53
| | | | svn path=/trunk/netsurf/; revision=11517
* More font-related fixes.Sven Weidauer2011-01-281-8/+6
| | | | svn path=/trunk/netsurf/; revision=11516
* Setting current_redraw_browser and fixing mouse draggingSven Weidauer2011-01-281-4/+9
| | | | svn path=/trunk/netsurf/; revision=11515
* Make GTK popup menu generated like the menu bar menuVincent Sanders2011-01-286-747/+661
| | | | | | | | Clean up gtk scaffoling of some gsoc madness fix tab opening from popup menu Remove forward declarations and stop exporting the symbols for every event handler when they should be static svn path=/trunk/netsurf/; revision=11514
* Implemented resolution independence fot the TreeView and HistoryView and ↵Sven Weidauer2011-01-287-89/+150
| | | | | | moved the coordinate transform function to their own header. svn path=/trunk/netsurf/; revision=11513
* Updated baseline calculation for fontsSven Weidauer2011-01-281-7/+6
| | | | svn path=/trunk/netsurf/; revision=11512
* Fix irritating typo, that appears to have spread throughout the compilation ↵John Mark Bell2011-01-275-5/+5
| | | | | | documentation svn path=/trunk/netsurf/; revision=11511
* Pedantic formatting changes.Michael Drake2011-01-271-17/+20
| | | | svn path=/trunk/netsurf/; revision=11510
* Improved and crash-free download window.Sven Weidauer2011-01-272-13/+85
| | | | svn path=/trunk/netsurf/; revision=11509
* Rendering end pixels of horizontal and vertical lines correctly.Sven Weidauer2011-01-271-10/+26
| | | | svn path=/trunk/netsurf/; revision=11508
* Implemented resolution-independent rendering for the browser view. Still ↵Sven Weidauer2011-01-277-45/+147
| | | | | | needs to be implemented for the other views. svn path=/trunk/netsurf/; revision=11507
* Moved main() and related functions from gui.m to NetsurfApp.mSven Weidauer2011-01-273-80/+96
| | | | svn path=/trunk/netsurf/; revision=11506
* Scaling position of select popup.Sven Weidauer2011-01-271-2/+6
| | | | svn path=/trunk/netsurf/; revision=11505
* Fixing font calculations and warnings about invalid glyph indices.Sven Weidauer2011-01-271-3/+6
| | | | svn path=/trunk/netsurf/; revision=11504
* Setting/Loading more options. Also loading urldb and cookies.Sven Weidauer2011-01-266-18/+96
| | | | svn path=/trunk/netsurf/; revision=11503
* Change default favicon to content image.Michael Drake2011-01-261-0/+0
| | | | svn path=/trunk/netsurf/; revision=11502
* Make layout of block formatting contexts take account of the bottom margin ↵Michael Drake2011-01-261-0/+3
| | | | | | of the last contained block. svn path=/trunk/netsurf/; revision=11498