summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove unused structure definitionVincent Sanders2009-06-301-11/+0
* 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
* Free path once we're finished with it.John Mark Bell2009-06-291-0/+1
* More minor changes from SamirChris Young2009-06-291-3/+3
* Use menu pointer image.Michael Drake2009-06-293-0/+6
* Don't act on press and release.Michael Drake2009-06-291-6/+10
* Make panning routine handle scrolling by more than viewport size. Fix gui_win...Michael Drake2009-06-291-156/+171
* Stop strange characters appearing in the URL bar when you press certain non-t...Michael Drake2009-06-281-0/+12
* Minor fixes from Samir HawamdehChris Young2009-06-281-15/+15
* Fix throbber not to show inactive frame during activity animation.Michael Drake2009-06-281-5/+0
* Make choices file "Choices-fb".Michael Drake2009-06-281-1/+1
* s/libnsfb-0/libnsfb/Michael Drake2009-06-281-1/+1
* Make framebuffer port use libnsfbVincent Sanders2009-06-2841-5000/+1045
* Updated Italian translation from Samir HawamdehChris Young2009-06-281-84/+84
* 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-277-136/+783
* Merged revisions 7764-7977,7979-8058 via svnmerge from John Mark Bell2009-06-2714-142/+1622
* 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
* Fix assert when replaced element has display:table;.Michael Drake2009-06-241-2/+4
* 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-207-14/+197
* NETSURF_USE_DRAW should apply to the Draw content handler only.John Mark Bell2009-06-208-5/+28
* 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
* Permit referer to propagate to https hosts from httpJohn Mark Bell2009-06-191-3/+17
* 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