summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
...
* Move download overwrite warning requester to misc.cChris Young2012-12-083-18/+25
|
* Respond to Ctrl-C by immediately quitting. TCP/IP stack exit expects this.Chris Young2012-12-071-1/+7
|
* Allow the size of the web search gadget to be user-setChris Young2012-12-063-1/+5
|
* Avoid NULL pointer accessChris Young2012-12-051-1/+1
|
* Set the newly-created hotlist dirs to be "retain in memory" otherwise ↵Chris Young2012-12-011-2/+2
| | | | NetSurf crashes on hotlist cleanup.
* Don't need to attempt to free on remove, as the only entry point has already ↵Chris Young2012-12-011-2/+0
| | | | done this.
* Attempt to do some re-layout if the toolbar is added after the window opens.Chris Young2012-12-011-1/+6
|
* Update documentationChris Young2012-12-011-2/+1
|
* Make hotlist toolbar actually workChris Young2012-12-011-10/+11
|
* DebugChris Young2012-11-291-5/+8
|
* Make hotlist toolbar work and update (only updates on hotlist window close ↵Chris Young2012-11-294-4/+105
| | | | currently)
* Create "menu" and "toolbar" directories in the hotlist if they don't exist ↵Chris Young2012-11-291-1/+36
| | | | on startup
* Improve the look of the hotlist toolbarChris Young2012-11-282-1/+11
|
* Hotlist toolbar needs to be ABOVE the tab barChris Young2012-11-281-4/+4
|
* Don't force a redraw after adding the toolbar, because we (currently) only ↵Chris Young2012-11-281-3/+0
| | | | add it immediately at window creation.
* Actually show the toolbar. It looks awful.Chris Young2012-11-281-0/+8
|
* Create a toolbar from the "Toolbar" folder within the hotlist. Note: makes ↵Chris Young2012-11-282-1/+91
| | | | no attempt to either free the toolbar or make the toolbar work.
* Fix the display of the drag save iconChris Young2012-11-111-15/+15
|
* These were allocated with c lib functions, not AllocVecChris Young2012-11-111-5/+5
|
* Fix options GUI cleanup (credit: Gazelle)Chris Young2012-11-111-5/+5
|
* Pass UTF-8 text length for conversionChris Young2012-11-101-3/+1
|
* Remove libxmlJohn-Mark Bell2012-11-103-6/+6
|
* Remove font_unicode_list - font_unicode is a list now.Chris Young2012-11-083-14/+3
|
* Remove the fallback font options from the prefs GUI; it isn't really needed ↵Chris Young2012-11-081-33/+1
| | | | now we have the font scanner and any advanced tweaking needs to be actioned through the Choices file anyway (the GUI would need a lot of work to add all the new options)
* Fix crash when fallback font is not set and NetSurf was unable to find ↵Chris Young2012-11-081-8/+8
| | | | anything suitable on startup.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-11-071-1/+0
|\
| * Fix font_scan crash (credit: Gazelle)Chris Young2012-11-071-1/+0
| |
* | Remove extraneous debugChris Young2012-11-071-5/+1
|/
* noisy debugChris Young2012-11-061-0/+4
|
* Fix missing includes.John-Mark Bell2012-11-031-0/+2
|
* Port save complete to libdom.John-Mark Bell2012-11-034-150/+32
|
* Fix up amiga/iff_dr2d.c with svgtiny using libdom nowDaniel Silverstone2012-11-031-2/+2
|
* Merge Vincent's Javascript work onto masterDaniel Silverstone2012-11-031-4/+0
|\
| * Ensure that we turn on JS sources if either of USE_JS or USE_MOZJS is triggeredDaniel Silverstone2012-11-021-4/+0
| |
* | Remove languages that only have messages filesRob Kendrick (fatigue)2012-11-031-1/+1
| |
* | Create split messages files earlierRob Kendrick (fatigue)2012-11-031-1/+1
| |
* | Have FatMessages macro mkdir -p the destination directory, and have Amiga ↵Rob Kendrick (fatigue)2012-11-031-1/+1
| | | | | | | | front end use macro
* | Fix a serious crash that occurs if the underlying window is closed during a ↵Chris Young2012-10-313-2/+19
| | | | | | | | hook function invoked from it.
* | Make it a bit more obvious what is happening, as AutoInstall/CopyStore won't ↵Chris Young2012-10-311-0/+2
| | | | | | | | give us a progress bar.
* | Fix AutoInstallChris Young2012-10-311-26/+3
| |
* | Drop the two different names for the executableChris Young2012-10-311-9/+2
| |
* | Dispose the DT object once we've finished converting it to a bitmap.Chris Young2012-10-301-2/+6
| |
* | More useful DataTypes image titleChris Young2012-10-281-8/+36
| |
* | Avoid creating the DT object multiple timesChris Young2012-10-281-35/+42
| |
* | Now the graphics.library plotters are feature-complete, use them by default.Chris Young2012-10-242-2/+2
|/
* Greatly increase the space allocated for Area-operation vector storage. The ↵Chris Young2012-10-231-2/+7
| | | | SVG tiger is now rendering correctly with graphics.library plotting only (no Cairo)
* Log Area* function errorsChris Young2012-10-231-10/+15
|
* graphics.library path plotter initial codeChris Young2012-10-231-16/+114
|
* graphics.library arc plotterChris Young2012-10-231-3/+30
|
* Don't set outline pen - this is what makes AreaFill outline the filled area, ↵Chris Young2012-10-221-14/+0
| | | | which we categorically do not want to happen.