summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Start commenting plotter functions.Michael Drake2008-09-151-7/+36
* Update source directory info.Michael Drake2008-09-151-4/+7
* Fix schedule_run so it doesn't occur outside gui_poll.Chris Young2008-09-131-3/+1
* Improved throbber, works independently on multiple windows, stops when it sho...Chris Young2008-09-133-17/+94
* Added ability to load toolbar images from a different path.Chris Young2008-09-111-15/+55
* Basic throbber support code. The throbber is shared between windows and must beChris Young2008-09-113-3/+35
* Move where WARNFLAGS is set up so that we actually get warnings. Ahem, there'...Daniel Silverstone2008-09-101-8/+10
* Disabled the new scheduler by default as it is more unstable than I thought :(Chris Young2008-09-092-10/+21
* Enable dumping of DOM treeJohn Mark Bell2008-09-084-1799/+2736
* New mouse pointer images by Martin Merz (Mason)Chris Young2008-09-086-94/+175
* Scheduled events now signal when the scheduled time has passed.Chris Young2008-09-084-17/+78
* Ensure we actually use the FNV offset basis rather than the prime, for initia...Daniel Silverstone2008-09-081-1/+1
* Revert r5282 -- it's now redundant.John Mark Bell2008-09-071-35/+0
* Super-noisy logging. Do not use this build. Thanks.John Mark Bell2008-09-071-0/+35
* Fix Amiga bitmap_get_bpp to be same as others. (It's bytes per pixel, not bit...Michael Drake2008-09-074-38/+41
* Support for dragging in files (for file upload forms etc)Chris Young2008-09-072-11/+121
* Add param comments to layout_block_find_dimensions.Michael Drake2008-09-071-0/+4
* Comment css_len2{pt|px} functions and wrap to 80 chars.Michael Drake2008-09-061-6/+24
* Add comments and change height attribute handling on TR to only alter the hei...Michael Drake2008-09-052-10/+19
* Much more efficient message handling/input loops, allows me to raise task pri...Chris Young2008-09-042-33/+75
* Added support code to allow CSET chunks to be read from clipboard IFF FTXT andChris Young2008-09-034-1/+63
* Moved menu selection code to menu.cChris Young2008-09-035-184/+287
* Simple pointer imagery (hopefully temporary)Chris Young2008-09-014-1/+52
* Add shift and ctrl click support, set file comments to url.Chris Young2008-09-012-9/+35
* Basic user-configurable pointer image support.Chris Young2008-08-313-9/+132
* Addition of strings used by the Amiga UI.Chris Young2008-08-311-3/+60
* Menu tidy-up, string correction and swap of Source and Text in the save/expor...Chris Young2008-08-312-14/+14
* Option to stop iframes popping up in new windowsChris Young2008-08-301-2/+8
* 401 authentication/login support.Chris Young2008-08-305-25/+241
* Added support for scaling bitmaps, filled polygons, filled circles and clipping.Chris Young2008-08-303-81/+174
* Experimental font code to plot Unicode text.Chris Young2008-08-302-7/+178
* Removed some debug which was supposed to be temporary.Chris Young2008-08-291-4/+0
* Removed dependency on codesets.libraryChris Young2008-08-273-63/+16
* The status bar is now a single GtkStatusbar instead of a hpane'd label and (e...Mike Lester2008-08-272-143/+93
* Fix BeOS build. We don't handle tabs yet though.François Revel2008-08-262-2/+2
* Improved text reflow moreChris Young2008-08-261-12/+31
* Looks like I mis-remembered the API here.John Mark Bell2008-08-261-6/+12
* Corrected english-british entry.Chris Young2008-08-261-1/+1
* Potential fix for requester.class crash on startup on some systems.Chris Young2008-08-261-2/+2
* Work on local charset encoded strings for improved layout.Chris Young2008-08-261-7/+25
* Added PDF export to Amiga port.Chris Young2008-08-267-22/+152
* Prevent iconv() being passed an empty string in utf8_convert()Chris Young2008-08-261-0/+11
* Don't draw scrollbars on the BOX_TABLEs.Michael Drake2008-08-251-6/+7
* Moved Amiga menu code into separate file.Chris Young2008-08-256-67/+248
* Include Amiga-specific optionsChris Young2008-08-253-1/+45
* Possibly fix BeOS / AmigaOS layout assert on line 190 for particular pages.Michael Drake2008-08-241-2/+2
* Fix gui_browser_window_create and browser_window_create functions for new new...Chris Young2008-08-241-4/+6
* More style guide formatting and tidy up.Michael Drake2008-08-246-49/+85
* Main window has a vertical scrollbar. Maybe we need to make this get set in t...Michael Drake2008-08-241-5/+5
* Fix get_frame to correctly catch up with current frame. Thanks to dynis.Michael Drake2008-08-241-1/+4