]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2001-10-12  Robin DunnAdded style parameter to wxPopupWindow ctors so they...
2001-10-12  Vadim Zeitlinfix for Solaris realloc() which moves the memory block...
2001-10-12  David WebsterAdded new cmdline parsing classes to wxOS2
2001-10-12  David WebsterCleaned up makedfile to handle setup.h better. Added...
2001-10-12  Stefan Csomorfixed memory leak and optimized GetSubBitmap (Kudos...
2001-10-12  David WebsterNew wxUSE entries to support some new wx features.
2001-10-12  David WebsterNot really needed in CVS
2001-10-12  Vadim Zeitlinfix to avoid internal compiler error with gcc 2.95...
2001-10-12  Vadim Zeitlinmade wxString::assign() more efficient (don't force...
2001-10-12  David WebsterSome updates
2001-10-12  Gilles Depeyrotupdated with latest morefiles
2001-10-12  Vadim Zeitlinmake the main dialog resizeable
2001-10-12  Vadim Zeitlindo *NOT* make the window of the size of its parent...
2001-10-12  Vadim Zeitlincreate wxNotebook without any extended style
2001-10-12  Robin DunnMoved client data stuff directly into wxEvtHandler...
2001-10-11  Robin Dunnfixed leaking wxColour
2001-10-11  Robin Dunnadd a newline to the log message
2001-10-11  Ron Leeadded DEFINE_LOCAL_EVENT_TYPE() macro
2001-10-10  Vadim Zeitlinmore missing WXDLLEXPORT(_DATA)
2001-10-10  Stefan Csomormorefiles 1.5.2 adaptions
2001-10-10  Stefan Csomorno precompiled MacHeaders anymore (guarantees synched...
2001-10-10  Stefan Csomornew version 1.5.2 for morefiles
2001-10-10  Václav Slavíkfixed menu navigation with mouse
2001-10-10  Václav SlavíkFIXME so that I don't forget to implement this
2001-10-10  Vadim Zeitlinfix to allow code using EVT_END_PROCESS to compie with...
2001-10-10  Vadim Zeitlinadded missing WXDLLEXPORT
2001-10-10  Vadim Zeitlinadded missing WXDLLEXPORT
2001-10-10  Gilles Depeyrotrenamed global variable to avoid conflict with export...
2001-10-10  Gilles Depeyrotprovide option to disable use of precompiled headers...
2001-10-10  Gilles Depeyrotimproved OpenGL related documentation
2001-10-10  Vadim Zeitlindon't add /MT to CFLAGS explicitely
2001-10-10  Vadim Zeitlinfixes for cube sample from Paul Thiessen
2001-10-10  Robin DunnRemoved client data stuff from wxMenuBase since it...
2001-10-10  Vadim Zeitlinupdated templates and regenerated project files for...
2001-10-10  Jouk Jansen Committing in .
2001-10-10  Vadim Zeitlinattempts to process non ASCII key strokes properly
2001-10-10  Vadim Zeitlin[blind] fixes to the project file according to George...
2001-10-10  Jouk Jansen Committing in .
2001-10-10  Vadim Zeitlinformatting changes
2001-10-10  Vadim Zeitlinignore samples workspace files
2001-10-10  Vadim Zeitlinregenerated to include new files
2001-10-10  Vadim Zeitlinadded wx*.dsp files
2001-10-10  Vadim Zeitlin1. new samples proejct files for VC++
2001-10-10  Vadim Zeitlinfixed crash in OnSize() handler
2001-10-09  Robin DunnFixed compile errors, warnings and other DSMs, and...
2001-10-09  Vadim Zeitlinregenerated from .pro files
2001-10-09  Vadim Zeitlinchanged html and opengl project names to start with...
2001-10-09  Robin DunnMoved the [Set|Get]Client[Data|Object] and such out...
2001-10-09  Vadim Zeitlinadded new project files for all samples and demos;...
2001-10-09  Václav Slavíkfixes to focus handling in menus
2001-10-09  Václav Slavíka temporary hack to make testing wxTLW/Univ easier
2001-10-09  Václav Slavíkmingw compilation fix
2001-10-09  Vadim Zeitlinminor additions to wxCmdLineParser tests
2001-10-09  Ron Leeupdated debian policy version
2001-10-09  Václav Slavíkfixed off by one error in wxXPMDecoder::ReadFile
2001-10-09  Vadim Zeitlinmention wx[Flex]GridSizer too
2001-10-09  Vadim Zeitlinfixed results of strange cvs code merge
2001-10-09  Gilles Depeyrotrecompiled header support
2001-10-09  Gilles Depeyrotadded missing close brace
2001-10-09  Gilles Depeyrotadded wx/defs.h include to correct compilation issues...
2001-10-08  Vadim Zeitlinfix for wxFrame parent which somehow wasn't committed...
2001-10-08  Václav Slavíkhopefully fixes focus assertion
2001-10-08  Robin DunnRemoved call to SubclassWin since it is already done in
2001-10-08  Gilles Depeyrotadded missing generic include file
2001-10-08  Robin DunnMore changes for building the regex lib
2001-10-08  Vadim Zeitlinrearranged the samples alphabetically, please keep...
2001-10-08  Vadim Zeitlinnormalized handling of Ctrl-x key presses and documente...
2001-10-08  Robin DunnFixed DLL linking. Was missing the regex lib.
2001-10-08  Vadim Zeitlinallow disabling text events too; show Ctrl-x events...
2001-10-08  Vadim Zeitlindon't log mouse events by default
2001-10-08  Vadim Zeitlinreplaced C++ comments with C ones
2001-10-08  Vadim Zeitlinadded and documented wxWS_EX_BLOCK_EVENTS flag
2001-10-08  Vadim Zeitlindon't check for Meta key in wxKeyEvent::HasModifiers()
2001-10-08  Vadim Zeitlinanother compilation fix
2001-10-08  Vadim Zeitlincompilation fix
2001-10-08  Vadim Zeitlinrefresh the current item when the focus is gained/lost
2001-10-08  Vadim Zeitlinfix menubar sizing (at least under windows)
2001-10-07  Václav Slavíkmore active frame stuff
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-10-07  Vadim Zeitlinadded status bar to the sample because it uses wxLogSta...
2001-10-07  Gilles Depeyrotinclude wxWindows headers using "..." instead of <...>
2001-10-07  Gilles Depeyrotadded automatic generation of files.lst for wxMac
2001-10-07  Gilles DepeyrotAppleScript that finds and rebuilds all the CodeWarrior...
2001-10-07  Václav Slavíkfix to wxMGL's wxBitmap(wxImage) ctor
2001-10-07  Václav Slavíkfixed yet another bug in wxActivateEvent handling
2001-10-07  Václav SlavíkFloodFill not in MGL, either
2001-10-07  Václav Slavíkmoved MGL initialization to earlier stage (crashes...
2001-10-07  Václav Slavíkuse Arial if available
2001-10-07  Václav Slavíkgive focus to show top level windows
2001-10-07  Václav Slavíkfixed maximization handling
2001-10-07  Václav Slavíkactive next window in Z-order when a frame is deleted
2001-10-07  Václav Slavíkreverted my previous check in, it was nonsense
2001-10-06  Václav Slavíkno, wxComboBox is really NOT a low-level class (neither...
2001-10-06  Václav Slavíkmore wxMGL fixes
2001-10-06  Václav SlavíkwxUniv tries to release mouse capture from menu bar...
2001-10-06  Václav Slavíkmodified wxFrame/Univ to send wxSizeEvent when adding...
2001-10-06  Václav Slavíkfatal bug in wxMGL that caused hard to track crashes
2001-10-06  Vadim Zeitlinadding wxUniv project/workspace files
2001-10-06  Vadim Zeitlinremoved y_tab.c from wxUniv project files
2001-10-06  Václav Slavíkyou meant pragma interface, not pragma implementation
next