wxWidgets.git
2009-09-14  Vadim ZeitlinAdd wxXmlResource::LoadObjectRecursively().
2009-09-14  Vadim ZeitlinAdd virtual dtor to header renderer classes to avoid...
2009-09-14  Julian SmartwxRTC's own caret is more reliable than the generic...
2009-09-14  Jaakko SalliAdded dummy wxPG_THEME_BORDER style for backwards compa...
2009-09-14  Jaakko SalliFixed use of map::erase() in ClearActionTriggers()...
2009-09-14  Stefan Csomoradded missing destructor
2009-09-14  Stefan Csomorfixing and completing iPhone sound
2009-09-14  Stefan Csomorenable backface culling which is not enabled by default...
2009-09-14  Stefan Csomorremove debug logging
2009-09-14  Stefan CsomorLaunch Services are not available on iPhone
2009-09-14  Vadim ZeitlinFix VC6 compilation after r61919.
2009-09-14  Stefan Csomoradding glFrustum to compat API, supporting SetColour...
2009-09-14  Vadim ZeitlinAdded support for corner, row and column headers render...
2009-09-14  Vadim ZeitlinDocument wxGridCellAttrProvider.
2009-09-14  Vadim ZeitlinRemove unneeded pointer check.
2009-09-13  Stefan Csomoradapting to new sound file organization for osx
2009-09-13  Jaakko SalliMinor code cleanup
2009-09-13  Stefan Csomoradding types for OpenGL on iPhone
2009-09-13  Stefan Csomoradapting to new sound files organization on osx
2009-09-13  Stefan Csomoravoiding potential infinite recursion
2009-09-13  Stefan Csomorsupporting rotated display correctly for display size
2009-09-13  Stefan Csomorenabling correct audio framework on OSX
2009-09-13  Stefan Csomorsound implementation for AudioToolbox on 10.5 and iPhone
2009-09-13  Stefan CsomorOpenGL for iPhone
2009-09-13  Stefan CsomorOpenGL changes for carbon and cocoa
2009-09-13  Stefan Csomoradding emulation API for OpenGL ES platforms
2009-09-13  Stefan NeisBe more paranoid about parent window possibly being...
2009-09-13  Vadim ZeitlinFix test compilation under OS X.
2009-09-13  Vadim ZeitlinReenable build of execmon in utils bakefile.
2009-09-13  Francesco Montorsiadd execmon bakefile (which was forgotten in the initia...
2009-09-12  Vadim ZeitlinDocument the meaning of empty value name in wxRegKey...
2009-09-12  Vadim ZeitlinWrite correct number of bytes in wxFile::Write(wxString).
2009-09-12  Vadim ZeitlinExtract TestFile class in a separate header.
2009-09-12  Vadim ZeitlinAdd convenient wxMBConv::cMB2WC/WC2MB overloads taking...
2009-09-12  Vadim ZeitlinUnregister wake up pipe file fd in ~wxConsoleEventLoop.
2009-09-12  Vadim ZeitlinDisable build of utils/execmon.
2009-09-12  Vadim ZeitlinRebake all the samples, demos and tests makefiles.
2009-09-12  Vadim Zeitlinregenerated
2009-09-12  Vadim ZeitlinRemove WX_DEBUG option from Unix wx presets, it's not...
2009-09-12  Vadim ZeitlinAdd wxDEBUG_LEVEL to wx/setup.h and document it.
2009-09-12  Vadim ZeitlinChange Unix build system to not use debug build any...
2009-09-12  Vadim ZeitlinUse wxDEBUG_LEVEL instead of __WXDEBUG__ in wxInfoMessa...
2009-09-12  Vadim ZeitlinUse "d" suffix according to DEBUG_RUNTIME_LIBS, not...
2009-09-12  Vadim ZeitlinDefine wxDEBUG_LEVEL in both debug and release builds...
2009-09-12  Vadim ZeitlinRestore correct setting of the background colour.
2009-09-12  Vadim ZeitlinDocument ctors creating a wxString from repeated charac...
2009-09-12  Vadim ZeitlinDocument wxStandardPaths vendor-related changes.
2009-09-11  Stefan Csomoradding Kevin's fix for wxTOOL_STYLE_SEPARATOR
2009-09-11  Jaakko SalliFixed constants of the new wxPG_EX styles
2009-09-11  Julian SmartwxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_...
2009-09-11  Julian SmartDocumented a couple of combo control fixes on Mac.
2009-09-11  Julian SmartFixed a bug on Mac whereby popup window disappeared...
2009-09-11  Julian SmartFix on Mac to prevent scrollbars always being shown
2009-09-10  Jaakko SalliNotify if the grid is being destroyed in an event gener...
2009-09-10  Vadim ZeitlinMention wxOSX/Cocoa in the old wxCocoa docs.
2009-09-09  Jaakko SalliAdapted wxPGComboBox margins setup to changes in wxComb...
2009-09-09  Jaakko SalliVarious improvements to wxComboCtrl's text ctrl left...
2009-09-08  Jaakko SalliFixed a warning generated by GCC 4.4.0
2009-09-08  Jaakko SalliUse real id for wxPGCanvas
2009-09-08  Vadim ZeitlinSet correct foreground default in wxControl::DoMSWContr...
2009-09-08  Vadim ZeitlinDon't always override the default background colours.
2009-09-08  Vadim ZeitlinUse correct visual attributes for wxSpinCtrl.
2009-09-08  Vadim ZeitlinFix wxLog compilation with wxUSE_THREADS==0.
2009-09-07  Vadim ZeitlinAlways use 32bpp image lists.
2009-09-07  Vadim ZeitlinShow the order in which different event handlers are...
2009-09-07  Vadim ZeitlinFix bug with parsing concatenated switches in wxCmdLine...
2009-09-07  Jouk Jansenremoved superfluous ;
2009-09-07  Jouk Jansenfixed typo : wxDEPRECTED -> wxDEPRECATED
2009-09-06  Vadim ZeitlinRecognize the buddy text control as part of wxSpinCtrl.
2009-09-06  Vadim ZeitlinCompilation fix after wxTextEntry::SetMargins() changes.
2009-09-06  Vadim ZeitlinUse SYSTEMTIME instead of DOS time when converting...
2009-09-06  Vadim ZeitlinTake time into account in wxDateTime <-> SYSTEMTIME...
2009-09-06  Jaakko SalliDo not allow multiple selection when dragging in the...
2009-09-06  Jaakko SalliFixed property iterator crash when iterating through...
2009-09-06  Jaakko SalliAdded check to allow multiple selection by dragging...
2009-09-05  Vadim ZeitlinPerform Apple SDK tests for Mac ports only.
2009-09-05  Jaakko SalliFixed GtkBorder allocation (hopefully)
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-09-05  Vadim ZeitlinClarify the separator native look remark.
2009-09-05  Kevin OllivierIf gcc-4.2+ is specified for compiling OS X Carbon...
2009-09-04  Vadim ZeitlinEnable debug information in release builds for msvc...
2009-09-04  Vadim ZeitlinImplement wxSTAY_ON_TOP for wxMessageDialog in wxGTK.
2009-09-04  Vadim ZeitlinDocument wxFileName::SetPath().
2009-09-04  Vadim ZeitlinFix regression with logging messages during wxApp initi...
2009-09-03  Vadim ZeitlinTweak the default wxApp::GetAppDisplayName() logic.
2009-09-03  Vadim ZeitlinReact to errors on socket correctly when using epoll().
2009-09-03  Vadim ZeitlinClarify the priority rules for static and dynamic handlers.
2009-09-01  Jaakko SalliNormalize property label editor margins on wxMSW
2009-09-01  Jaakko SalliOnly respect property's wxPG_PROP_READONLY flag for...
2009-09-01  Jaakko SalliAdded 'bool editable' argument to wxPropertyGrid::MakeC...
2009-09-01  Jaakko SalliRemoved some old code that generated warnings on some...
2009-09-01  Jaakko SalliFixed a severe crash bug
2009-08-31  Vadim ZeitlinCorrectly determine best wxPropertyGrid width.
2009-08-31  Vadim ZeitlinAvoid spurious uninitialized variable warning.
2009-08-30  Vadim ZeitlinCorrect wxImage::Size() again; add unit tests for it.
2009-08-30  Vadim ZeitlinAdd support for bilinear resize algorithm to wxImage.
2009-08-30  Vadim ZeitlinUse correct font instead of DEFAULT_GUI_FONT.
2009-08-30  Vadim ZeitlinFix buffer overflow in wxURLDataObject.
2009-08-30  Vadim ZeitlinFix off by one errors in wxURLDataObject.
2009-08-30  Vadim ZeitlinOutput the extracted number from wxString::ToXXX()...
next