summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* add resource handlingVincent Sanders2011-02-231-0/+6
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Merged MakefileOle Loots2011-02-221-2/+1
| | | | svn path=/trunk/netsurf/; revision=11761
* Updated package script ( reduced stack size )Ole Loots2011-02-221-22/+9
| | | | svn path=/trunk/netsurf/; revision=11760
* Updated resourcesOle Loots2011-02-222-2/+2
| | | | svn path=/trunk/netsurf/; revision=11759
* Updated docsOle Loots2011-02-225-18/+316
| | | | svn path=/trunk/netsurf/; revision=11758
* Fixed drawing of dotted lines.Ole Loots2011-02-211-4/+8
| | | | svn path=/trunk/netsurf/; revision=11751
* Port Atari front end to browser_window_redraw().Michael Drake2011-02-201-16/+3
| | | | svn path=/trunk/netsurf/; revision=11727
* Remove thumbnail_create() from browser.h. Make RO front end use the core ↵Michael Drake2011-02-191-1/+1
| | | | | | thumbnail_redraw function. Make other front ends include the right header for thumbnail_create(). svn path=/trunk/netsurf/; revision=11716
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-143-10/+18
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-12/+11
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Added frambuffer port "internal" font decoder.Ole Loots2011-02-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=11663
* Improved checkboxesOle Loots2011-02-123-27/+30
| | | | svn path=/trunk/netsurf/; revision=11662
* Added the framebuffer "internal" font decoder/plotter,Ole Loots2011-02-122-14/+23
| | | | | | | fixed ablend method, introduced flag for monochrom bitmap drawing. svn path=/trunk/netsurf/; revision=11661
* Added the internal font decoder from frambuffer port. Ole Loots2011-02-122-0/+2330
| | | | svn path=/trunk/netsurf/; revision=11660
* Removed unused codeOle Loots2011-02-121-5/+0
| | | | svn path=/trunk/netsurf/; revision=11659
* Adjusted default config for url and cookie files.Ole Loots2011-02-121-25/+9
| | | | svn path=/trunk/netsurf/; revision=11658
* Added support for cookie and URL file, fixed box redraw.Ole Loots2011-02-123-40/+56
| | | | svn path=/trunk/netsurf/; revision=11657
* Improved mouse trackingOle Loots2011-02-121-11/+27
| | | | svn path=/trunk/netsurf/; revision=11656
* Added better checkboxesOle Loots2011-02-121-8/+3
| | | | svn path=/trunk/netsurf/; revision=11655
* Improved scrolling and box redraw code.Ole Loots2011-02-122-20/+70
| | | | svn path=/trunk/netsurf/; revision=11654
* Added better checkboxes,Ole Loots2011-02-122-32/+40
| | | | | | Added search_destroy method. svn path=/trunk/netsurf/; revision=11653
* Added flag for monochrom glyph drawingOle Loots2011-02-121-1/+2
| | | | svn path=/trunk/netsurf/; revision=11652
* Optimized drawing of repeating 1px sized bitmaps.Ole Loots2011-02-121-4/+22
| | | | svn path=/trunk/netsurf/; revision=11651
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-2/+3
| | | | svn path=/trunk/netsurf/; revision=11636
* Rationalise definition of NO_IPV6 for atari frontendJohn Mark Bell2011-02-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11623
* Added file upload / file dragdropOle Loots2011-02-056-8/+701
| | | | svn path=/trunk/netsurf/; revision=11621
* Updated docsOle Loots2011-02-053-2/+4
| | | | svn path=/trunk/netsurf/; revision=11620
* Verify Box redrawsOle Loots2011-02-051-12/+26
| | | | svn path=/trunk/netsurf/; revision=11619
* Adjusted clippingOle Loots2011-02-051-10/+8
| | | | svn path=/trunk/netsurf/; revision=11618
* Improved redrawOle Loots2011-02-051-11/+13
| | | | svn path=/trunk/netsurf/; revision=11617
* Fixed Mouse Selection / Mouse drag,Ole Loots2011-02-053-130/+174
| | | | | | Fixed Content Redraw for plain text files. svn path=/trunk/netsurf/; revision=11616
* Improved download performance. Ole Loots2011-02-022-31/+67
| | | | svn path=/trunk/netsurf/; revision=11605
* Improved throbber graphicsOle Loots2011-02-023-4/+4
| | | | svn path=/trunk/netsurf/; revision=11604
* Added default downloads locationOle Loots2011-02-011-1/+2
| | | | svn path=/trunk/netsurf/; revision=11594
* 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