summaryrefslogtreecommitdiff
path: root/frontends/amiga
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unused variable; help gccChris Young2016-07-092-16/+15
|
* Set an env-var if we don't have AltiVecChris Young2016-07-091-0/+13
| | | | This, in theory, allows us to use libjpeg-turbo 1.5+ on both AltiVec and non-AltiVec systems.
* Fix logic in the rare case we're running 8-bit and have a cached full-size ↵Chris Young2016-07-081-2/+4
| | | | native BitMap but need a scaled one.
* Fix the caching logic now we've moved 8-bit scaling earlier in the codeChris Young2016-07-081-2/+4
|
* Use GuiGFX to scale 8-bit images rather than doing two separate operationsChris Young2016-07-081-7/+12
|
* Force friend BitMap usage at depths>8bppChris Young2016-07-081-17/+15
| | | | Fix logic so this forced usage actually applies
* restrict some more varsChris Young2016-07-081-8/+8
|
* Fix the signalling to the old session of NetSurf from the newly-launched one.Chris Young2016-07-033-5/+12
| | | | No idea how this ever worked previously, as it was sending commands to the ARexx server instead of NetSurf.
* Help gcc optChris Young2016-07-031-3/+3
|
* Fix specifying URLs on command lineChris Young2016-07-031-1/+1
|
* Attempt to help gcc out a littleChris Young2016-07-037-38/+47
|
* Use functions for determining throbber bitmap sizeChris Young2016-07-033-17/+27
|
* Handle closing windows and quitting from the menu differentlyChris Young2016-07-034-17/+22
|
* Remove ami_menu_toggle_checked globalChris Young2016-07-034-9/+31
|
* Ensure we aren't using a NULL native BitMap anywhereChris Young2016-07-022-23/+29
|
* Don't abort on startup if GuiGFX is not availableChris Young2016-07-022-7/+16
| | | | Most OS4 users won't need it, everybody else might like the opportunity of using NetSurf to download it :)
* Make Amiga SearchEngines file out of the global one plus our own additionsChris Young2016-07-013-23/+4
|
* move key press enums and operations to their own headerVincent Sanders2016-07-015-5/+5
|
* remove unecessary textinput header use from global history headerVincent Sanders2016-06-301-0/+1
|
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-291-1/+1
|
* Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal ↵Daniel Silverstone2016-06-271-2/+2
| | | | but better
* Remove old native build lines from makefileChris Young2016-06-251-34/+10
|
* Use libiconv instead of newlib's iconvChris Young2016-06-252-7/+13
| | | | | Requires invalid input to be explicitly ignored, as unlike newlib invalid characters are not replaced with '?' Fixes bug 2440
* Use charset from default Locale and store it in an option so we can (a) ↵Chris Young2016-06-255-51/+30
| | | | override and (b) get it without constantly looking it up
* NULL a couple of variablesChris Young2016-06-152-2/+2
|
* move the public form APIVincent Sanders2016-06-141-1/+1
|
* msplit public url database API out for frontendsVincent Sanders2016-06-134-7/+8
|
* Update content to split public and internal APIVincent Sanders2016-06-0620-67/+82
|
* Fix OS3 buildChris Young2016-06-022-0/+8
|
* Ensure variables are declared correctlyChris Young2016-06-0228-43/+56
|
* Make rxsig private to gui.cChris Young2016-06-023-7/+6
|
* Make arexx_obj private to arexx.cChris Young2016-06-023-8/+12
|
* Move some globals into gui.cChris Young2016-06-022-6/+11
|
* Make more drag-related global variables privateChris Young2016-06-014-8/+12
|
* Make ami_autoscroll private to drag.cChris Young2016-06-014-14/+14
|
* Rationalise gui_globals a bitChris Young2016-06-018-9/+18
|
* reduce core header usageVincent Sanders2016-06-0112-35/+68
|
* fix missing header for amiga warn user callVincent Sanders2016-05-312-5/+12
|
* move plotters header into public APIVincent Sanders2016-05-3010-10/+10
|
* move desktop window header into public APIVincent Sanders2016-05-3013-13/+13
|
* move mouse and pointer state header into public APIVincent Sanders2016-05-3018-18/+18
|
* move netsurf header into public APIVincent Sanders2016-05-301-1/+1
|
* move layout header into public APIVincent Sanders2016-05-302-2/+2
|
* move fetch header into public APIVincent Sanders2016-05-301-1/+1
|
* move misc header into public APIVincent Sanders2016-05-301-1/+1
|
* move utf8 header into public APIVincent Sanders2016-05-301-1/+1
|
* move download header into public APIVincent Sanders2016-05-301-1/+1
|
* move clipboard header into public APIVincent Sanders2016-05-301-1/+1
|
* move window header into public APIVincent Sanders2016-05-3023-23/+23
|
* move search header into public APIVincent Sanders2016-05-301-1/+1
|