Replaced Ok() occurrences with IsOk() throughout trunk.
[wxWidgets.git] / src /
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03  Dimitri SchoolwerthRestored wxNotebook::HitTest for wxOSX-Carbon.
2011-05-03  Vadim ZeitlinDon't crash on startup of console programs in monolithi...
2011-05-03  Vadim ZeitlinCorrect wxDirExists() check in OS X wxFileSystemWatcher...
2011-05-03  Vadim ZeitlinIncrease the number of index items shown by default...
2011-05-02  Jouk Jansenadd src/common/affinematrix2d.cpp to OpenVMS makefiles
2011-05-01  Dimitri SchoolwerthFixed reading multiple images from ANI and ICO image...
2011-05-01  Stefan Csomorsupport multiline strings using the same workaround...
2011-05-01  Václav SlavíkMake wxSpinCtrlGeneric usable as wxDVC editor control.
2011-05-01  Vadim ZeitlinVerify the validity of the buffer size in wxBufferedDC.
2011-04-30  Dimitri SchoolwerthNo code changes, fixed some typos.
2011-04-28  Vadim ZeitlinRemove fixed size of gs_encodingNames array in font...
2011-04-28  Vadim ZeitlinCorrect wxFontMapper tables for Big-5, Shift-JIS and...
2011-04-28  Vadim ZeitlinFix wxULongLongNative::ToDouble() compilation with...
2011-04-26  Vadim ZeitlinChange VIEWPORT_EXTENT constant in wxMSW wxDC code...
2011-04-26  Vadim ZeitlinAvoid rounding errors in wxMSW wxDC scaling code.
2011-04-26  Vadim ZeitlinRemove apparently erroneous -1 from DrawBitmap() in...
2011-04-26  Vadim ZeitlinMake wxSMALL_FONT larger under MSW as it was unreadable...
2011-04-26  Vadim ZeitlinEnsure that message boxes with only "OK" can be closed...
2011-04-26  Vadim ZeitlinAllow showing the print preview frame non modally.
2011-04-26  Vadim ZeitlinUpdate line height in generic wxListCtrl to match image...
2011-04-26  Vadim ZeitlinNo changes, just simplify the mask checks in wxImage...
2011-04-26  Vadim ZeitlinOptimize alpha handling in wxImage::Rotate90() too.
2011-04-26  Vadim ZeitlinFix assert when destroying wxDataViewCtrl being edited...
2011-04-26  Vadim ZeitlinNo changes, just get rid of wxDataViewColumn::GetConstG...
2011-04-26  Stefan Csomorfixes #12220
2011-04-25  Robin DunnFix the size of the tree's text editing box on Cocoa
2011-04-25  Dimitri SchoolwerthFixed filename in wxOSX-Cocoa's file dialog using exten...
2011-04-23  Vadim ZeitlinDon't generate wxEVT_COMMAND_DATAVIEW_CACHE_HINT for...
2011-04-23  Vadim ZeitlinDon't close arcs drawn in wxPostScriptDC.
2011-04-23  Vadim ZeitlinChange wxNotebook selection before sending page changed...
2011-04-23  Vadim ZeitlinAdd wxDC::SetTransformMatrix() and related methods...
2011-04-23  Vadim ZeitlinFix compilation error in recent change to wxSizeEvent...
2011-04-23  Vadim ZeitlinSet event object correctly for the generated wxSizeEvents.
2011-04-23  Vadim ZeitlinRemove duplicate negated option indicator in wxCmdLineP...
2011-04-23  Vadim ZeitlinFix file paths in wxFileSystemWatcherEvent under OS X.
2011-04-23  Vadim ZeitlinSet page range in the print preview correctly.
2011-04-23  Vadim ZeitlinMake the source files non-executable again.
2011-04-22  Václav SlavíkReturn wxWindow* from wxDataViewCustomRenderer::CreateE...
2011-04-22  Stefan Csomorimplementation of HotKey, see #12354
2011-04-22  Václav SlavíkCompilation fix for DEFINE_GUID uses.
2011-04-22  Dimitri SchoolwerthFixed wxUSE_STD_STRING==0 compilation.
2011-04-21  Vadim ZeitlinDefine ACO_AUTOAPPEND for MinGW/Cygwin.
2011-04-21  Vadim ZeitlinUse "wx" prefix for the GUIDs we (re)define in wxMSW...
2011-04-21  Vadim ZeitlinRedefine IAutoCompleteDropDown in our code as it's...
2011-04-21  Julian SmartAdded ForceDelayedLayout
2011-04-20  Dimitri SchoolwerthMake use of SetFilterIndex in wxOSX-Cocoa's file dialog.
2011-04-20  Dimitri SchoolwerthFixed saving dialog's filter index always being -1...
2011-04-19  Paul Cornettfix conversion of gdk_input_add() to g_io_add_watch...
2011-04-18  Vadim ZeitlinDo send wxEVT_UPDATE_UI events to hidden windows.
2011-04-18  Vadim ZeitlinDon't send wxWindowDestroyEvent if we hadn't sent wxWin...
2011-04-18  Vadim ZeitlinDon't assert when destroying a never created window...
2011-04-18  Vadim ZeitlinCorrect a typo in DoAutoCompleteCustom() stub in wxMSW.
2011-04-18  Jaakko SalliUse Connect() to bind embedded wxTextCtrl events instea...
2011-04-18  Jaakko SalliIn wxComboCtrlBase::OnTextCtrlEvent(), make sure to...
2011-04-17  Vadim ZeitlinImplement auto-completion support for wxTextEntry in...
2011-04-17  Vadim ZeitlinRefactor: extract wxTextCompleterFixed from wxMSW to...
2011-04-17  Dimitri SchoolwerthRemoved wxOSX conditional code from generic calendar...
2011-04-17  Dimitri SchoolwerthImproved year control of generic calendar being too...
2011-04-17  Dimitri SchoolwerthRemoved invalid use of sizeFlags parameter for SetSize...
2011-04-17  Vadim ZeitlinAdd wxAffineMatrix2D and related classes.
2011-04-17  Vadim ZeitlinFix wxXmlDocument::SetRoot() broken by recent changes.
2011-04-16  Vadim ZeitlinDefine wxTextEntry::DoAutoCompleteStrings() stub in...
2011-04-16  Vadim ZeitlinSplit wxTextCompleter into a base class and wxTextCompl...
2011-04-16  Vadim ZeitlinDon't block the main UI thread while generating complet...
2011-04-16  Vadim ZeitlinUse ACO_AUTOAPPEND option for text completion in wxMSW.
2011-04-16  Vadim ZeitlinAdded private wxEVT_AFTER_CHAR event for wxMSW implemen...
2011-04-16  Vadim ZeitlinAdd support for dynamic auto-completion in wxTextEntry.
2011-04-16  Vadim ZeitlinNo changes, just simplify preprocessor checks in wxMSW...
2011-04-16  Vadim ZeitlinRefactor wxTextEntry::AutoComplete() to simply call...
2011-04-16  Stefan Csomoradding missing part when using the native paint CGConte...
2011-04-16  Stefan Csomorsupprting flag for pixel offsetting for msw, see #11853
2011-04-16  Stefan Csomorsupprting flag for pixel offsetting for osx, see #11853
2011-04-16  Stefan Csomorsupprting flag for pixel offsetting for cairo, see...
2011-04-16  Stefan Csomorsupport generic flag for pixel offsetting, see #11853
2011-04-15  Paul Cornettworkaround for broken window managers which claim to...
2011-04-15  Jaakko SalliRemoved wxPG_DOUBLE_BUFFER constant. Now all wxPG rende...
2011-04-14  Jaakko SalliRebuild textctrl events using copy ctor
2011-04-13  Jaakko SalliwxEVT_COMMAND_TEXT_UPDATED events from wxComboCtrl...
2011-04-13  Jaakko SalliCompletely re-construct the wxComboCtrl textctrl-events...
2011-04-13  Stefan Csomorpreparing for completions support
2011-04-11  Jouk JansenUpdate Makefile for OpenVMS
2011-04-11  Jouk Jansenrevoke OpenVMS dependend part of r67326
2011-04-10  Vadim ZeitlinAllow customizing AUI tab colours in wxAuiTabArt.
2011-04-10  Vadim ZeitlinFix off by one pixel error when drawing active tab...
2011-04-10  Vadim ZeitlinCorrect Javanese language code.
2011-04-09  Julian SmartCorrection to position in character insertion event...
2011-04-09  Stefan Csomorfixing configure builds for iphone
2011-04-08  Stefan Csomorsee #9715
2011-04-08  Stefan Csomorworkaround OSX bug, fixes #4555
2011-04-08  Stefan Csomorsupport 3.X deployment
2011-04-07  Stefan Csomoradding 10.5 APIs to avoid CGErrors, fixes #13121
2011-04-06  Paul Cornettbuild fix for wxUSE_LOG==0
2011-04-06  Paul Cornettavoid GCC warning "suggest braces around empty body...
2011-04-06  Paul Cornettfix typo from r67326
2011-04-06  Vadim ZeitlinAvoid dereferencing invalid iterator in wxMessageDialog...
2011-04-06  Vadim ZeitlinCorrectly restore the old locale in wxXLocale functions.
2011-04-06  Vadim ZeitlinFix incorrect use of setlocale() in wxLocale::IsAvailab...
2011-04-06  Jouk JansenFix for broken wxGTK1 compilation
2011-04-05  Paul Cornettbuild fix for gtk1
next