]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2001-09-28  Václav Slavíkcompilation fixes for MSW+Univ+Mingw32
2001-09-28  Václav Slavíkproper fullscreen handling
2001-09-28  Václav Slavíkfixed wxGTK fullscreen mode, broken by my previous...
2001-09-28  Julian SmartNow uses GetFileAttributes for wxPathExists and wxFileE...
2001-09-28  Vadim Zeitlinapplied fix for 8 bit displays (already in the 2.2...
2001-09-28  Vadim Zeitlinapplied patch for regex building with BC++ (patch 463140)
2001-09-28  Vadim Zeitlinyet another fix for wxTextCtrl bg colour (patch 462838)
2001-09-28  Vadim Zeitlinallow multiple extensions in tge generic wxFileDialog...
2001-09-28  Vadim Zeitlinremoved .d files when doing make clean
2001-09-28  Vadim Zeitlinapplied (slightly modified) wxGLApp patch for MSW
2001-09-28  Vadim Zeitlinapplied wxGLApp patch (#464500)
2001-09-28  Vadim Zeitlin1. made description of some options in configure [hopef...
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-09-27  Vadim Zeitlinfix for wxExecute(subprocess which produces a lot of...
2001-09-27  Robin Dunnfixed compilation errors
2001-09-27  Robin DunnVarious updates, changes for wxTopLevelWindow, fixes for
2001-09-27  Robin DunnAdded MSW toplevel.cpp and regenerated makefiles and...
2001-09-27  Robin DunnIf a shape has client data, it deletes it when the...
2001-09-27  Robin DunnFixed compilation error
2001-09-27  Robin DunnAdded missing WXDLLEXPORT
2001-09-27  Robin DunnFixed problem with wxPen::SetDashes. (An array of...
2001-09-27  Robin DunnAdd some Pen dashes tests
2001-09-26  Václav Slavíkremoved wxBusyCursorSuspender use
2001-09-26  Václav Slavíktemporary stubs for fullscreen functions
2001-09-26  Václav SlavíkUse wxGetInstallPrefix() instead of wxINSTALL_PREFIX...
2001-09-26  Václav Slavíkoops, forgot do add fullscreen stuff to wxTLWBase
2001-09-26  Vadim Zeitlinreverted last accidental commit, added comment about...
2001-09-26  Vadim Zeitlincompilation fix
2001-09-26  Vadim Zeitlincompilation/build fixes for wxUniv
2001-09-25  Vadim Zeitlincompilation fix
2001-09-25  Vadim Zeitlincompilation fix for other (than GTK/MSW) ports
2001-09-24  Vadim Zeitlinpass correct key code in TREE_KEY_DOWN event
2001-09-24  David Websterpatch fix for a constant definition under OS/2 VA V4.0
2001-09-24  Vadim Zeitlinfixed wxUniv menus under wxGTK
2001-09-24  Vadim Zeitlinadded workaround for GTK+ focus_out bug (and removed...
2001-09-24  Václav Slavíkimplemented captured windows stack
2001-09-24  Václav Slavíkstatusbar handling
2001-09-24  Mattia BarbonFixed wxToolbar95::FindToolForPosition
2001-09-24  Vadim Zeitlinadded wxTreeEvent::GetKeyEvent() to allow to retrieve...
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-09-24  Vadim Zeitlin~wxToolBar() checks if the frame is being deleted in...
2001-09-23  Václav Slavíkpartial implementation of wxTLW's decorations
2001-09-23  Václav Slavíkbetter learn the operators...
2001-09-23  Václav Slavíkfixed serious bug in wxFont::operator== (ignored weight)
2001-09-23  Václav Slavíkadded wxBitmap::CopyFromIcon to wxGTK
2001-09-23  Vadim Zeitlinreverted change to the best checkbox size calculation
2001-09-23  David WebsterLatest OS/2 build file updates to include the toplevel...
2001-09-23  David WebsterFALSE, not false
2001-09-23  Mattia Barbon* Fixed wxToolbar95 and wxToolbarGTK to emit TOOL_ENTER...
2001-09-23  Mattia BarbonForgot to update the template.
2001-09-22  Vadim Zeitlinfixed yet another bug in wxRegConfig::SetPath() - SetPa...
2001-09-22  Václav Slavíkoops, we definitely DON'T want to reset m_renderer...
2001-09-22  Václav SlavíkwxTOPLEVEL_EX_DIALOG is a better name than wxTLW_EX_DIALOG
2001-09-22  Václav Slavíkevaluate window style in Create, not later
2001-09-22  Václav Slavíkconfigure now defines _WIN_IE if w32api is at least...
2001-09-22  Václav Slavíkmingw compilation fix
2001-09-22  Václav Slavíkw32api 1.1 support
2001-09-22  Václav SlavíkwxInputConsumer
2001-09-22  Václav Slavíkfixed client area handling for wxFrame/Univ
2001-09-22  Václav SlavíkwxInputConsumer
2001-09-22  Václav Slavík(blind) fix for wxMotif compilation
2001-09-22  Václav Slavíkadded wxInputConsumer to wxUniv
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-09-21  Stefan Csomoradded wxSTD macro
2001-09-21  Mattia BarbonwxTextDataObject now uses Unicode if compiled with...
2001-09-20  Mattia BarbonMake easier to compile with MSVC5.
2001-09-20  Mattia BarbonMinGW compilation fix.
2001-09-20  Mattia BarbonUnicode compilation fixes.
2001-09-20  Mattia BarbonRe-enabled long long for MinGW.
2001-09-20  Vadim Zeitlinfix for shared library build under SGI with native...
2001-09-20  Robin Dunnbug #463146
2001-09-19  Václav Slavíkfixes to client area origin handling
2001-09-19  Václav Slavíkfixed problems with HTML printing w/o using wxHtmlWindow
2001-09-19  Vadim Zeitlinbetter fix for MIPSpro warnings: removed unneeded calls...
2001-09-19  Vadim Zeitlincompilation fixes for MIPSpro SGI compiler
2001-09-19  Jouk Jansen Committing in .
2001-09-18  Václav Slavíkregenerated
2001-09-18  Václav Slavíkpartial implementation of wxTopLevelWindow for wXUniv
2001-09-18  Václav Slavíkmoved AdjustToClientAreaOrigin to wxWindowBase, needed...
2001-09-18  Václav SlavíkwxUniversal doesn't need wxDialog and wxFrame from...
2001-09-18  Václav Slavíkmade wxLocalFSHandler public and added Chroot to it
2001-09-18  Václav Slavíkminor changes to wxFrame/Univ
2001-09-18  Václav SlavíkwxFrame for wxUniv
2001-09-18  Václav SlavíkwxDialog for wxUniv
2001-09-18  Gilles Depeyrotcorrections related to wxDialog inheritance changes...
2001-09-18  Vadim Zeitlincompilation warning fix for Intel C++
2001-09-18  Vadim Zeitlinchanges to shared library options code and to allow...
2001-09-18  Robin Dunnversion number update
2001-09-18  Vadim Zeitlintest for long long directly instead of testing for gcc
2001-09-18  George TaskerFix for bug 462533, spelling typo in docs "wxAGJUST_MIN...
2001-09-18  Vadim Zeitlinfix for event processing in wxScrollHelper
2001-09-17  Ron Leeuse 'local' quoting for wx headers in lib source
2001-09-17  Ron Leefixed c++ style comments
2001-09-17  Robin Dunnminor fixes
2001-09-17  Robin DunnRegenerated from filelist.txt
2001-09-17  Robin DunnFixed compile error.
2001-09-17  Robin DunnSignificantly changed how the Python interpreter lock...
2001-09-17  Gilles Depeyrotadded missing destructor for Darwin/Mac OS X (wxGtk...
2001-09-17  Stefan Csomoradded carbonaccessors.o
2001-09-17  Stefan Csomoradded toplvlcmn
next