summaryrefslogtreecommitdiff
path: root/win
AgeCommit message (Collapse)Author
2005-10-23Only show error messages when checking for new versions from the menu.leo
git-svn-id: http://svn.leocad.org/trunk@429 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-10-14Added commands to edit/add/remove categories from the pieces tree context menu.leo
git-svn-id: http://svn.leocad.org/trunk@427 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-10-02Made Region Select part of regular selection.leo
git-svn-id: http://svn.leocad.org/trunk@424 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-09-29Resizing the piece preview now resizes the tree list correctly.leo
git-svn-id: http://svn.leocad.org/trunk@423 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-09-28Removed the option to disable the piece preview, it's always enabled now.leo
git-svn-id: http://svn.leocad.org/trunk@422 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-09-28Removed .cvsignore files, fixed a few case sensitive svn:ignore issues.leo
git-svn-id: http://svn.leocad.org/trunk@421 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-09-23Removed option to zoom the piece preview.leo
git-svn-id: http://svn.leocad.org/trunk@420 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-09-21Piece category dialog.leo
git-svn-id: http://svn.leocad.org/trunk@419 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-09-18Added separate XY and Z snap options.leo
git-svn-id: http://svn.leocad.org/trunk@418 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-07-31Added region selection.leo
git-svn-id: http://svn.leocad.org/trunk@417 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-07-14Made the pieces combo handle the delete key better.leo
git-svn-id: http://svn.leocad.org/trunk@415 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-07-14Changed the pieces list to a tree sorted by categories.leo
git-svn-id: http://svn.leocad.org/trunk@414 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-06-25Added an option to check for newer versions on startup.leo
git-svn-id: http://svn.leocad.org/trunk@412 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-06-17Updated version number.leo
git-svn-id: http://svn.leocad.org/trunk@409 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-06-03Improvements to the Select by Name Dialog: The list is now sorted, removed ↵leo
unused options and resized it. git-svn-id: http://svn.leocad.org/trunk@402 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-06-03Correctly enable/disable options when the dialog appears.leo
git-svn-id: http://svn.leocad.org/trunk@401 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-06-03Fixed mouse movement when moving the mouse past the top of the window.leo
git-svn-id: http://svn.leocad.org/trunk@400 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-06-02Fixed fast rendering, disabled background rendering.leo
git-svn-id: http://svn.leocad.org/trunk@398 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-06-01Clear shortcut file name when reseting shortcuts,leo
Removed error dialog when trying to save a shortcut file with an empty name. git-svn-id: http://svn.leocad.org/trunk@395 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-06-01Automatically resize status bar panes to fit their text.leo
git-svn-id: http://svn.leocad.org/trunk@394 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-03-18Better tooltip behavior on the pieces list,leo
Fixed a possible crash processing shortcuts. git-svn-id: http://svn.leocad.org/trunk@393 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-03-16Fixed units in the modify dialog;leo
Disabled all shortcut keys when the user is entering text. git-svn-id: http://svn.leocad.org/trunk@392 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-03-15Fixed drag and drop of files.leo
git-svn-id: http://svn.leocad.org/trunk@391 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-03-15Correctly remove menu items.leo
git-svn-id: http://svn.leocad.org/trunk@390 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-03-11Allowed setting shortcut keys for the action modes.leo
git-svn-id: http://svn.leocad.org/trunk@389 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-03-09Fixed keyboard shortcuts being activated while the user is typing text in ↵leo
the pieces combobox. git-svn-id: http://svn.leocad.org/trunk@388 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-03-08Allowed more commands to have their shortcuts changed,leo
Fixed a memory leak in the BMP Menu class. git-svn-id: http://svn.leocad.org/trunk@387 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-03-08Fixed a bug removing the 2nd shortcut key.leo
git-svn-id: http://svn.leocad.org/trunk@386 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-02-22Swapped View and Piece menu position.leo
git-svn-id: http://svn.leocad.org/trunk@383 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-02-16Updated version history.leo
git-svn-id: http://svn.leocad.org/trunk@382 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2005-02-16New version tag.leo
git-svn-id: http://svn.leocad.org/trunk@381 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2004-12-13Added keys for Angle Snap, and display it on the Status Bar.leo
git-svn-id: http://svn.leocad.org/trunk@366 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2004-12-02Updated version check message box.leo
git-svn-id: http://svn.leocad.org/trunk@365 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2004-12-02Updated version information.leo
git-svn-id: http://svn.leocad.org/trunk@364 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2004-11-19Added support for custom user shortcut keys.leo
git-svn-id: http://svn.leocad.org/trunk@363 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2004-10-01Set the console font.leo
git-svn-id: http://svn.leocad.org/trunk@362 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2004-10-01Fixed a few more tooltip bugs.leo
git-svn-id: http://svn.leocad.org/trunk@361 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2004-10-01Fixed tooltip not updating correctly in some cases.leo
git-svn-id: http://svn.leocad.org/trunk@360 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2004-10-01Better math for the Zoom Extents function.leo
git-svn-id: http://svn.leocad.org/trunk@359 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2004-05-04Fixed Release PCH settings.leo
git-svn-id: http://svn.leocad.org/trunk@356 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2004-05-04Fixed help file path.leo
git-svn-id: http://svn.leocad.org/trunk@355 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2004-01-07Correctly update the dialog when a camera target is selected.leo
git-svn-id: http://svn.leocad.org/trunk@353 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2004-01-07More light support.leo
git-svn-id: http://svn.leocad.org/trunk@352 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2003-12-16Fixed crash on exit.leo
git-svn-id: http://svn.leocad.org/trunk@351 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2003-09-19Fixed viewport menu width (I think).leo
git-svn-id: http://svn.leocad.org/trunk@350 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2003-09-18Added a progress bar for long operations.leo
git-svn-id: http://svn.leocad.org/trunk@349 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2003-09-12Fixed buffer overrun bug.leo
git-svn-id: http://svn.leocad.org/trunk@348 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2003-09-11Fixed .ldr extension bug when exporting.leo
git-svn-id: http://svn.leocad.org/trunk@347 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2003-07-30Added support for MPD files.leo
git-svn-id: http://svn.leocad.org/trunk@344 c7d43263-9d01-0410-8a33-9dba5d9f93d6
2003-05-26Redraw console after it has been changed.leo
git-svn-id: http://svn.leocad.org/trunk@340 c7d43263-9d01-0410-8a33-9dba5d9f93d6