summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Improve bitmap plotter APIVincent Sanders2009-06-302-23/+18
* Remove debug codeChris Young2009-06-301-1/+0
* Re-enable the Use OS Pointers option as I have fixed the crash.Chris Young2009-06-301-1/+0
* Should be static, attempt to fix odd crash.Chris Young2009-06-301-5/+6
* Add a note about font stylesChris Young2009-06-281-8/+17
* Strip down the options file section. People should be using the GUI for ever...Chris Young2009-06-271-17/+5
* Set new installs to start on the Workbench screen, this can be changed from t...Chris Young2009-06-271-15/+1
* Don't update screen ModeID if it is 0, as it gets written in a format which N...Chris Young2009-06-271-3/+6
* Completed Amiga preferences GUI.Chris Young2009-06-272-136/+213
* Convert group and other label strings also to local charset. Free all the st...Chris Young2009-06-271-32/+120
* Export tab doneChris Young2009-06-262-1/+167
* Advanced tab all workingChris Young2009-06-261-1/+43
* Layout of Advanced tab done, does not set values or act on gadget clicksChris Young2009-06-253-1/+88
* Disable the anim speed gadget if anims themselves are disabled. Also disable...Chris Young2009-06-251-3/+18
* Cache tab done, missing history option added to the General tab.Chris Young2009-06-252-0/+68
* Fix the disappearing radio buttons. I don't know why this suddenly stopped w...Chris Young2009-06-241-1/+1
* Fonts tab done, another gadget type used, have nearly completed the set but l...Chris Young2009-06-242-4/+221
* Rendering tab in options all done, new option to improve the scale quality (b...Chris Young2009-06-234-2/+91
* Network tab done, pretty much identical to the gtk version.Chris Young2009-06-222-1/+214
* Make all the buttons on the first two options tabs work.Chris Young2009-06-213-22/+109
* Remove libc.so, libgcc.so and libpthread.so as these are present in the OS4.1...Chris Young2009-06-211-1/+2
* Disabled the OS pointers gadget, as apparently it does take effect immediatel...Chris Young2009-06-211-0/+1
* Added mouse pointer options to the Display tab, as they are probably better s...Chris Young2009-06-212-0/+34
* Display tab done, except for interconnection of gadgets and the screenmode an...Chris Young2009-06-212-4/+126
* General tab done, I've tried to keep the layout broadly similar to the GTK ve...Chris Young2009-06-212-6/+238
* Amiga Options GUI template code and a bonus "redraw" option in the menuChris Young2009-06-206-13/+196
* Revert accidental changeChris Young2009-06-201-1/+1
* Modify correct RastPortChris Young2009-06-201-2/+2
* Support option_font_defaultChris Young2009-06-201-2/+26
* Don't ask for a screenmode when one is not set unless we actually need it.Chris Young2009-06-202-19/+35
* If the extent changes, make sure the next redraw does the entire visible area,Chris Young2009-06-201-0/+1
* Actually return a value if the function requires it.Chris Young2009-06-191-6/+11
* Allow setting throbber speed in Theme definition fileChris Young2009-06-153-3/+24
* reset scroll values to reflect position for new contentChris Young2009-06-141-0/+2
* Ensure page fully updates when faster_scroll active and clicking on a link wi...Chris Young2009-06-041-0/+2
* Pass scroller position to ami_do_redraw_limits, this fixes gaps and overlaps ...Chris Young2009-06-033-40/+54
* Copy ChangeLog if it existsChris Young2009-06-031-1/+1
* Fix new pages not always rendering when using faster_scrollChris Young2009-06-031-1/+3
* SSL certificate verification stringsChris Young2009-06-012-14/+10
* Add link to Italian dirChris Young2009-06-011-0/+1
* Fix stupid error in the standalone/test codeChris Young2009-06-011-1/+1
* Basic SSL certificate verification, needs some work.Chris Young2009-05-311-0/+229
* Basic SSL certificate verification for Amiga versionChris Young2009-05-315-6/+10
* Don't fast scroll when the user is scrolling more than one window's worth in anyChris Young2009-05-311-0/+6
* set_scroll should only activate faster_scroll if it is set in the optionsChris Young2009-05-311-1/+3
* Fix minor problems with tab switchingChris Young2009-05-311-1/+2
* Fix faster_scrollChris Young2009-05-313-20/+21
* Fully clear clipregion, stops eg. only a little bit of images being shown if ...Chris Young2009-05-311-0/+5
* Check that p96AllocBitMap actually allocated a bitmap (fixes unsat bug#61)Chris Young2009-05-301-4/+6
* This really fixes the resize bug (#63)Chris Young2009-05-291-0/+2