⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 releasenotes.txt

📁 非常好用的可移植的多平台C/C++源代码编辑器
💻 TXT
字号:
wxDockIt Library for wxWidgets - RELEASE NOTES
------------------------------

    v2.0.1 (20/11/2004)
    ===================
    [Common]
    - Incorrect project linking with wxWindows 2.4.2 fixed (Landon Bradshaw)
    [wxMSW]
    - Projects compile correctly with the Visual Studio 6.0 compiler (Stefan Kowski/Landon Bradshaw)

    v2.0 (08/11/2004)
    =================
    [Common]
    - Added bounds checking to wxExSplitter (thanks to Arjan Knepper)
    - wxSlideBar now works using wxLayoutAlgorithm
    - Docking now works better with wxLayoutAlgorithm
    - Fixed visibility bug with SetClient() on wxDockWindow
    - Added ability to remove client - RemoveClient() on wxDockWindow
    - Fixed bug with the flags in wxDockManager not being used correctly
    - Fixed bug with non-Live mode in wxExSplitter
    - Added tool-tip to the gripper in wxBarHolder
    
    [wxMSW]
    - Made the implementation of wxToolButton much better
    - Fixed tool-tips not working on wxToolButton
    - Fixed redraw problem with wxToolButton
    - Added VC6 project files (thanks to Landon Bradshaw)
    - Corrected library linking against new wxWidgets 2.5.2 library structure
    
    [wxGTK]
    - Added initial implementation!

    v1.4 (26/06/2004)
    =================
    - Fixed a number of bugs with dragging bars in wxSlideBar
    - Added load/save layout to wxSlideBar
    - Added context pop-up menu to wxSlideBar
    - Added public load/save stream methods to replace load/save file methods in wxDockManager
    - wxSlideBar can now be used as a child of a wxSizer rather than needing to use wxLayoutAlgorithm
    - Addressed drawing issues surrounding the wxMSW painting changes made in wxWidgets 2.5.1

    v1.3 (05/06/2004)
    =================
    - Added new wxSlideBar and wxBarHolder classes
    - Added new example - slidebar1
    - Minor fixes/alterations to the wxGdi and wxGripWindow classes
    - Removed warnings from MingGW/GCC compilation

    v1.2 (21/05/2004)
    =================
    - * Changed name, the library was wxExtended, from now on it is wxDockIt *
    - Replaced all STL use from the docking framework with the native wxWidgets 'wxList' class
    - Fixed some problems with the MingGW/GCC makefiles
    - Created a wxToolButton class (with generic and wxMSW versions)
    - Replaced the "Close" widget on docked windows with the new wxToolButton
    - Moved the vast majority of wxMSW specific code from wxPane (wxPane is now generic)
    - Fixed minor initial floating window positioning bug relating to using CTRL to prevent docking
    - Fixed dockwindows remembering old host info after a layout load (old info is now cleared on load)
    - Removed wxRebar and associated classes from wxDockIt

    v1.1 (16/05/2004)
    =================
    - Added partial library [compiles the docking framework only] makefile for MingW32/GCC
    - Added new JPG example 'sample2.jpg' showning the docking framework under Windows XP
    - Moved sample docking project into library archive as 'samples/docking1'

    v1.0 (13/05/2004)
    =================
    - Initial Release

------------------------------

    TODO
    ====

    [Common]
    - Use XML in place of streaming for settings saving
    [wxMSW]
    - Theme drawing under XP
    [wxGTK]
    - Theme drawing

------------------------------

    KNOWN BUGS
    ==========

    [Common]
    - Not possible to correctly initially dock more than one wxDockWindow into a wxDockHost
    - Docked wxDockWindows can get zero proportion and they temporarily vanish
    - Context menu request (wxSlideBar) should be ignore for "text" widgets (i.e. wxTextCtrl, wxComboBox, ..)
    [wxMSW]
    - wxToolButton can get 'keyboard focus' (wxMSW)
    [wxGTK]
    - wxDockWindow appears in task window until docked and undocked (maybe bug in wxWidgets)
    - wxDockwindow resize request sometimes ignored (usually if mouse still moving on left mouse button release)
    - Various screen draw problems with wxDockWindow and wxExSplitter
    - Key-Up event to release 'block docking' mode (wxDockWindow) not occuring
    - Double-Click event on the header gripper not occuring when wxDockWindow is undocked (event occurs correctly when docked)
    - Rotated text looks poor (maybe bug in wxWidgets)
    - Undocked windows do not get correctly positioned on layout restore
    - Docked window layout is not correct on layout restore (although is corrected on next layout event)
    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -