Timeline
Dec 16, 2010:
- 3:02 AM Ticket #6 (Change compiler to gcc) closed by
- duplicate: It's not really that independent, see #19. Closing this one in favor …
- 3:00 AM Ticket #19 (Move to GCC) created by
- It makes sense to build the whole Odin with the latest GCC 4.x. Among …
Dec 14, 2010:
- 6:56 PM Changeset [21525] by
- kernel32: Fixed: GetFileInformation() would fail with …
Dec 11, 2010:
- 12:11 AM Changeset [21524] by
- Fixed: GetObjectType() on DC handles would return wrong values.
Dec 10, 2010:
- 9:23 PM Ticket #18 (SetWindowSubclass API is broken.) created by
- Odin provides support for the new XP-style window subclassing API …
- 5:09 PM Changeset [21523] by
- Fixed INLINE: GCC always generates non-inline bodies for pure inline …
- 1:25 PM Ticket #17 (unresolved external for gdi32.dll) closed by
- wontfix: Michael, thanks for your report! Looks like you are using a wrong …
Dec 8, 2010:
- 8:42 PM Ticket #17 (unresolved external for gdi32.dll) created by
- Ilink reports unresolved external when linking gdi32.dll. So please …
Dec 7, 2010:
- 5:39 PM Changeset [21522] by
- Fixed MAKEINTRESOURCE declaration.
- 2:44 PM Changeset [21521] by
- Surround C defs with extern "C".
- 2:44 PM Changeset [21520] by
- Prevent underscore in GUID_NULL on EMX.
- 1:49 PM Changeset [21519] by
- Added the threads test app.
- 1:49 PM Changeset [21518] by
- Added the threads test app.
- 1:48 PM Changeset [21517] by
- Removed generation of special EMX versions of libwrap* libraries …
- 1:46 PM Changeset [21516] by
- Added --use-oldlib configure option that selects the old LIB tool for …
- 1:41 PM Changeset [21515] by
- Prevent underscore in GUID constants on EMX.
Dec 6, 2010:
- 9:26 PM Changeset [21514] by
- Added SHCOLSTATEF typedef.
- 9:20 PM Changeset [21513] by
- Renamed LR_VGA_COLOR to LR_VGACOLOR.
- 5:24 PM Changeset [21512] by
- Aligned the STRRET definition and made it available through shlwapi.h …
- 4:52 PM Changeset [21511] by
- Added PICONINFO definition.
- 3:13 PM Ticket #16 (Add xsystray support) created by
- Odin32 already supports the SystTray eCenter plugin by MadInt however …
- 3:11 PM Changeset [21510] by
- Added PNOTIFYICONDATA definition.
Dec 3, 2010:
- 6:40 PM Changeset [21509] by
- Reverted r21470 as Win2000 better corresponds to the level of the …
- 6:31 PM Changeset [21508] by
- Fixed CFSTR_ definitions in UNICODE mode.
- 6:23 PM Changeset [21507] by
- Added a bunch of CDS_ constants.
- 6:09 PM Changeset [21506] by
- minivcrt: Added a bunch of *wprintf() functions.
- 3:29 PM Changeset [21505] by
- Fixed T() definition in UNICODE mode.
- 3:20 PM Changeset [21504] by
- Added _i64tot, _l64tot and _ul64tot definitions.
- 3:16 PM Changeset [21503] by
- GETTEXTEX::lpUsedDefaultChar should be lpUsedDefChar according to …
- 1:58 PM Changeset [21502] by
- Added support for mouse wheel messages to mouse_event() and …
- 12:10 PM Changeset [21501] by
- minivcrt: Added MSVC-like wcstok() because the POSIX one has a …
- 12:03 PM Changeset [21500] by
- minivcrt: Added min and max macros.
Dec 2, 2010:
- 5:07 PM Changeset [21499] by
- minivcrt: Added non-unserscored variants for _wcsdup and friends …
- 5:06 PM Changeset [21498] by
- Added missing PSHORT and PUSHORT.
- 3:16 PM Changeset [21497] by
- Reverted r21496 (CDN_INCLUDEITEM is not actually supported by Odin32).
- 3:10 AM Changeset [21496] by
- Added CDN_INCLUDEITEM.
- 1:21 AM Changeset [21495] by
- In a modern Win32 SDK HCURSOR is the same as HICON.
- 1:19 AM Changeset [21494] by
- Fixed broken build after r21492 by sorting out a huuuuge wagon of …
- 1:18 AM Changeset [21493] by
- Fixed broken build after r21492 by sorting out a huuuuge wagon of …
Dec 1, 2010:
- 7:45 PM Changeset [21492] by
- objbase.h: Include rpc.h for compaitibility with Win32.
- 1:31 PM Changeset [21491] by
- (z)mouse.h: Added support for UNICODE mode.
- 2:35 AM Changeset [21490] by
- minivcrt: Added swprintf and swscanf.
Nov 30, 2010:
- 1:44 AM Changeset [21489] by
- Added TLS_OUT_OF_INDEXES.
Nov 29, 2010:
- 11:29 PM Changeset [21488] by
- windows.h: Don't define CINTERFACE globally when compiling on GCC.
- 9:58 PM Changeset [21487] by
- Removed dd_obj_base.h unnecessary after 21479.
- 5:57 PM Changeset [21486] by
- obj_base.h: Make sure API is always declared as extern "C" (which it …
- 2:18 PM Changeset [21485] by
- ddraw.h: winbase.h is needed by winnt.h.
- 2:14 PM Changeset [21484] by
- obj_base.h: Typedef for structs isn't necessary in C++ mode.
- 2:07 PM Changeset [21483] by
- ddraw: Don't define CINTERFACE twice.
Nov 27, 2010:
- 11:37 AM Changeset [21482] by
- testapp/make: Fix debug-* targets.
- 11:36 AM Changeset [21481] by
- iplog: No need in unistd.h (which conflicts with the LIBC one).
- 11:34 AM Changeset [21480] by
- iphlpapi: Network interfaces whose names we didn't recognize should be …
- 11:27 AM Changeset [21479] by
- Get rid of dd_obj_base.h which duplicates obj_base.h creating …
- 11:12 AM Changeset [21478] by
- Do not define TCHAR twice.
Nov 26, 2010:
- 3:50 PM Changeset [21477] by
- Don't undefine DECLARE_HANDLE as it is sometimes used in client code.
Nov 16, 2010:
- 11:38 PM Changeset [21476] by
- testapp: Improved SEH/except test case.
- 11:35 PM Changeset [21475] by
- testapp: Added longjmp test case to test longjmp() within try.
Nov 14, 2010:
- 12:50 AM Ticket #15 (Add own setjmp()/longjmp()) created by
- The normal OS/2 LIBC version of setjmp() memorizes the current (top) …
- 12:41 AM Changeset [21474] by
- kernel32/SEH: Added support for setjmp()/longjmp() within the try …
- 12:29 AM Changeset [21473] by
- kernel32: Do not attempt to dereference a certainly invalid pointer in …
Nov 11, 2010:
- 1:19 PM Changeset [21472] by
- kernel32: Allow FILE_MAP_READ access for PAGE_WRITECOPY mappings. …
Oct 3, 2010:
- 6:09 AM Ticket #14 (KEIL does not work - src\kernel32\mmap.cpp line 725 - can this be ...) created by
- Problem is, KEIL does not work cause it can not read it's tools.ini …
Oct 1, 2010:
- 7:47 PM Changeset [21471] by
- Make config.sys LIBPATH changes selected by default for new installations.
- 6:23 PM Changeset [21470] by
- Make WinXP the default system version.
Sep 30, 2010:
- 9:35 PM Changeset [21469] by
- Fixed: argv[argc] must be NULL.
- 6:00 PM Changeset [21468] by
- Add klibc 0.6.3 as requirement for installation.
- 5:02 PM Ticket #13 (svn error) closed by
- fixed: Should've been fixed in r21467. Sorry for the hassle but I guessed …
- 4:59 PM Changeset [21467] by
- Removed a file with non-ASCII characters from SVN and put it to .zip.
Sep 29, 2010:
- 7:29 PM Ticket #13 (svn error) created by
- e:\svn-code\odin32[0]svn up . svn: Can't check path …
- 5:53 PM Ticket #12 (Use a single encoding in UI API) closed by
- fixed: In r21464, I solved issue 3 by providing special versions of argc and …
- 5:51 PM Changeset [21466] by
- Added encodings test case.
- 5:11 PM Changeset [21465] by
- shellapi.h: Declare CommandLineToArgvW() for those who may need it …
- 5:09 PM Changeset [21464] by
- Added argcA and argvA (valid only after WinMain() is entered) that …
- 12:46 AM Changeset [21463] by
- Undo interpreting strings as ANSI for certain OSLib APIs modified in …
- 12:04 AM Changeset [21462] by
- Fixed: CreateProcess could not start programs with national characters …
Sep 28, 2010:
- 10:10 PM Changeset [21461] by
- Fixed: Title bar in OS/2 look and feel mode displayed text with …
Sep 27, 2010:
- 9:04 PM Ticket #12 (Use a single encoding in UI API) created by
- It is known that there are two system encodings in Windows: the ANSI …
Sep 25, 2010:
- 4:24 PM Changeset [21460] by
- Cannot commit already committed memory, check status before calling …
Sep 24, 2010:
- 7:02 PM Changeset [21459] by
- Allow export by name of appearance control, so Flash can change look&feel.
- 5:23 PM Changeset [21458] by
- Add new registry keys, make config.sys changes optional, some improved …
- 3:01 PM Ticket #11 (Installer registry entry) created by
- New odin applications can dinamically load the runtime libraries, so …
Sep 23, 2010:
- 11:51 PM Changeset [21457] by
- In low mem situations, DosAllocMem() can fail while new() can still …
- 10:12 PM Ticket #10 (Missing WinSock2 constants) closed by
- fixed: Fixed in r21456.
- 10:09 PM Changeset [21456] by
- WinSock2: IPPROTO_IP option constants have different values than in …
- 7:54 PM Changeset [21455] by
- Cannot commit already committed memory, check status before calling …
- 7:53 PM Ticket #10 (Missing WinSock2 constants) created by
- There is a bunch of constants (such as IP_ADD_MEMBERSHIP) that were …
Sep 21, 2010:
- 11:25 PM Changeset [21454] by
- win32type.h: fixed duplicate typedef conflicting in C mode.
Sep 20, 2010:
- 8:57 PM Changeset [21453] by
- Moved Sid APIs from ntdll.h to winbase.h (for compatibility with …
- 6:11 PM Changeset [21452] by
- netsecapi.h needs ntdef.h due to UNICODE_STRING and friends.
- 6:10 PM Changeset [21451] by
- winnt.h: Added PTOKEN_* pointers to TOKEN_* structs.
- 2:54 PM Changeset [21450] by
- advapi32: Export CryptSetKeyParam and CryptSetHashParam APIs.
Sep 19, 2010:
- 8:59 PM Changeset [21449] by
- testapp: Added test case for for try/finally/leave.
- 8:58 PM Changeset [21448] by
- excpt.h: Added support for try/finally/leave SEH statements.
Sep 18, 2010:
- 5:46 PM Ticket #9 (Build break with gcc 4.4.4) closed by
- fixed: (changeset:21447) takes care of defining a new set of nameless unions …
- 5:27 PM Changeset [21447] by
- Fixed ntdll build break by gcc4 by fixing …
Note:
See TracTimeline
for information about the timeline view.