Change Log


July 30, 1997 (Version 0.1.0)

July 31, 1997 (Version 0.1.1) August 31, 1997 (Version 0.1.2) September 5, 1997 (Version 0.1.3) October 15, 1997 (Version 0.1.4) October 19, 1997 (Version 0.1.5) October 21, 1997 (Version 0.1.6) March 6, 1998 (Version 0.3.0) Note: Here is where the development (unfortunatelly) stopped. I took over the project recently, ported it to the latest Xclass version and added a few new custom controls. The changes I made are described below. --Hector.

September 12, 2004 (Version 0.4.0)

Back to the top


Known Bugs (unfixed)

Bug: Moving things quickly can cause objects to jump sporadically.
Comments: Fast movements can cause a loss of an XCrossing event. Im digging into it to see what can be done. This will be fixed.
First noticed: 0.1.0

Back to the top

Known Bugs (fixed)

Bug: New Project window doesn't respond to pressing enter in the text box.
First noticed: 0.1.0
Comments: This occurred only because I didn't stop put that in.
Fixed: 0.1.1

Bug: Save includes a lot of blank lines in .cc file.
First noticed: 0.1.0
Comments: Eeew, glad I found that one.
Fixed: 0.1.1

Bug: A picture button that cant find its picture will cause an application to crash.
Comments: OnyxButton has been modified to catch this, a blank text button is created instead.
First noticed: 0.1.0
Fixed: 0.1.1

Bug: OnyxTextBox cursor not visible.
First noticed: 0.1.0
Comments: OnyxTextBox wasn't requesting a FocusChange event.
Fixed: 0.1.2

Bug: Text boxes in properties window tend to autoselect.
First noticed: 0.1.0
Comments: Same as above.
Fixed: 0.1.2

Bug: .onyx has bad file permissions. Cant access it.
First noticed: 0.1.0
Comments: This has been corrected to default to 700 permissions. Later it will be customizable.
Fixed: 0.1.2

Bug: Bash 2.0+ needs semi colons in the Makefiles.
First noticed: 0.1.0
Comments: Fixed. I hope to eventually get things like this in GNU autoconf.
Fixed: 0.1.2

Bug: Resizeing a window doesn't work.
First noticed: 0.1.0
Comments: Fixed by monitoring ConfigureNotify events.
Fixed: 0.1.2

Bug: Make window sometimes doesn't display properly.
First noticed: 0.1.0
Comments: Fixed by modifying OnyxWindow properties.
Fixed: 0.1.5

Bug: Make window scroll bar likes to stick when scrolled.
First noticed: 0.1.0
Comments: Fixed by modifying OnyxWindow properties.
Fixed: 0.1.5

Bug: Using Menus in a project doesn't work.
First noticed: 0.1.0
Comments: Starting version 0.3.0 OnyX now sports a menu editor.

Bug: The file dialog can appear half off the screen.
Comments: This is due to Xclass positioning. It'll be a bit before I know how to override that.
First noticed: 0.1.0
Comments: Fixed in Xclass 0.5.3.
Fixed: 0.4.0 Bug: Under some window managers the snap to grid on the window causes it to migrate across the screen.
Comments: This seems to be due to the window manager making its own adjustment ot the window position and not notifying the client. This is most noticable under fvwm. Enlightenment also tends to place the window in odd positions but at least it doesn't migrate. Fvwm95 doesn't seem to have this problem ;) This will be remedied hopefully in 0.3.1
First noticed: 0.3.0
Comments: The snap-to-grid feature was removed for top-level windows.
Fixed: 0.4.0

Bug: The color selector likes to take off when the slidebars are used.
Comments: Beleive it or not this is related to the above problem. Hope to fix it about 0.3.1 as well.
First noticed: 0.3.0
Comments: The old color dialog was removed. The new xclass Color Selection Dialog is used instead.
Fixed: 0.4.0

Back to the top


Back