Jump to content

Rick Brewster

Administrator
  • Posts

    20,637
  • Joined

  • Last visited

  • Days Won

    376

Posts posted by Rick Brewster

  1. As for the zoom functionality you describe, someone else brought it up before. I'm not convinced about it, but Tom likes the idea. So I told Tom that if he wants it in, then he can code it up. So he filed a bug, but it won't make it in until v3.0 at least.

  2. If you want to draw "on" a DocumentView, implement a SurfaceBoxGraphicsRenderer.

    The SurfaceBox has a list of SurfaceBoxRenderers that it uses to render on to its double buffer surface. SurfaceBoxGraphicsRenderer derives from that class and DocumentView recognizes instances of it and allows them to draw outside the canvas area using standard GDI+.

  3. We're releasing this to fix a few of the bugs we've found since v2.61's release. This is not an alpha, beta, or release candidate, and as such does not expire.

    Get it via the built-in updater (File -> Updates -> Check Now), or on our website ( http://www.eecs.wsu.edu/paint.net ).

    Changes:

    * Small icon (16x16) is brand new, redesigned so that it is clearer

    * Application resolution is no longer virtualized in high-DPI mode in Windows Vista

    * Fixed race-condition related crash with Edit->Paste and Move Selected Pixels tool ("Object is in use elsewhere")

    * Fixed some font related crashes that occur when standard fonts are corrupt or missing

    * Fixed a crash that sometimes occurs when trying to save files whose name begins with a period

    * Fixed a rare division-by-zero crash in the Clone Stamp

    * Fixed rare crash related to scanning

    * Mitigated rare crash that can happen in various places, ("GetRegionData returned false, GetLastError() = 6")

    * Improved crash log reporting

    Here's the post that announced v2.6: http://paintdotnet.12.forumer.com/viewtopic.php?t=994 , and the one that announced v2.61: http://paintdotnet.12.forumer.com/viewtopic.php?t=1187

    Anyway, that's all for now!

×
×
  • Create New...