2015-06-27 |
neil | - Handle multiple nodes having output volume control.
|
commit | commitdiff | tree |
2015-06-20 |
neil | Don't show unset volume creation dates (represented...
|
commit | commitdiff | tree |
2015-06-14 |
neil | - For volumes with unset creation dates, set the ticks...
|
commit | commitdiff | tree |
2015-06-14 |
neil | Allow multiple volumes with the same name if their...
|
commit | commitdiff | tree |
2015-06-14 |
neil | ACTION_RENAME_DISK fixes:
|
commit | commitdiff | tree |
2015-06-14 |
neil | Excluded charset.c from the build: it's unused except...
|
commit | commitdiff | tree |
2015-06-14 |
neil | Removed extraneous code from ACTION_FORMAT that prevented...
|
commit | commitdiff | tree |
2015-06-11 |
neil | If one of the FAT blocks can't be read, free already...
|
commit | commitdiff | tree |
2015-06-08 |
neil | Removed unnecessary AROS-specific code: this file is...
|
commit | commitdiff | tree |
2015-06-08 |
neil | Fixed .skip directives that weren't updated correctly...
|
commit | commitdiff | tree |
2015-06-07 |
neil | Don't pass non-BPTRs to AROS_BSTR_ADDR() etc. (note...
|
commit | commitdiff | tree |
2015-06-07 |
neil | - Implemented ACTION_FORMAT.
|
commit | commitdiff | tree |
2015-06-07 |
neil | Prevent access beyond end of root directory (FAT12...
|
commit | commitdiff | tree |
2015-05-31 |
neil | Fixed indentation.
|
commit | commitdiff | tree |
2015-05-29 |
neil | Fixed .skip statements that weren't adjusted when new...
|
commit | commitdiff | tree |
2015-05-29 |
neil | Removed .unusedlibbase for strtok(), which *does* use...
|
commit | commitdiff | tree |
2015-05-29 |
neil | Removed/merged a duplicate AutoDoc.
|
commit | commitdiff | tree |
2015-05-25 |
neil | Fixes to comments, AutoDocs and error messages.
|
commit | commitdiff | tree |
2015-05-25 |
neil | Added notes about use of FailAt and Quit in nested...
|
commit | commitdiff | tree |
2015-05-22 |
neil | Removed attempted manual opening of obsolete arosc...
|
commit | commitdiff | tree |
2015-05-22 |
neil | Made a counter that needs to hold negative values a...
|
commit | commitdiff | tree |
2015-05-19 |
neil | Added missing properties.
|
commit | commitdiff | tree |
2015-05-19 |
neil | Moved duplicate AutoDocs to central location.
|
commit | commitdiff | tree |
2015-05-19 |
neil | - Also use MUIA_List_Active instead of MUIA_Listview_Select...
|
commit | commitdiff | tree |
2015-05-19 |
neil | Watch listview's MUIA_List_Active attribute rather...
|
commit | commitdiff | tree |
2015-05-18 |
neil | Don't assume imsg is non-NULL (as per MUI docs).
|
commit | commitdiff | tree |
2015-05-18 |
neil | Refactored secret string handling. Now the plaintext...
|
commit | commitdiff | tree |
2015-05-18 |
neil | - Fixed potential memory leaks and use of freed memory.
|
commit | commitdiff | tree |
2015-05-17 |
neil | In build_with_configure, pass TARGET_OBJCOPY to the...
|
commit | commitdiff | tree |
2015-05-17 |
neil | Restored the inappropriately deleted x86 implementation of
|
commit | commitdiff | tree |
2015-05-14 |
neil | - Do a display-beep when a character is rejected because of
|
commit | commitdiff | tree |
2015-05-14 |
neil | Added a String subtab under the Text tab, with lots...
|
commit | commitdiff | tree |
2015-05-01 |
neil | Correction to r50008: a new function was inserted without...
|
commit | commitdiff | tree |
2015-04-24 |
neil | Fixed broken $Id$ tags.
|
commit | commitdiff | tree |
2015-04-24 |
neil | Fixed bad $Id$ tags.
|
commit | commitdiff | tree |
2015-04-21 |
neil | Renamed the MUI_PenSpec structure's 'ps_buf' field...
|
commit | commitdiff | tree |
2015-04-21 |
neil | - Fixed initialisation of MUIA_Colorfield_Pen.
|
commit | commitdiff | tree |
2015-04-21 |
neil | Changes to facilite testing of more of the Colorfield...
|
commit | commitdiff | tree |
2015-04-21 |
neil | - Divided the 'Color' tab into three subtabs: Palette...
|
commit | commitdiff | tree |
2015-04-20 |
neil | - Update the pen in OM_SET before calling the supermethod...
|
commit | commitdiff | tree |
2015-04-17 |
neil | Removed the unnecessary inner group: the list and scrollbar...
|
commit | commitdiff | tree |
2015-04-17 |
neil | Ensure new children of a group are disabled if their...
|
commit | commitdiff | tree |
2015-04-12 |
neil | Cast to 'LONG' instead of 'signed', to avoid uncertainty...
|
commit | commitdiff | tree |
2015-04-11 |
neil | Merged vps and vps2 configs. All ABIv1 will now be...
|
commit | commitdiff | tree |
2015-04-07 |
neil | - Pass all tags to the super-constructor. Now Listviews...
|
commit | commitdiff | tree |
2015-04-07 |
neil | MUIM_List_TestPos now treats the last column as extending...
|
commit | commitdiff | tree |
2015-04-07 |
neil | - Assume the left/select mouse button has been released...
|
commit | commitdiff | tree |
2015-04-07 |
neil | - Disable single-column listviews when double-clicked...
|
commit | commitdiff | tree |
2015-04-04 |
neil | Enable mungwall during runtime tests.
|
commit | commitdiff | tree |
2015-04-04 |
neil | Call "Avail FLUSH" as part of runtime tests.
|
commit | commitdiff | tree |
2015-03-28 |
neil | - Round up modification time to the next even second...
|
commit | commitdiff | tree |
2015-03-26 |
neil | Fixed apparent use of the wrong version of strip.
|
commit | commitdiff | tree |
2015-03-19 |
neil | Fixes to comments.
|
commit | commitdiff | tree |
2015-03-19 |
neil | - Made memSize argument an IPTR (like other memory...
|
commit | commitdiff | tree |
2015-03-18 |
neil | Graphics memory is now dynamically "stolen" from system...
|
commit | commitdiff | tree |
2015-03-13 |
neil | - Made MUIA_Colorfield_Pen settable (an undocumented...
|
commit | commitdiff | tree |
2015-03-11 |
neil | Tabs to spaces.
|
commit | commitdiff | tree |
2015-03-11 |
neil | A buffer variable wasn't dereferenced in two similar...
|
commit | commitdiff | tree |
2015-03-11 |
neil | The library buffer variable 'l' wasn't dereferenced...
|
commit | commitdiff | tree |
2015-03-11 |
neil | Incorrect masks and shifts were used when extracting...
|
commit | commitdiff | tree |
2015-03-08 |
neil | Get icon from "ENVARC:" (default icons are no longer...
|
commit | commitdiff | tree |
2015-03-08 |
neil | Fixed year.
|
commit | commitdiff | tree |
2015-03-08 |
neil | Added a tab for the boot entry's module list. Modules...
|
commit | commitdiff | tree |
2015-02-25 |
neil | Include output of runtime tests in build log, and delete...
|
commit | commitdiff | tree |
2015-02-24 |
neil | Fixed the AutoDoc's second example.
|
commit | commitdiff | tree |
2015-02-23 |
neil | Colorwheel fixed-point maths changes:
|
commit | commitdiff | tree |
2015-02-23 |
neil | Comment fixes: typos and spacing.
|
commit | commitdiff | tree |
2015-02-22 |
neil | Added tests/exec/allocmem automatic test.
|
commit | commitdiff | tree |
2015-02-22 |
neil | Indicate success/failure through the return code.
|
commit | commitdiff | tree |
2015-02-09 |
neil | Only toggle MUIA_Listview_SelectChange if selections...
|
commit | commitdiff | tree |
2015-02-09 |
neil | Bumped revision (forgotten in last commit).
|
commit | commitdiff | tree |
2015-02-09 |
neil | Don't use WA_InnerWidth and WA_InnerHeight to specify...
|
commit | commitdiff | tree |
2015-01-29 |
neil | Added test pictures for bmp.datatype. All of these...
|
commit | commitdiff | tree |
2015-01-29 |
neil | - Added support for standard 32-bit images.
|
commit | commitdiff | tree |
2015-01-29 |
neil | Made mask stricter by matching upper zero bytes of...
|
commit | commitdiff | tree |
2015-01-28 |
neil | Added support for standard 16-bit images.
|
commit | commitdiff | tree |
2015-01-28 |
neil | Disabled debug output.
|
commit | commitdiff | tree |
2015-01-28 |
neil | Fixed a typo.
|
commit | commitdiff | tree |
2015-01-28 |
neil | Fixed a typo.
|
commit | commitdiff | tree |
2015-01-28 |
neil | Fixed a typo.
|
commit | commitdiff | tree |
2015-01-28 |
neil | Fixed a typo.
|
commit | commitdiff | tree |
2015-01-27 |
neil | Zero in the color count field means calculate it based...
|
commit | commitdiff | tree |
2015-01-26 |
neil | - Fixed a regression in decoding 8-bit images (introduced...
|
commit | commitdiff | tree |
2015-01-02 |
neil | Bumped project copyright year.
|
commit | commitdiff | tree |
2015-01-02 |
neil | Bumped project copyright year.
|
commit | commitdiff | tree |
2014-12-25 |
neil | - Print out an error when the stack for a command...
|
commit | commitdiff | tree |
2014-12-23 |
neil | On some machines (e.g. the Acer AspireOne A110), the...
|
commit | commitdiff | tree |
2014-12-22 |
neil | Documented the 'll' and 'L' 64-bit size qualifiers...
|
commit | commitdiff | tree |
2014-12-22 |
neil | Reverted deallocation of existing "new" FD (introduced...
|
commit | commitdiff | tree |
2014-12-18 |
neil | Replaced zero timeouts for WaitForChar() with very...
|
commit | commitdiff | tree |
2014-12-18 |
neil | Removed the incorrect advice that a zero timeout waits...
|
commit | commitdiff | tree |
2014-12-09 |
neil | Added a new GNU mirror, as ftp.cise.ufl.edu is currently...
|
commit | commitdiff | tree |
2014-12-02 |
neil | Use a UBYTE rather than a BYTE for the buffer passed...
|
commit | commitdiff | tree |
2014-12-02 |
neil | Convert each character to an unsigned value before...
|
commit | commitdiff | tree |
2014-12-01 |
neil | Bale out early from PS/2 mouse detection if an incorrect...
|
commit | commitdiff | tree |
2014-11-30 |
neil | Corrected module name.
|
commit | commitdiff | tree |
2014-11-28 |
neil | ACTION_SET_FILE_SIZE: also return the right size if...
|
commit | commitdiff | tree |
2014-11-28 |
neil | - Ignore any volume/device name in paths given as...
|
commit | commitdiff | tree |
2014-11-27 |
neil | - Wrap change of entries in an InitChange/ExitChange...
|
commit | commitdiff | tree |
2014-11-19 |
neil | Bumped revision and date; removed unnecessary check...
|
commit | commitdiff | tree |