Timeline
2011-01-11:
- 23:47 Changeset [21554] by
- Fixed broken indentation.
- 22:30 Ticket #29 (WINXP version to SP3) created by
- There was some chatter on OS2World about updating the reported version of …
- 13:48 Ticket #28 (smp hangs) created by
- odin tends to hang the active process when a odinized app is terminated. …
- 02:59 Ticket #27 (Add the "BroadcastSystemMessageA" function to User32.dll) closed by
- fixed: Committed revision 21553.
- 02:58 Changeset [21553] by
- Add the "BroadcastSystemMessageA" function to User32.dll Ticket #27
- 01:06 Ticket #27 (Add the "BroadcastSystemMessageA" function to User32.dll) created by
- Add the "BroadcastSystemMessageA" function to User32.dll
- 00:12 Changeset [21552] by
- Ticket #25 WSALookupServiceBeginA and W stubs.
2011-01-10:
- 23:50 Changeset [21551] by
- Ticket #26 allow wrc to build for Open Watcom.
- 23:42 Ticket #26 (OpenWatcom build) created by
- I did some work with Michal Necasek to get Odin to build with Open Watcom. …
- 23:35 Ticket #25 (Get Pidgin to work under Odin) created by
- Attempt to get Pidgin to work under Odin. If Pidgin works then possibly …
- 23:12 WikiStart edited by
- SVN Information (diff)
2011-01-09:
- 23:42 Changeset [21550] by
- minivcrt: Use the own version of _fullpath() instead of the kLIBC one …
- 17:54 Changeset [21549] by
- kernel32: Fixed debug output in GetFullPathName?*.
2011-01-08:
- 13:51 Changeset [21548] by
- os2wrap2.h: Added BM_, LM_ and MM_ constants. Fixed incorrect redefinition …
- 13:41 Changeset [21547] by
- os2wrap2.h: Added wrappers for ERROR_, OBJ_ and PAG_ constants. Placed the …
2011-01-07:
- 14:21 Ticket #24 (Input of umlauts (å, ä , ö) sometimes does not work) closed by
- fixed: Good. Closing.
- 13:37 Changeset [21546] by
- testapp: gui/input: Build Unicode and Ascii executables and add Latin and …
- 13:36 Changeset [21545] by
- testapp: common.mak: Added source- and target-specific CFLAGS support …
- 01:51 Changeset [21544] by
- user32: Fixed incorrect code page translation of window title text (seen …
- 01:01 Changeset [21543] by
- user32: Do not change the code page of the main PM thread as Odin may be …
2011-01-06:
- 21:20 Ticket #24 (Input of umlauts (å, ä , ö) sometimes does not work) created by
- A user reports (http://svn.netlabs.org/java/ticket/41) that he cannot …
- 12:34 Changeset [21542] by
- minivcrt: Fixed _fullpath() which could implicitly change the current …
2011-01-04:
- 16:59 Ticket #23 (odininst crashes reproducibly in kernel32.dll) created by
- Release build 31.12.2010 […]
2010-12-29:
- 23:46 Changeset [21541] by
- odinbuild: Bumped build number to 21541.
- 23:45 Changeset [21540] by
- Updated changelog.
- 16:14 Changeset [21539] by
- testapp: Added fontlist testcase.
- 16:13 Changeset [21538] by
- odincrt: Small code cleanup.
- 16:11 Changeset [21537] by
- kernel32: When checking for TZ, use RegOpenKey? instead of RegCreateKey? to …
2010-12-28:
- 00:13 Ticket #22 (pe.exe and pec.exe do not work when built with vac365) created by
- Pe.exe, pec.exe and I think pe2lx.exe do not work when built with vac365. …
2010-12-27:
- 23:48 Ticket #21 (cleanall fails) closed by
- fixed: Committed revision 21536
- 23:48 Changeset [21536] by
- Ticket #21 add cleanall to makefile rules to prevent cleanall failing at …
- 23:46 Ticket #21 (cleanall fails) created by
- Cleanall fails when it hits msvcrt. Index: makefile …
2010-12-23:
- 07:01 Ticket #20 (Derive TimeZoneInformation from TZ) closed by
- fixed: Done in r21535. Tested for Russian and Central European time zones. Note …
- 06:54 Changeset [21535] by
- Deduce Windows Time Zone information from the TZ environment variable.
- 04:15 Changeset [21534] by
- regapi.exe: Fixed string concatenation with '\'.
- 04:03 Changeset [21533] by
- common.mak: Added possibility to add more than one source dependency to …
- 04:02 Changeset [21532] by
- regapi.exe: Fixed build.
- 04:02 Changeset [21531] by
- regapi.exe: Made it work with REGEDIT4 files generated by regedit2.exe on …
2010-12-21:
- 16:09 Ticket #20 (Derive TimeZoneInformation from TZ) created by
- Odin does not use TZ to define the Windows time zone …
- 01:42 Changeset [21530] by
- Added gui/input testcase.
- 01:40 Changeset [21529] by
- Fixed completely broken national (non-Latin1) character input in Odin. …
- 01:34 Changeset [21528] by
- odincrt: Doesn't seem to define odin_printf(), remove from declarations.
- 01:32 Changeset [21527] by
- user32: Fixed: GetMessage/PeekMessage? could fail if filter was specified.
2010-12-17:
- 16:22 Changeset [21526] by
- winbase.h: Added missing INVALID_FILE_SIZE define.
2010-12-16:
- 03:02 Ticket #6 (Change compiler to gcc) closed by
- duplicate: It's not really that independent, see #19. Closing this one in favor of it …
- 03:00 Ticket #19 (Move to GCC) created by
- It makes sense to build the whole Odin with the latest GCC 4.x. Among …
2010-12-14:
- 18:56 Changeset [21525] by
- kernel32: Fixed: GetFileInformation?() would fail with ERROR_ACCESS_DEINIED …
2010-12-11:
- 00:11 Changeset [21524] by
- Fixed: GetObjectType?() on DC handles would return wrong values.
2010-12-10:
- 21:23 Ticket #18 (SetWindowSubclass API is broken.) created by
- Odin provides support for the new XP-style window subclassing API (details …
- 17:09 Changeset [21523] by
- Fixed INLINE: GCC always generates non-inline bodies for pure inline …
- 13:25 Ticket #17 (unresolved external for gdi32.dll) closed by
- wontfix: Michael, thanks for your report! Looks like you are using a wrong …
2010-12-08:
- 20:42 Ticket #17 (unresolved external for gdi32.dll) created by
- Ilink reports unresolved external when linking gdi32.dll. So please add …
2010-12-07:
- 17:39 Changeset [21522] by
- Fixed MAKEINTRESOURCE declaration.
- 14:44 Changeset [21521] by
- Surround C defs with extern "C".
- 14:44 Changeset [21520] by
- Prevent underscore in GUID_NULL on EMX.
- 13:49 Changeset [21519] by
- Added the threads test app.
- 13:49 Changeset [21518] by
- Added the threads test app.
- 13:48 Changeset [21517] by
- Removed generation of special EMX versions of libwrap* libraries …
- 13:46 Changeset [21516] by
- Added --use-oldlib configure option that selects the old LIB tool for …
- 13:41 Changeset [21515] by
- Prevent underscore in GUID constants on EMX.
2010-12-06:
- 21:26 Changeset [21514] by
- Added SHCOLSTATEF typedef.
- 21:20 Changeset [21513] by
- Renamed LR_VGA_COLOR to LR_VGACOLOR.
- 17:24 Changeset [21512] by
- Aligned the STRRET definition and made it available through shlwapi.h and …
- 16:52 Changeset [21511] by
- Added PICONINFO definition.
- 15:13 Ticket #16 (Add xsystray support) created by
- Odin32 already supports the SystTray? eCenter plugin by MadInt? however we …
- 15:11 Changeset [21510] by
- Added PNOTIFYICONDATA definition.
2010-12-03:
- 18:40 Changeset [21509] by
- Reverted r21470 as Win2000 better corresponds to the level of the …
- 18:31 Changeset [21508] by
- Fixed CFSTR_ definitions in UNICODE mode.
- 18:23 Changeset [21507] by
- Added a bunch of CDS_ constants.
- 18:09 Changeset [21506] by
- minivcrt: Added a bunch of *wprintf() functions.
- 15:29 Changeset [21505] by
- Fixed T() definition in UNICODE mode.
- 15:20 Changeset [21504] by
- Added _i64tot, _l64tot and _ul64tot definitions.
- 15:16 Changeset [21503] by
- GETTEXTEX::lpUsedDefaultChar should be lpUsedDefChar according to Win32 …
- 13:58 Changeset [21502] by
- Added support for mouse wheel messages to mouse_event() and SendInput?() …
- 12:10 Changeset [21501] by
- minivcrt: Added MSVC-like wcstok() because the POSIX one has a different …
- 12:03 Changeset [21500] by
- minivcrt: Added min and max macros.
2010-12-02:
- 17:07 Changeset [21499] by
- minivcrt: Added non-unserscored variants for _wcsdup and friends …
- 17:06 Changeset [21498] by
- Added missing PSHORT and PUSHORT.
- 15:16 Changeset [21497] by
- Reverted r21496 (CDN_INCLUDEITEM is not actually supported by Odin32).
- 03:10 Changeset [21496] by
- Added CDN_INCLUDEITEM.
- 01:21 Changeset [21495] by
- In a modern Win32 SDK HCURSOR is the same as HICON.
- 01:19 Changeset [21494] by
- Fixed broken build after r21492 by sorting out a huuuuge wagon of …
- 01:18 Changeset [21493] by
- Fixed broken build after r21492 by sorting out a huuuuge wagon of …
2010-12-01:
- 19:45 Changeset [21492] by
- objbase.h: Include rpc.h for compaitibility with Win32.
- 13:31 Changeset [21491] by
- (z)mouse.h: Added support for UNICODE mode.
- 02:35 Changeset [21490] by
- minivcrt: Added swprintf and swscanf.
2010-11-30:
- 01:44 Changeset [21489] by
- Added TLS_OUT_OF_INDEXES.
2010-11-29:
- 23:29 Changeset [21488] by
- windows.h: Don't define CINTERFACE globally when compiling on GCC.
- 21:58 Changeset [21487] by
- Removed dd_obj_base.h unnecessary after 21479.
- 17:57 Changeset [21486] by
- obj_base.h: Make sure API is always declared as extern "C" (which it …
- 14:18 Changeset [21485] by
- ddraw.h: winbase.h is needed by winnt.h.
- 14:14 Changeset [21484] by
- obj_base.h: Typedef for structs isn't necessary in C++ mode.
- 14:07 Changeset [21483] by
- ddraw: Don't define CINTERFACE twice.
2010-11-27:
- 11:37 Changeset [21482] by
- testapp/make: Fix debug-* targets.
- 11:36 Changeset [21481] by
- iplog: No need in unistd.h (which conflicts with the LIBC one).
- 11:34 Changeset [21480] by
- iphlpapi: Network interfaces whose names we didn't recognize should be …
- 11:27 Changeset [21479] by
- Get rid of dd_obj_base.h which duplicates obj_base.h creating unnecessary …
- 11:12 Changeset [21478] by
- Do not define TCHAR twice.
2010-11-26:
- 15:50 Changeset [21477] by
- Don't undefine DECLARE_HANDLE as it is sometimes used in client code.
2010-11-16:
- 23:38 Changeset [21476] by
- testapp: Improved SEH/except test case.
- 23:35 Changeset [21475] by
- testapp: Added longjmp test case to test longjmp() within try.
2010-11-14:
- 00:50 Ticket #15 (Add own setjmp()/longjmp()) created by
- The normal OS/2 LIBC version of setjmp() memorizes the current (top) …
- 00:41 Changeset [21474] by
- kernel32/SEH: Added support for setjmp()/longjmp() within the try block. …
- 00:29 Changeset [21473] by
- kernel32: Do not attempt to dereference a certainly invalid pointer in the …
2010-11-11:
- 13:19 Changeset [21472] by
- kernel32: Allow FILE_MAP_READ access for PAGE_WRITECOPY mappings. Fixes …
Note: See TracTimeline
for information about the timeline view.
