summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
|
* make macro name more correctVincent Sanders2012-12-131-2/+2
|
* Revert "Added missing Makefile changes for recent deskmenu commit."Ole Loots2012-11-181-1/+1
| | | | | This reverts commit c5fb16d56df03580d99fae44d9fea44868f33cc5. This change belongs into a new branch
* Added missing Makefile changes for recent deskmenu commit.Ole Loots2012-11-141-1/+1
|
* Added message box, so warn_user works as expected.Ole Loots2012-11-121-1/+1
|
* Remove libxmlJohn-Mark Bell2012-11-101-2/+1
|
* Port save complete to libdom.John-Mark Bell2012-11-031-1/+1
|
* A little bit of polish?Rob Kendrick (fatigue)2012-11-031-1/+1
|
* Minimal fix to get atari rebuildingRob Kendrick (fatigue)2012-11-031-2/+2
|
* Add optional use of STACK & STRIP Variables.Ole Loots2012-10-141-10/+12
|
* Strip the resulting executable, also update stack size.Ole Loots2012-10-131-13/+14
| | | | Consider m5475 toolchain (new Variable CROSS_COMPILE).
* Added netsurf.png to package, now the welcome page displays correctly.Ole Loots2012-08-281-0/+1
| | | | | Altough I don't like to have netsurf.png floating around in the root directory of netsurf.
* Do not install FatMessages file, but english default.Ole Loots2012-08-261-1/+8
| | | | Also install welcome.html & etc.
* Disable stack change on executable for target package-atariOle Loots2012-08-261-1/+1
|
* Disable strip on executable for target package-atari.Ole Loots2012-08-261-1/+1
|
* Copy toolbar to right location.Ole Loots2012-08-261-7/+1
|
* Default to download font from http://ftp.gnome.orgOle Loots2012-08-261-2/+2
|
* Download fonts to build directory and copy from there.Ole Loots2012-08-261-7/+20
|
* Implemented atari-package targetOle Loots2012-08-251-17/+72
|
* Added missing copyright headersOle Loots2012-08-241-3/+31
|
* Split install and package targets.Vincent Sanders2012-08-231-0/+10
| | | | Install target is for installing on the local machine and package generates a package
* Added and use PRGSUFFIX to configure executable name.Ole Loots2012-08-231-1/+7
|
* add sdk library pathVincent Sanders2012-08-211-0/+1
|
* Clean up flags setup, requires changes to Makefile.defaultOle Loots2012-07-251-13/+23
|
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-5/+2
|
* Added missing but not-so important changes from local SVN working copy.Ole Loots2012-07-101-0/+1
|
* Add Javascript case to FreeMiNT Makefile.targetOle Loots2012-07-051-2/+12
|
* Added linkage to libdom.Ole Loots2012-04-071-3/+7
| | | | svn path=/trunk/netsurf/; revision=13831
* Always use pkg-config, never use xml-config or curl-config, it breaks ↵Ole Loots2012-02-271-3/+3
| | | | | | crossbuild when these binaries are actually available on the build machine. svn path=/trunk/netsurf/; revision=13492
* Added settings dialog, read only right now. Ole Loots2011-12-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=13270
* Fix focus elementOle Loots2011-12-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13251
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-0/+1
| | | | | | | | - Optimized browser window caret, uses back-buffer now. ( So no content redraw is scheduled by the frontend just for a caret move ) - Fixed a double redraw issue when the browser reformat is pending and the AES also sends an redraw request because of the resize. - Started to use netsurfs textarea instead of a custom implementation ( to reduce code size ). svn path=/trunk/netsurf/; revision=13191
* Added context menu, Ole Loots2011-09-191-8/+9
| | | | | | Allow to set bitmap for iconified window. ( altough it's usesless right now because favicon support has been dropped) svn path=/trunk/netsurf/; revision=12821
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Revert remove of cflib and further usage of xaaes nkcc routines. It resulted ↵Ole Loots2011-06-251-3/+2
| | | | | | in not-working page up / page down and up / down keys. svn path=/trunk/netsurf/; revision=12510
* Removed dependency to cflib,Ole Loots2011-05-241-8/+9
| | | | | | call EvntWindom only one time per sec. when active flag is set. svn path=/trunk/netsurf/; revision=12443
* Added dummy LDG functions to reduce need for external libsOle Loots2011-03-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=12037
* Merged MakefileOle Loots2011-02-221-2/+1
| | | | svn path=/trunk/netsurf/; revision=11761
* Added frambuffer port "internal" font decoder.Ole Loots2011-02-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=11663
* 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-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=11621
* add default system colour handlers to atari frontendOle Loots2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11553
* Added -DNO_IPV6, added search.c to the sources. Ole Loots2011-01-301-3/+3
| | | | svn path=/trunk/netsurf/; revision=11542
* add default system colour handlers to each frontendVincent Sanders2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11530
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+50
svn path=/trunk/netsurf/; revision=11218