summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
...
* Added download dialogOle Loots2011-02-013-4/+28
| | | | svn path=/trunk/netsurf/; revision=11593
* Improved drawing primitives for true color systems. Ole Loots2011-02-013-64/+80
| | | | svn path=/trunk/netsurf/; revision=11592
* Implemented Download dialog.Ole Loots2011-02-013-8/+254
| | | | svn path=/trunk/netsurf/; revision=11591
* A bit of cleanup.Ole Loots2011-02-011-6/+7
| | | | svn path=/trunk/netsurf/; revision=11590
* Revisited throbber code. Ole Loots2011-02-011-0/+5
| | | | svn path=/trunk/netsurf/; revision=11589
* Moved some functions to osspec.cOle Loots2011-02-011-78/+0
| | | | svn path=/trunk/netsurf/; revision=11588
* Cleaned up mouse tracking ( added modifier keys ), added debug rendering ↵Ole Loots2011-02-011-7/+39
| | | | | | menu option. svn path=/trunk/netsurf/; revision=11587
* Removed unused codeOle Loots2011-02-012-14/+78
| | | | svn path=/trunk/netsurf/; revision=11586
* Revisited Throbber codeOle Loots2011-02-012-19/+49
| | | | svn path=/trunk/netsurf/; revision=11585
* Added missing prototypeOle Loots2011-02-011-1/+0
| | | | svn path=/trunk/netsurf/; revision=11584
* Added missing includesOle Loots2011-02-011-0/+6
| | | | svn path=/trunk/netsurf/; revision=11583
* 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
* 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
* 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
* add default system colour handlers to each frontendVincent Sanders2011-01-302-1/+285
| | | | svn path=/trunk/netsurf/; revision=11530
* Added search dialog.Ole Loots2011-01-222-6/+27
| | | | svn path=/trunk/netsurf/; revision=11454
* Added copy directives for some missing files. Ole Loots2011-01-221-9/+4
| | | | svn path=/trunk/netsurf/; revision=11453
* Added default blank page. Ole Loots2011-01-221-0/+39
| | | | svn path=/trunk/netsurf/; revision=11452
* Resource file was missing within initial chekin. Added Search dialog. Ole Loots2011-01-221-0/+0
| | | | svn path=/trunk/netsurf/; revision=11451
* Improved compatibility with classic TOS systems. Ole Loots2011-01-223-12/+37
| | | | svn path=/trunk/netsurf/; revision=11450
* Updated documentation.Ole Loots2011-01-223-8/+14
| | | | svn path=/trunk/netsurf/; revision=11449
* Improved compatibility with classic TOS systems,Ole Loots2011-01-221-16/+27
| | | | | | disabled spinner. svn path=/trunk/netsurf/; revision=11448
* Shrinked initial size of the canvas area. Ole Loots2011-01-221-2/+1
| | | | svn path=/trunk/netsurf/; revision=11447
* increased compatibility with classic TOS systems. (Getcookie() breaks on ↵Ole Loots2011-01-222-0/+42
| | | | | | classic TOS systems.) svn path=/trunk/netsurf/; revision=11446
* Removed default entries from hotlist, they are already defined within ↵Ole Loots2011-01-221-16/+2
| | | | | | NetSurf core. svn path=/trunk/netsurf/; revision=11445
* Limit length of statustext to 80 chars, to satisfy v_gtext specifications. Ole Loots2011-01-221-15/+32
| | | | | | Introduced attached flag. svn path=/trunk/netsurf/; revision=11444
* verbose_log can now be set via the Main-Menu.Ole Loots2011-01-221-0/+9
| | | | svn path=/trunk/netsurf/; revision=11443
* Improved path fixes for classic TOS systems. Ole Loots2011-01-221-0/+2
| | | | svn path=/trunk/netsurf/; revision=11442
* Introduced attached flag for Statusbar. Ole Loots2011-01-221-0/+4
| | | | svn path=/trunk/netsurf/; revision=11441
* using short filenames for treeview Icons for compatibility with classic TOS ↵Ole Loots2011-01-221-1/+1
| | | | | | systems. svn path=/trunk/netsurf/; revision=11440
* Improved path fixes for classic TOS systems. Ole Loots2011-01-221-38/+74
| | | | svn path=/trunk/netsurf/; revision=11439
* Added calls to lock/unlock during redraw. Ole Loots2011-01-221-2/+4
| | | | svn path=/trunk/netsurf/; revision=11438
* Added missing font copy commandOle Loots2011-01-101-0/+3
| | | | svn path=/trunk/netsurf/; revision=11283
* Added realpath() for plain TOS systems.Ole Loots2011-01-101-0/+54
| | | | svn path=/trunk/netsurf/; revision=11282