summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* Move schedule.h to utils/John Mark Bell2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12039
* init_mfdb() is now able to handle bitmaps with less than 8 bits per pixel.Ole Loots2011-03-133-33/+51
| | | | | | (needed for monochrom glyph rendering) svn path=/trunk/netsurf/; revision=12038
* Added dummy LDG functions to reduce need for external libsOle Loots2011-03-132-1/+17
| | | | svn path=/trunk/netsurf/; revision=12037
* Shunt the schedule function definitions to desktop/schedule.h. Shunt the ↵Daniel Silverstone2011-03-131-1/+1
| | | | | | hlcache/llcache to using schedule to get their cleanups run. svn path=/trunk/netsurf/; revision=12029
* corrected check for atari_sysinfo.gemdos_versionOle Loots2011-03-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=11934
* Added missing call to vst_colorOle Loots2011-03-071-5/+16
| | | | svn path=/trunk/netsurf/; revision=11933
* Fix text selectionJohn Mark Bell2011-03-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11927
* 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
* remove obsolete, unused gui_window_redraw APIVincent Sanders2011-03-012-8/+1
| | | | svn path=/trunk/netsurf/; revision=11870
* oadded handler for about menu click.Ole Loots2011-02-251-0/+5
| | | | svn path=/trunk/netsurf/; revision=11816
* redraw % on download finish.Ole Loots2011-02-251-1/+12
| | | | svn path=/trunk/netsurf/; revision=11815
* NULL checkOle Loots2011-02-251-2/+9
| | | | svn path=/trunk/netsurf/; revision=11813
* typoOle Loots2011-02-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=11812
* added .txt file type.Ole Loots2011-02-251-0/+2
| | | | svn path=/trunk/netsurf/; revision=11811
* merged clipping parameter changes.Ole Loots2011-02-252-9/+7
| | | | svn path=/trunk/netsurf/; revision=11810
* merged clipping parameter changes.Ole Loots2011-02-252-7/+6
| | | | svn path=/trunk/netsurf/; revision=11809
* merged clipping parameter changes. Ole Loots2011-02-251-12/+22
| | | | svn path=/trunk/netsurf/; revision=11808
* 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