summaryrefslogtreecommitdiff
path: root/riscos/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-171/+0
|
* RISC OS: Run git date setter over distributed files for merging.Michael Drake2016-02-211-0/+1
|
* Convert RISC OS to use bitmap render operationVincent Sanders2015-04-241-1/+1
|
* move the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-171-1/+0
|
* Update RISC OS make target to filter split messagesVincent Sanders2015-04-071-5/+5
|
* Move some RISc OS specific Makefile rules into its Makefile.targetVincent Sanders2015-04-051-19/+40
|
* Ensure dutch README is copied into target archiveDick Tanis2015-03-011-0/+1
|
* Add RISC OS locale dependant helpVincent Sanders2015-01-291-2/+14
| | | | | | Dick Tanis <dtanis@ymail.com> provided a locale dependant !Help and the dutch resources to go with it. I simply integrated it into the build process
* Clean up saving as PDFVincent Sanders2014-10-261-1/+1
| | | | | | | | | | | | This removes the global PDF_Password interface that had completely bitrotted and moves it into the standard misc operation table with a sensible defualt implementation. This also cleans up and fixes the gtk frontend implementation of the pdf password callback so it compiles. Finally this moves the implementation to a sensible place alongside the other exporters reducing target makefile complexity futher.
* Pull warning flags out into variables that can be overriden seperately for C ↵Vincent Sanders2014-09-051-1/+1
| | | | and C++
* fix mngectony makefilesVincent Sanders2014-01-041-0/+1
|
* remove all references to using libMNGVincent Sanders2014-01-041-1/+0
|
* Remove redundant bitmap compression/decompression/dropping-to-disc. The ↵Michael Drake2013-10-031-1/+1
| | | | core now has a converted bitmap cache that is pruned more agressively.
* Restructure handling of DragEnd events.Steve Fryatt2013-09-081-2/+2
| | | | | | | | | | | Add ro_mouse module to process mouse events during drags and on null polls. Implement support in ro_mouse for tracking the mouse during drags and passing on DragEnd events. Remove ro_gui_drag_end() and update all of its clients so that they use ro_mouse. Remove the unused ro_gui_window_frame_resize_end(). Termination of save drags with Escape is unimplemented, but appears broken anyway. The use of gui_drag_type is still required to handle Message_DatasaveAck processing. Mouse tracking is still handled via gui.c.
* move riscos to new option APIVincent Sanders2013-05-281-1/+1
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-5/+3
|
* make macro name more correctVincent Sanders2012-12-131-5/+5
|
* add spidermonkey to riscos makefilesVincent Sanders2012-12-101-0/+4
|
* Remove libxmlJohn-Mark Bell2012-11-101-3/+2
|
* Try to have RISC OS front end use FatMessages. This is an ugly hack.Rob Kendrick (monotony)2012-11-031-1/+5
|
* Squeeze harderRob Kendrick (humdrum)2012-10-081-1/+1
|
* Use squeezeJohn-Mark Bell2012-10-071-1/+5
|
* put RISC OS distribution files in teh generated netsurf zipVincent Sanders2012-10-021-3/+6
|
* Import RISC OS distribution stuff. (3rd party modules, etc.)Michael Drake2012-10-021-1/+1
|
* Split install and package targets.Vincent Sanders2012-08-231-1/+12
| | | | Install target is for installing on the local machine and package generates a package
* force removal of temporary directoryVincent Sanders2012-08-191-1/+1
|
* really fix riscos zip targetVincent Sanders2012-08-191-1/+1
| | | | zip option with a comma in it confused make
* fix riscos makefile tempfile creationVincent Sanders2012-08-191-7/+5
|
* add riscos zip build targetVincent Sanders2012-08-191-0/+14
|
* Add libdom to native RISC OS LDFLAGSJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13683
* Add libdom to cross-compilation LDFLAGSJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13647
* Remove dead debugwin code.Michael Drake2011-10-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=13028
* Remove old plugin.c.Michael Drake2011-10-061-2/+1
| | | | svn path=/trunk/netsurf/; revision=12967
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Put RISC OS filetype content handlers in their own directory.Michael Drake2011-05-091-10/+11
| | | | svn path=/trunk/netsurf/; revision=12336
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-8/+10
| | | | svn path=/trunk/netsurf/; revision=11741
* add default system colour handlers to each frontendVincent Sanders2011-01-301-2/+2
| | | | svn path=/trunk/netsurf/; revision=11530
* Remove excess indentation.Michael Drake2010-11-081-44/+44
| | | | svn path=/trunk/netsurf/; revision=10942
* Futher simplification of the makefileVincent Sanders2010-10-291-0/+37
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+61
Provide makefile fragment for each target, isolates the target makefile changes into one place simplifying the top level makefile svn path=/trunk/netsurf/; revision=10910