Timeline
2012-03-16:
- 17:28 Ticket #77 (Fix stack size interpretation in CreateThread().) created by
- Currently, the stack size passed to CreateThread?() is interpreted as the …
- 17:16 Ticket #76 (Support guard page exceptions) created by
- Currently, Odin doesn't deliver EXCEPTION_GUARD_PAGE_VIOLATION exceptions …
2012-03-09:
- 22:26 Changeset [21979] by
- kernel32: Release log file lock on unexpected thread termination. This …
2012-03-05:
- 13:21 Ticket #73 (Wiki and readme update) closed by
- fixed: all should be described a lot better. so closing it
- 13:18 WikiStart edited by
- wording (diff)
2012-02-29:
- 13:41 Ticket #59 (Odin error) closed by
- invalid: it seems quicken uses a old installation scheme. try to install it on win …
2012-02-27:
- 18:50 Changeset [21978] by
- imm32: Initialize kernel32 on DLL init. IM32Init may trigger using of the …
- 18:47 Changeset [21977] by
- Remove unneeded file (leftover).
- 18:47 Changeset [21976] by
- Fix some DLL init code that would return incorrect result on failure.
2012-02-21:
- 20:53 Changeset [21975] by
- winnls.h: Don't hide Windows defines when os2wrap2.h is included.
- 20:52 Changeset [21974] by
- os2wrap2.h: Add more defines and define OS2_WRAP_INCLUDED. This is to …
- 18:21 Ticket #65 (Jeti/2 can't start anymore with new GCC builds) reopened by
- The WGSS50.DLL might have been due to the LIBC problems. LIBC have now …
- 18:07 WikiStart edited by
- some restructuring (diff)
- 10:56 Changeset [21973] by
- adjusted the readme
- 10:10 WikiStart edited by
- (diff)
- 10:09 WikiStart edited by
- building instructions (diff)
- 06:23 Ticket #74 (Java App OpenProj 1.4 does not work with GCC-Odin) closed by
- invalid: The ticket is invalid. I had a mixture of old "real" libc063.dll and new …
2012-02-20:
- 19:05 Ticket #75 (Problems with multiple initialization of WGSS50.DLL) created by
- It turns out that if one version of KERNEL32.DLL has already loaded and …
- 15:48 Ticket #74 (Java App OpenProj 1.4 does not work with GCC-Odin) created by
- OpenProject 1.4 does not work …
- 12:16 Ticket #73 (Wiki and readme update) created by
- Wiki and readme doesn't really reflect the current state of odin. we …
2012-02-17:
- 14:50 Changeset [21972] by
- Add extra logging to DosQueryModuleHandleStrict?().
- 11:35 Changeset [21971] by
- Fix debug build break (r21967 regression). Some code doesn't actually use …
2012-02-16:
- 15:03 Changeset [21970] by
- os2wrap2.h: Add a bunch of prefixless defines.
- 15:00 Changeset [21969] by
- Simplify os2wrap2_gen.sh by using variables.
- 11:46 Changeset [21968] by
- Add missing PTCHAR, PTSTR and PCTSTR defs.
2012-02-15:
- 00:01 Ticket #72 (ODIN 0.8.3. PE PSIPLOT.EXE crash when opening file) created by
- ODIN 0.8.3's PE causes PSIPLOT.EXE crash when opening file, see attached …
2012-02-11:
- 17:28 Ticket #71 (GDI fullscreen support) created by
- This is more of a question that could lead to an enhancement request. …
2012-02-09:
- 20:03 WikiStart edited by
- prereq for odin (diff)
- 14:34 Changeset [21967] by
- Don't access debug fields in CRITICAL_SECTION in release builds. This …
2012-02-07:
- 13:47 Milestone 0.8.3 completed
- 13:47 Ticket #67 (version info) closed by
- fixed: Thanks for the words about my work -) This task is complete now; closing …
- 13:45 WikiStart edited by
- Add release 0.8.3. (diff)
- 13:33 Changeset [21966] by
- Tagged release 0.8.3.
- 13:32 Changeset [21965] by
- Release 0.8.3.
- 12:58 Ticket #70 (Fix loading icons from resources) created by
- Certain icon formats are loaded from the EXE/DLL resources incorrectly. …
- 09:10 Changeset [21964] by
- Fix shifted icon AND masks (r21951 regression). Turns out that ony …
2012-02-06:
- 16:51 Changeset [21963] by
- Print version number in About Odin dialog.
- 12:33 Changeset [21962] by
- Remove debug statements. Strange, but this got accidentally committed.
2012-02-03:
- 16:45 Ticket #65 (Jeti/2 can't start anymore with new GCC builds) closed by
- wontfix: I cannot confirm your problem on my system. "LIBC Error: Couldn't …
2012-02-02:
- 21:42 Changeset [21961] by
- Support MIIM_FTYPE/MIIM_STRING flags properly in …
- 21:30 Changeset [21960] by
- Remove lost debug statement.
2012-02-01:
- 15:14 Changeset [21959] by
- Serialize each log statement using mutex. This finally fixes the …
- 14:49 Changeset [21958] by
- Make sure hour value doesn't exceed 23h in logs.
- 14:43 Changeset [21957] by
- Print human readable time stamp in log files. Also clean up the code and …
- 12:11 Changeset [21956] by
- Implement SwitchToThread?() API. This is in particular referenced by Flash …
2012-01-31:
- 22:25 Changeset [21955] by
- Make sure GetQueueStatus?() correctly reports QS_KEY state. Due to a bug …
- 22:17 Changeset [21954] by
- Make SHGetDiskFreeSpace[Ex] alias for GetDiskFreeSpaceEx?. This is what …
- 22:16 Changeset [21953] by
- Add a bunch of Win32 API stubs needed for Flash above 10.0.45. This is …
2012-01-25:
- 21:29 Ticket #11 (Installer registry entry) closed by
- wontfix: After removing the requirement of any registry entries for Flash (see …
- 19:18 Changeset [21952] by
- WGSS: New hack (bb291798) that fixes broken GetFullPathName?() …
- 15:48 Ticket #60 (Java 1.6 issues related to ODIN build 0.81) closed by
- fixed: Gerrit just said via e-mail that it works now. so i close this ticket.
2012-01-24:
- 23:47 Changeset [21951] by
- Align scanlines passed to GetDIBits on a LONG boundary. This fixes …
- 23:35 Changeset [21950] by
- Disable overriding DebugInt3() with RasDebugInt3(). Since RAS is always …
2012-01-21:
- 16:43 Ticket #69 (Memory allocation failure) closed by
- duplicate: Duplicate of #54. Wait for 0.8.3.
- 16:41 Ticket #69 (Memory allocation failure) created by
- I have update using yum my Odin to version 0.821 after that most of my …
2012-01-19:
- 18:55 Changeset [21949] by
- Add GetComboBoxInfo?() to USER32. Taken from the recent Wine sources. …
2012-01-18:
- 20:26 Changeset [21948] by
- Fix building from the project root.
- 20:24 Ticket #63 (Changeset r21929 breaks build) closed by
- fixed: All issues are fixed/worked around in r21944, r21945 and r21946. In …
- 20:23 Changeset [21947] by
- Add MSVCRTtempnam() to minivcrt.lib. This is mainly to replace …
- 20:17 Changeset [21946] by
- Fix broken -I option processing in Wine RC. The colon was incorrectly …
- 20:15 Changeset [21945] by
- Work around broken tempnam(). See #63 for details. This is a regression …
- 20:15 Changeset [21944] by
- Remove usage of broken tempnam(). See #63 for details. This is a …
- 12:16 Ticket #54 (Memory allocation failure) closed by
- fixed: Did some more cleanup in r21943. The problem seems to be solved now; …
- 12:14 Changeset [21943] by
- Remove evil goto and code duplication in PE/PEC. This finalizes the major …
- 11:33 Changeset [21942] by
- Use custom startup code for PE loader. This allows to grab the lowest …
- 11:30 Changeset [21941] by
- Add DEF_VAL macro to define argument's default values. This is necessary …
2012-01-17:
- 12:54 Changeset [21940] by
- Fix Indentation.
2012-01-13:
- 14:20 Milestone odinized java completed
- as we don't do specific odin's for different needs the remaining tickets …
2012-01-12:
- 19:51 Changeset [21939] by
- Add lost .def files to build process of some EXEs.
- 19:49 Changeset [21938] by
- BldLevelInf?.cmd: Suppress "info:" messages in verbose mode.
- 19:47 Changeset [21937] by
- Add bldlevel info to all Odin DLLs and EXEs.
- 19:46 Changeset [21936] by
- Config.kmk: Use -idirafter instead of C_INCLUDE_PATH for Toolkit headers. …
- 14:54 Ticket #41 (Trap in CRYPT32) closed by
- fixed: Ok. Seems to get fixed with the release of 0.8.x.
- 14:53 Ticket #40 (Trap in Kernel32) closed by
- fixed: Ok. Seems to get fixed with the release of 0.8.x.
- 14:34 Ticket #26 (OpenWatcom build) closed by
- wontfix: I don't think that there is any sense to make it build with Open Watcom …
- 14:31 Ticket #5 (Change build system to kmk) closed by
- fixed: This is kind of done within #19.
- 14:20 Ticket #1 (Compiler Warning & Information Messages) closed by
- fixed: Since we moved to GCC, there are no warnings any longer (I fixed a lot of …
2012-01-11:
- 09:26 Ticket #68 (No RPM update for version 0.8.2?) closed by
- fixed: Thank you, it worked!
2012-01-10:
- 16:52 Ticket #68 (No RPM update for version 0.8.2?) created by
- I can't update to 0.8.2 with "yum update libodin" and hate the idea to mix …
- 09:55 Ticket #67 (version info) created by
- add a --version to pe or pec this would give a very fast way to see …
2012-01-04:
- 19:27 Ticket #66 (odin 0.8.2 seems to be less useful for running win32 apps than previous ...) closed by
- duplicate: Duplicate of ticket #54
- 18:28 Ticket #66 (odin 0.8.2 seems to be less useful for running win32 apps than previous ...) created by
- I have not been using odin much over the past year or so - apart from …
2012-01-03:
- 14:56 WikiStart edited by
- v0.8.2 (diff)
2011-12-31:
- 01:11 Ticket #65 (Jeti/2 can't start anymore with new GCC builds) created by
- Trying to start Jeti/2 (using Java6) crashes persistently during startup. …
- 00:00 Milestone odinized flash completed
- this milestone was reached right in time
2011-12-30:
- 23:27 Ticket #64 (memory allocation failure) closed by
- duplicate: Duplicate of Ticket #54
- 23:15 Ticket #22 (pe.exe and pec.exe do not work when built with vac365) closed by
- invalid: With change to GCC compiler this is no longer an issue.
- 22:46 Ticket #64 (memory allocation failure) created by
- berbible ran fine prior to GCC builds but with GCC builds: Memory …
- 22:24 Ticket #63 (Changeset r21929 breaks build) created by
- Changeset r21929 breaks the build process if %tmp% is not on the same …
- 12:58 Changeset [21935] by
- Tagged release 0.8.2.
- 12:58 Changeset [21934] by
- Release 0.8.2.
- 11:41 Changeset [21933] by
- winmm: Restore normal priority when calling timer funciton. This should …
- 11:03 Changeset [21932] by
- kernel32: More logging.
- 11:01 Changeset [21931] by
- kernel32: Increase maximum size of internal shared heap from 2M to 8M. …
- 10:49 Ticket #62 (Check resource leaks in TerminateThread()/ExitThread()) created by
- It is possible that forceful thread termination with …
- 10:44 Changeset [21930] by
- winmm: Disable forceful termination of timer threads. This is absolutely …
2011-12-29:
- 21:19 Ticket #61 (Color errors with Flash/Odin 29.12.2011) created by
- When playing videos on youtube with a color depth of 16 bits, there are …
- 17:11 Changeset [21929] by
- Replace tmpnam() with tempnam(). The former in EMX returns paths relative …
- 17:04 Changeset [21928] by
- Fix crash when doing drag & drop. This is a regression after switching to …
2011-12-28:
- 12:10 Ticket #60 (Java 1.6 issues related to ODIN build 0.81) created by
- Hello, I'm using "iTrain" (berros.eu/itrain) and JAVA 1.6 GA for …
2011-12-24:
- 23:06 Ticket #59 (Odin error) created by
- I installed odin32bin-20110710-release.wpi in eComStation 2.0 and tried to …
2011-12-23:
- 19:16 Changeset [21927] by
- Fix build breaks with the newest GCC 4.4.6 from GIT. In particular, GCC …
2011-12-22:
- 12:54 Changeset [21926] by
- Make SHAutoComplete available in headers and in debug builds. Also place …
- 10:10 Ticket #55 (Odin 0.8.1 vs LIBC064) closed by
- fixed: Ok, good.
2011-12-21:
- 20:16 Changeset [21925] by
- Fix hang when loading KERNEL32.DLL from high-mem enabled application. …
- 17:32 Ticket #57 (winrar password box) closed by
- duplicate: duplicate of ticket:58
2011-12-20:
- 21:46 Ticket #58 (winrar password box) created by
- winrar requires GetComboBoxInfo? for it password box, I cannot test this …
- 21:45 Ticket #57 (winrar password box) created by
- winrar requires GetComboBoxInfo? for it password box, I cannot test this …
- 15:18 Changeset [21924] by
- PEC.EXE requires a special define.
- 14:32 Ticket #56 (Openfire now even more unstable using Odin 0.8.1) created by
- It is now impossible to run Openfire(Java) with Odin 0.8.1 Severel …
- 00:08 Ticket #55 (Odin 0.8.1 vs LIBC064) created by
- Hardware: Intel i3 CPU w/ integrated video, Intel H55 chipset, 2GB DDR3 …
2011-12-19:
- 21:47 Ticket #54 (Memory allocation failure) created by
- I downlaoded odin v0.8.1 and extract it, running a program with pe …
- 18:30 Changeset [21923] by
- make: Fix building ODININST from root. There was a define that would …
- 02:01 Ticket #19 (Move to GCC) closed by
- fixed: Released 0.8.1 in the beta status (which also means that there is no …
- 01:42 Changeset [21922] by
- Tagged release 0.8.1.
- 01:41 Changeset [21921] by
- Release 0.8.1.
- 00:19 Changeset [21920] by
- Add wgss50 with the latest hacks (8a09e66c...).
- 00:00 Milestone compiler switch completed
- Done with #19.
2011-12-18:
- 23:51 Changeset [21919] by
- Restore parts of r21848 lost during merge with gcc-kmk due to renamed …
- 23:29 Changeset [21918] by
- Fix warnings in release build.
- 23:11 Changeset [21917] by
- Delete branch gcc-kmk. The changes are on trunk now.
- 22:28 Changeset [21916] by
- Merge branch gcc-kmk to trunk.
- 22:17 Changeset [21915] by
- Copy trunk to pre-gcc-kmk branch before merging it with gcc-kmk.
- 20:12 Changeset [21914] by
- Restore inter-line spaces removed in r21863. This is to avoid possible …
- 16:57 Changeset [21913] by
- Bump wmapsym.cmd version number.
2011-12-17:
- 23:38 Changeset [21912] by
- Generate and install .SYM files for DLLs and EXEs. This only works for …
- 23:32 Changeset [21911] by
- Fix building CAPI2032 from the root directory.
- 23:31 Changeset [21910] by
- Fix duplicate and missing ordinals in .DEF files.
- 16:52 Changeset [21909] by
- Remove ODINCRT.LIB from individual makefiles. It is present in OdinDLL …
Note: See TracTimeline
for information about the timeline view.
