Ivan's Space
Writing about leadership, management, emotional resiliency, software engineering, tech, gadgets.
iNotesMaker – Canvas
Probably a month ago I started a project for a OneNote alike program for Linux using Mono. I tried to implement it in many ways, but I wasn’t really satisfied, because the drawing quality was poor and the object managment too. I used Gdk, after that System.Drawing on a GTK...
An alternative way to install Gentoo Linux
I wanted to install Gentoo on a tablet pc without cd-rom, floppy, no network or usb boot capitabilities. All i had was preinstalled Windows XP Tablet Edition. My first option was to remove the harddisk and use it with another pc to install gentoo on it, but well I didn’t...
The Patch again
After discussing the System.Drawing.Graphics patch in my previous post with Duncan Mak we found it better to actually patch the libgdiplus code, because the Graphics.cs acts only as a wrapper and no calculations should be done there. Also we spotted that the “offset” parameter is ignored too. In the following...
Patch for Bug 76907
After making my first Mono bug report ever, I made a patch to fix the bug :). The problem was the incorrect handling of the number of points when drawing a curve with specified number of line segment. Here it is:
Bug 76907
Today I posted my first Mono bug – http://bugzilla.ximian.com/show_bug.cgi?id=76907. I tought I am doing something wrong, but at the end I posted it to the mailing list and got a mail to file a bug. A guy asked me to assign the bug to him, so I won’t try to...