]> git.saurik.com Git - wxWidgets.git/history - src
update OpenVMS compile support
[wxWidgets.git] / src /
2008-09-11  Jouk Jansenupdate OpenVMS compile support
2008-09-11  Jouk Jansenrename variable which was redefined inside a loop
2008-09-11  Stefan Csomorsolving osx problems (default inlines-hidden) by explic...
2008-09-11  Kevin OllivierDoGetAsBitmap implementation for Cocoa.
2008-09-11  Kevin OllivierA few checks for null pointers to avoid problems during...
2008-09-11  Kevin OllivierStop crash/asserts caused when Clear() deletes the...
2008-09-10  Stefan Csomorconditionals for carbon only osx code
2008-09-10  Stefan Csomor64 bit fixes
2008-09-10  Václav Slavíkfixed typo in XRC error message
2008-09-09  Václav SlavíkwxDir/FilePickerCtrl's message should be translatable
2008-09-09  Václav Slavíkremoved superfluous font size scaling in wxGtkPrinterDC...
2008-09-08  Robert RoeblingTest for reentrance into non-recursive wxMutex. If...
2008-09-07  Stefan Csomor10.4 support for osx-cocoa
2008-09-07  Stefan Csomornon-precomp fixes
2008-09-07  Vadim Zeitlinadded missing wx/dcclient.h header for PCH-less compila...
2008-09-07  Julian SmartFixed Cmd+Back, Cmd+Del word deletion behaviour in...
2008-09-07  Stefan Csomorchanges for command line builds of osx-cocoa
2008-09-07  Václav Slavíkfixed pagebreaks computation in tables (#9935, patch...
2008-09-06  Vadim Zeitlinaccess TLS cache variable directly and not via a helper...
2008-09-06  Stefan Csomorseveral small fixes
2008-09-06  Stefan CsomorRGBColor is part of ApplicationServices also under...
2008-09-06  Vadim Zeitlinadd wxGTK_CONVs to fix STL and ANSI builds
2008-09-05  Vadim Zeitlinadd missing header for PCH-less build
2008-09-05  Stefan Csomoradapting to new msgdlg class hierarchy
2008-09-05  Vadim Zeitlinallow copying text in the log dialogs
2008-09-05  Vadim Zeitlinadjust the labels before centering the dialog as doing...
2008-09-05  Stefan Csomorforward define for non precomp build, switching preproc...
2008-09-05  Vadim Zeitlinmake it possible to use stock ids for custom message...
2008-09-05  Vadim Zeitlinadded support for custom labels in wxMessageBox for...
2008-09-05  Paul Cornettfix memory leak
2008-09-05  Stefan Csomormaking things build under osx-cocoa as well
2008-09-05  Stefan Csomorsimplify native textcontrol creations, adding search...
2008-09-05  Vadim Zeitlinimplement support for custom button labels in wxMessage...
2008-09-05  Vadim Zeitlinextract button size calculation from button label size...
2008-09-05  Vadim Zeitlinextract wrapper for SystemParametersInfo(SPI_GETNONCLIE...
2008-09-05  Robert RoeblingFix #9940: wxDataViewCtrl left/right arrow press crash
2008-09-05  Vadim Zeitlinremoved unnceessary gtk_window_set_transient_for()...
2008-09-05  Robert RoeblingMade wxMSW wxMutex non-recursive by checking reentrance
2008-09-05  Robert RoeblingCompilo for wxMac
2008-09-05  Robert RoeblingAdd wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated...
2008-09-05  Paul Cornettfix for infinite loop when wxBeginBusyCursor is called...
2008-09-04  Vadim Zeitlinshow the "Window" menu only when we have any MDI childr...
2008-09-04  Kevin OllivierRenames to avoid object files with duplicate filenames...
2008-09-04  Kevin OllivierSplit utility functions into base (in utilsexc_base...
2008-09-04  Stefan Csomorgcc is too aggressively hiding these inlines on wxCriti...
2008-09-03  Vadim Zeitlincopy alpha presence flag when copying bitmaps using...
2008-09-03  Benjamin Williamsfix small logic error
2008-09-03  Benjamin Williamsfixed a problem in the aui toolbar flags
2008-09-03  Benjamin Williamsmake members private in various wxAuiToolBar helper...
2008-09-03  Vadim Zeitlinadd more wxUSE_XXX checks
2008-09-02  Stefan Csomorfixing constant name
2008-09-02  Stefan Csomorfixing merge bug
2008-09-02  Vadim Zeitlinuse {short,long}_help_string parameters of AddTool...
2008-09-02  Stefan Csomoradaptions to new osx ouside the main trees
2008-09-02  Stefan Csomorosx new layout
2008-09-01  Stefan Csomorosx-cocoa updates
2008-09-01  Robert Roeblinguse gtk_block_event instead of m_block event field
2008-08-31  Vadim Zeitlinrename ShowCacheStats to wxStrCacheStatsDumper
2008-08-31  Vadim Zeitlincall GetCache() from a global object ctor to ensure...
2008-08-31  Václav Slavíkfixed memory corruption in wxHTML when parsing '&;...
2008-08-30  Vadim Zeitlinusing ListView_Get[Sub]ItemRect() provokes warnings...
2008-08-30  Vadim Zeitlinavoid unnecessary heap allocation of BITMAPINFO struct
2008-08-30  Vadim Zeitlinfix some (harmless) mingw32 4.3 warnings
2008-08-30  Vadim Zeitlinfix mingw32 4.3 warning about passing literal string...
2008-08-30  Stefan Csomorcommitting current cocoa state just to be safe ...
2008-08-29  Vadim Zeitlinchanegd wxTlsValue to be pointer-like instead of value...
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-08-29  Robert RoeblingFix #9917: File save dialog does not honor file extensi...
2008-08-28  Vadim Zeitlinadd cache for last used position and string length...
2008-08-28  Paul Cornettuse 8 bits for alpha, nothing needs 16 bit alpha here
2008-08-28  Paul Cornettadd wxPseudoTransparentFrame to parent, so it doesn...
2008-08-27  Vadim Zeitlinno changes, just match the number of opening/closing...
2008-08-27  Vadim Zeitlinuse std::sort() instead of qsort() to implement wxArray...
2008-08-27  Paul Cornettget system colors directly from GTK styles, eliminating...
2008-08-27  Stefan Csomorfixing #9910
2008-08-27  Vadim Zeitlinadd a scoped_ptr-like wxGtkObject class which calls...
2008-08-27  Vadim Zeitlinhonour user scale and source offset in wxDC::Blit(...
2008-08-26  Paul Cornettput wxIconArray back in header, it's used by wxFSVolume
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-08-26  Václav Slavíkfixed writing to wxUniCharRef after its 'parent' iterat...
2008-08-26  Paul Cornettmove wxIconArray declaration out of header, remove...
2008-08-26  Paul Cornettuncomment line accidentally left commented out in last...
2008-08-26  Paul Cornettfix for GTK assertion `info->icon_pixmap == NULL' faile...
2008-08-25  Vadim Zeitlinuse UnsetToolTip() instead of SetToolTip(NULL) to fix...
2008-08-25  Vadim Zeitlincompilation fixes for minimal build
2008-08-25  Vadim Zeitlinadd parentheses for && inside || to fix g++ 4.3 warning
2008-08-25  Kevin OllivierCompilation fix, didn't realize initialization order...
2008-08-25  Kevin OllivierRespect the wxNO_BORDER flag for tool windows without...
2008-08-25  Kevin OllivierFix memory leak.
2008-08-25  Vadim Zeitlindon't use deprecated wxMenuItem ctor and don't use...
2008-08-25  Vadim Zeitlinchanged wxAuiBlendColour() to work with unsigned chars...
2008-08-24  Benjamin Williamsfix undefined variable color to colour
2008-08-24  Benjamin Williamsdon't use MacSetTheme()
2008-08-24  Benjamin Williamsfixed include problem
2008-08-24  Benjamin Williamsadded wxAuiToolBar
2008-08-23  Stefan Csomorcocoa implementation files
2008-08-23  Stefan Csomorcommon implementation files
2008-08-23  Robert RoeblingwxComboCtrlBase::Enable() does not refresh the control...
2008-08-22  Julian SmartImproved auto list numbering
2008-08-22  Julian SmartCleanup of previous fix
next