summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* Removed nonsense include.Ole Loots2011-04-101-0/+5
| | | | svn path=/trunk/netsurf/; revision=12176
* Thanks to AtFactOle Loots2011-03-201-0/+2
| | | | svn path=/trunk/netsurf/; revision=12114
* Added missing prototypes.Ole Loots2011-03-203-1/+6
| | | | svn path=/trunk/netsurf/; revision=12113
* added resource: handling, gui_poll now checks for browser_reformat_pendingOle Loots2011-03-202-12/+20
| | | | svn path=/trunk/netsurf/; revision=12112
* Allocate window title string memory dynamically.Ole Loots2011-03-202-2/+8
| | | | svn path=/trunk/netsurf/; revision=12111
* Removed special handling of non html content, added sanity checking for ↵Ole Loots2011-03-201-22/+17
| | | | | | scroll requests. svn path=/trunk/netsurf/; revision=12110
* When using onscreen plotter: Collect nsfb internal font characters into a ↵Ole Loots2011-03-204-38/+182
| | | | | | single bitmap instead of plotting each character. svn path=/trunk/netsurf/; revision=12109
* gui_find_resource --> gui_get_resource_url.Michael Drake2011-03-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=12089
* 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