]> git.saurik.com Git - wxWidgets.git/history - src
replace m_insertCallback with a virtual function, contrary to the old comments a...
[wxWidgets.git] / src /
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
2008-08-22  Julian SmartGeneric carent no longer invisible on a dark background
2008-08-22  Robert Roebling#9854 (AddPendingEvent - protect during wxEvtHandler...
2008-08-22  Stefan Csomorosx-cocoa event loop
2008-08-21  Vadim Zeitlinmake ellipses drawn by wxDC more consistent with wxGC...
2008-08-21  Vadim Zeitlinuse Pango to draw rotated text if possible (this suppor...
2008-08-21  Vadim Zeitlinhonour useMask parameter in DrawBitmap() and StretchBli...
2008-08-21  Vadim Zeitlindon't always create DIBs in wxBitmap(wxImage) ctor
2008-08-21  Robert Roebling#9876 (GC: added sanity check to wxGraphicsPathData...
2008-08-21  Robert RoeblingTicket #9858 gtk wxDC::DrawText() - draw text backgroun...
2008-08-21  Stefan Csomormimetype common implementation
2008-08-21  Stefan Csomorcocoa specific implementations
2008-08-21  Stefan Csomornew common code files
2008-08-20  Václav Slavíkfixed scaling of print preview if there's not enough...
2008-08-19  Paul Cornettremove text field from page data, add much more useful...
2008-08-19  Paul Cornettnon-pch build fix
2008-08-18  Vadim Zeitlinfix MSVC warning about int->bool conversion introduced...
2008-08-18  Vadim Zeitlinadd support for using bitmap2 for checked menu item...
2008-08-18  Vadim Zeitlinpaint the space remaining after the columns too in...
2008-08-18  Vadim Zeitlinuse CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in Create...
2008-08-18  Vadim Zeitlindon't terminate the event loop in EndModal() if it...
2008-08-18  Vadim Zeitlinadd comparison operators for UUID class (#9871)
2008-08-16  Vadim Zeitlinfix spurious assert failure in DestroyGripper() which...
2008-08-15  Vadim Zeitlincompilation fix for wxUSE_STL build after r54926 (...
2008-08-15  Paul Cornettfix for page change not working after veto, #3808
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-13  Vadim Zeitlinfix typo in __WWXMAC__
2008-08-13  Václav Slavíkadd assert checking that GetCapture() and ms_winCapture...
2008-08-12  Václav Slavíkapply Stefan's fix for wxHtmlDCRenderer clipping
2008-08-10  Robin DunnUse WXUNUSED and give more explaination for the handler
2008-08-10  Paul Cornettdon't modify position for default border if button...
2008-08-10  Paul Cornettadd control items from child inserter, so that correct...
2008-08-10  Václav Slavíkcompilation fix: wxUString uses it's own wxCharTypeBuff...
2008-08-10  Václav Slavíkadded refcounting to wxCharBuffer to fix passing of...
2008-08-10  Paul Cornettsome code cleanup
2008-08-10  Paul Cornettset extra widget from child inserter, so that correct...
2008-08-10  Robin DunnAvoid default child window focus behavior in generic...
2008-08-10  Paul Cornettfix previous commit to respect minimum width
2008-08-09  Vadim Zeitlininitialize the button label correctly if the same wizar...
2008-08-09  Václav Slavíkmore strict UTF-8 validity checks, as it should be...
2008-08-08  Vadim Zeitlinundid changes accidentally committed as part of r55019
2008-08-08  Vadim Zeitlinadded wxTLS_TYPE() macro
2008-08-07  Julian SmartFixed scrolling bug where scrollbar was taken to be...
2008-08-07  Paul Cornettallow dialog to be resized smaller with extra control
2008-08-07  Vadim Zeitlindon't call OnCloseDocument() from OnNewDocument(),...
2008-08-07  Václav Slavíksmall wxArtProvider API improvements: added HasNativePr...
2008-08-07  Paul Cornettfix sizing of extra control
2008-08-06  Vadim Zeitlininitialize a local variable even if it doesn't really...
2008-08-06  Paul Cornettuse "new" GtkToolbar API
2008-08-06  Vadim Zeitlinreplace wxASSERT in wxFindNextFile() with wxCHECK to...
2008-08-05  Vadim Zeitlinfix an assert failure when a child TLW was created...
2008-08-05  Stefan Csomorfixing remainder of bug #3776, clean activateAndIgnoreC...
2008-08-05  Vadim Zeitlincorrect use of WXDLLIMPEXP_BASE for wxChar16 wxStrlen...
2008-08-05  Vadim Zeitlinmark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces...
2008-08-05  Vadim Zeitlinfix bug in Mark() which highlighted the day not only...
2008-08-04  Julian SmartAllow small widths if setting initial strings.
2008-08-04  Vadim Zeitlingeneral docview.cpp code cleanup; use wxVector<> instea...
2008-08-03  Stefan Csomorfixing name typo
2008-08-03  Stefan Csomormoving osx files (rename will follow)
2008-08-03  Vadim Zeitlinreturn empty string instead of some garbage if strftime...
2008-08-03  Benjamin Williamsfix mouse capture lost assert when dialog shown in...
2008-08-03  Vadim Zeitlincompilation fix for PCH-less build; also moved some...
2008-08-03  Vadim Zeitlinfix view rectangle calculation for the control with...
2008-08-03  Vadim Zeitlinadd BSTR arrays handling in wxConvertOleToVariant(...
2008-08-03  Vadim Zeitlinadd support for multiline labels in wxToggleButton
2008-08-03  Vadim Zeitlinno real changes, just refactor to remove some code...
2008-08-03  Vadim Zeitlinimplement wxToolBarTool::SetLabel() for wxOSX_USE_NATIV...
next