summaryrefslogtreecommitdiff
path: root/frontends/amiga/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove pointless string copyChris Young2016-07-291-5/+1
|
* Make browserglob private to gui.cChris Young2016-07-091-3/+9
|
* tidy-upChris Young2016-07-091-5/+4
|
* Only set JSIMD_FORCENONE if it is not already setChris Young2016-07-091-1/+11
|
* Add missing filesChris Young2016-07-091-0/+1
|
* Force disable libjpeg-turbo's use of AltiVec if we don't have itChris Young2016-07-091-1/+1
| | | | NB: This var must be set when NetSurf is launched. The in-program setting is just a precaution in case the install script isn't run
* Set envvar to the correct valueChris Young2016-07-091-1/+1
|
* Move current user options path to an abstracted nsoptions_read/write functionChris Young2016-07-091-4/+4
|
* 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 the signalling to the old session of NetSurf from the newly-launched one.Chris Young2016-07-031-1/+2
| | | | No idea how this ever worked previously, as it was sending commands to the ARexx server instead of NetSurf.
* Fix specifying URLs on command lineChris Young2016-07-031-1/+1
|
* Attempt to help gcc out a littleChris Young2016-07-031-24/+28
|
* Use functions for determining throbber bitmap sizeChris Young2016-07-031-2/+2
|
* Handle closing windows and quitting from the menu differentlyChris Young2016-07-031-8/+6
|
* Remove ami_menu_toggle_checked globalChris Young2016-07-031-2/+1
|
* move key press enums and operations to their own headerVincent Sanders2016-07-011-1/+1
|
* Move fetcher_fdset to fetch.h (and rename to fetch_fdset). Maybe not ideal ↵Daniel Silverstone2016-06-271-2/+2
| | | | but better
* Use charset from default Locale and store it in an option so we can (a) ↵Chris Young2016-06-251-11/+21
| | | | override and (b) get it without constantly looking it up
* NULL a couple of variablesChris Young2016-06-151-1/+1
|
* msplit public url database API out for frontendsVincent Sanders2016-06-131-1/+2
|
* Update content to split public and internal APIVincent Sanders2016-06-061-14/+15
|
* Make rxsig private to gui.cChris Young2016-06-021-2/+3
|
* Make arexx_obj private to arexx.cChris Young2016-06-021-6/+3
|
* Move some globals into gui.cChris Young2016-06-021-2/+7
|
* Make more drag-related global variables privateChris Young2016-06-011-1/+1
|
* Make ami_autoscroll private to drag.cChris Young2016-06-011-3/+1
|
* reduce core header usageVincent Sanders2016-06-011-1/+1
|
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
|
* move mouse and pointer state header into public APIVincent Sanders2016-05-301-1/+1
|
* move netsurf header into public APIVincent Sanders2016-05-301-1/+1
|
* move fetch header into public APIVincent Sanders2016-05-301-1/+1
|
* move misc header into public APIVincent Sanders2016-05-301-1/+1
|
* move window header into public APIVincent Sanders2016-05-301-1/+1
|
* move image content handlers to accomodate core build changesVincent Sanders2016-05-231-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+5740