]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-11-06  Vadim Zeitlindisable joystick for wxMGL, it's not implemented there
2006-11-06  Vadim Zeitlindisable net contrib for non-Unix nor Windows platforms...
2006-11-06  Vadim Zeitlinimplement declared but not defined ctor not taking...
2006-11-06  Robin Dunnchanges to match AUI API changes
2006-11-06  Robin Dunnsome more updates about changes
2006-11-06  Robin Dunnbetter check for valid font and color
2006-11-06  Robin Dunnupload to wxpython.wxcommunity.com instead of starship
2006-11-06  Julian SmartFixed crash if trying to move tab to non-existant windo...
2006-11-06  Robin Dunnuse the 0.2.1 version of bakefile.m4
2006-11-06  Benjamin Williamsdocking hint bug fix
2006-11-06  Stefan Csomortransforming clippings correctly, even if there is...
2006-11-06  Vadim Zeitlindisable wxSound for wxMGL DOS build (it's not implement...
2006-11-06  Benjamin Williamsimplemented page close event for wxAuiNotebook
2006-11-06  Benjamin WilliamswxAuiNotebook has external tab dragging now
2006-11-06  Vadim Zeitlindisable dialup manager for MGL, it doesn't link as...
2006-11-06  Julian SmartBetter vertical height for choice/combo
2006-11-06  Vadim Zeitlin(blind) compilation fix for wxCocoa
2006-11-06  Stefan Csomoradjust to new and deleted files
2006-11-06  Vadim Zeitlinupdate from Mahrazi Mohd Kamal
2006-11-06  Julian SmartImproved highlight drawing on wxMac/Core Graphics by...
2006-11-06  Stefan Csomoradd a header placeholder
2006-11-06  Stefan Csomoradd a header placeholder
2006-11-06  Stefan Csomoradd a source placeholder
2006-11-06  Benjamin Williamsfixed misspelling
2006-11-06  Stefan Csomoradapting to new inheritance of wxMemoryDC (under MSW...
2006-11-06  Stefan CsomorwxGraphicsContext always is using clipping regions...
2006-11-06  Stefan Csomorfixing region clipping
2006-11-06  Stefan Csomortranslate the wxRegion from device to user coordinates...
2006-11-06  Stefan Csomorfixing origin
2006-11-06  Benjamin Williamsaui sample can now create extra notebooks
2006-11-06  Benjamin Williamsapi uniformity between tabart and dockart
2006-11-06  Vadim Zeitlinupdate window before changing the scrolling position...
2006-11-06  Vadim Zeitlingeneric animation sources are used under all platforms...
2006-11-06  Robin Dunncommented out some test code
2006-11-06  Robin DunnRebaked after addition of mediactrl_qt.cpp
2006-11-06  Robin DunnRe-add the wxQTMediaBackend class, by copying the code...
2006-11-06  Vadim Zeitlinfix compilation error when wxUSE_DYNLIB_CLASS == 0
2006-11-06  Vadim Zeitlinmove WX_GL_XXX constants from wx/*/glcanvas.h to wx...
2006-11-05  Robin DunnreSWIGged
2006-11-05  Robin DunnDisown the preview object when calling wxPyPreviewFrame...
2006-11-05  Robin Dunndosctring for DrawRotatedText
2006-11-05  Robin DunnreSWIGged
2006-11-05  Robin DunnPatch from F. Oliver Gathmann to observer enabled/disab...
2006-11-05  Robin DunnNew DrawText methods
2006-11-05  Robin DunnFix default value for wxFontPickerCtrl's initial font...
2006-11-05  Robin DunnPatch from Dj Gilcrease adding the FNB_HIDE_ON_SINGLE_T...
2006-11-05  Robin DunnRevert reentrancy patch (#1573619)
2006-11-05  Robin DunnRevert reentrancy patch (#1573619)
2006-11-05  Robin DunnAdd DLL export macros
2006-11-05  Robert Roebling #if wxUSE_CARET guard.
2006-11-05  Benjamin Williamsbug fixed for mdi parent frames
2006-11-05  Stefan Csomorfixing pattern phase bugs
2006-11-05  Stefan NeisAllow passing file names with path to dllnames.sh.
2006-11-05  Vadim Zeitlinpreserve pen in DrawCheckMark() (bug 1581621)
2006-11-05  Vadim Zeitlinno changes, just removed commented out line
2006-11-05  Vadim Zeitlinfixed typo in files.bkl which broke wxUniv link (why...
2006-11-04  Vadim Zeitlininclude wx/datetime.h and test for wxUSE_DATETIME befor...
2006-11-04  Vadim ZeitlinVC8 has strftime(), even under CE
2006-11-04  Vadim Zeitlinuse built in VC8 time functions instead of our (almost...
2006-11-04  Vadim Zeitlinuse wxLocaltime_r() instead of localtime(): this is...
2006-11-04  Vadim Zeitlinfix the broken code in strftime()
2006-11-04  Vadim Zeitlinreally restored correct sample code
2006-11-04  Robert Roebling Added wxAUI category.
2006-11-04  Robert Roebling File rename.
2006-11-04  Robert Roebling Removed.
2006-11-04  Robert Roebling Renamed AUI tex files.
2006-11-04  Kevin OllivierSizing and positioning fixes for generic control.
2006-11-04  Vadim Zeitlinremoved unused variable
2006-11-04  Vadim Zeitlindocument GetChildren() (bug 1578143)
2006-11-04  Vadim Zeitlinfix warning about unused variable in wxWinCE build
2006-11-04  Vadim Zeitlinoops, restored accidentally checked in testing code
2006-11-04  Vadim Zeitlinrecognize CP866 (bug 1497808)
2006-11-04  Vadim Zeitlinrebaked with baefile rev 928
2006-11-04  Vadim Zeitlinregenerated after changes in rev 1.15 of build/aclocal...
2006-11-04  Vadim ZeitlinDebian files should be in debian subdir, not here;...
2006-11-04  Vadim Zeitlinrestored manually specified project order once again
2006-11-04  Vadim Zeitlinrestored the wx-specific changes accidentally lost...
2006-11-04  Vadim Zeitlinrebaked after wxCollapsiblePane move to core and using...
2006-11-04  Vadim Zeitlinupdated from bakefile revision 928
2006-11-04  Vadim Zeitlinfix messages for OpenGL headers detection
2006-11-04  Vadim Zeitlinmoved wxCollapsiblePane to core from adv
2006-11-04  Kevin OllivierAdding label editing to native OS X listctrl.
2006-11-04  Stefan NeisAdded deep copy of bitmaps.
2006-11-04  Robert Roebling Reorder event things a little.
2006-11-04  Vadim Zeitlinadd wxTempFile test
2006-11-04  Robert Roebling Test adding page without setting selection.
2006-11-04  Vadim Zeitlindefine wxStringListBase::EmptyList to fix link with...
2006-11-04  Vadim Zeitlinadd wxUSE_ACCESSIBILITY guards (bug 1107297)
2006-11-04  Stefan Csomoradding text with background brush
2006-11-04  Vadim Zeitlintest for GL/glu.h too (fixes part of bug 879474)
2006-11-04  Vadim Zeitlinlook for OpenGL headers/libraries in /opt/graphics...
2006-11-04  Vadim Zeitlinrebaked after animation control and helpbest.h changes
2006-11-04  Vadim Zeitlinfixed typo in the last before one change (UNIV_HDR...
2006-11-04  Julian SmartAccount for PANGO_WEIGHT_SEMIBOLD not being available...
2006-11-04  Vadim Zeitlindon't include wx/msw/helpbest.h in HTML_HDR unless...
2006-11-04  Václav Slavíkdon't use top_builddir so that configure.in works with...
2006-11-04  Robert Roebling Reenabled page selection event when page in notebook
2006-11-04  Vadim Zeitlincorrection to last commit: don't add animation control...
2006-11-04  Julian SmartGeneric fix for full row highlight
2006-11-04  Vadim Zeitlinfixed crash due to infinite recursion in wxPopupFocusHa...
next