]> git.saurik.com Git - wxWidgets.git/history - src
Use UTF-8 for all non-ASCII characters in the sources.
[wxWidgets.git] / src /
2009-09-18  Vadim ZeitlinUse UTF-8 for all non-ASCII characters in the sources.
2009-09-18  Vadim ZeitlinDefine NDEBUG when building 3rd party libraries.
2009-09-18  Vadim ZeitlinUse wxASSERT() instead of assert() in wx code.
2009-09-18  Vadim ZeitlinCorrect wxStreamBuffer::Seek() return value.
2009-09-18  Vadim ZeitlinAnother compilation fix for wxRibbon under OS X.
2009-09-18  Julian SmartFixes for Mac (use wxClientDC not wxMemoryDC for tempor...
2009-09-17  Vadim ZeitlinCompilation fix for ANSI build after r61898.
2009-09-17  Julian SmartAdded missing includes
2009-09-16  Vadim ZeitlinRibbon compilation fixes for OS X.
2009-09-16  Vadim ZeitlinProvide implementation for wxArrayString::resize().
2009-09-16  Vadim ZeitlinAllow creating wxSingleInstanceChecker with default...
2009-09-16  Peter CawleyMerged GSOC Ribbon work from SOC2009_RIBBON branch...
2009-09-15  Vadim ZeitlinChange wxBoxSizer::AddSpacer() to only add space in...
2009-09-15  Vadim ZeitlinCorrect wxPendingDelete declaration.
2009-09-14  Vadim ZeitlinAdd wxXmlResource::LoadObjectRecursively().
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  Stefan Csomoradding glFrustum to compat API, supporting SetColour...
2009-09-14  Vadim ZeitlinAdded support for corner, row and column headers render...
2009-09-13  Stefan Csomoradapting to new sound file organization for osx
2009-09-13  Jaakko SalliMinor code cleanup
2009-09-13  Stefan Csomoravoiding potential infinite recursion
2009-09-13  Stefan Csomorsupporting rotated display correctly for display size
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-12  Vadim ZeitlinWrite correct number of bytes in wxFile::Write(wxString).
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 ZeitlinUse wxDEBUG_LEVEL instead of __WXDEBUG__ in wxInfoMessa...
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-11  Stefan Csomoradding Kevin's fix for wxTOOL_STYLE_SEPARATOR
2009-09-11  Julian SmartwxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_...
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-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 ZeitlinFix wxLog compilation with wxUSE_THREADS==0.
2009-09-07  Vadim ZeitlinAlways use 32bpp image lists.
2009-09-07  Vadim ZeitlinFix bug with parsing concatenated switches in wxCmdLine...
2009-09-07  Jouk Jansenremoved superfluous ;
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  Jaakko SalliFixed GtkBorder allocation (hopefully)
2009-09-05  Jaakko SalliwxTextEntry::SetMargins(), GetMargins() - implemented...
2009-09-04  Vadim ZeitlinImplement wxSTAY_ON_TOP for wxMessageDialog in wxGTK.
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-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()...
2009-08-30  Vadim ZeitlinUse GetBestSize() rather than DoGetBestSize().
2009-08-30  Vadim ZeitlinFix selection events generation in multi-select wxTreeCtrl.
2009-08-30  Vadim ZeitlinDon't generate duplicated events for clicks on tree...
2009-08-29  Jaakko SalliDisabled top-level parent tracking by default (crashes...
2009-08-28  Vadim ZeitlinCompilation fix for wxUSE_PROTOCOL && !wxUSE_URL.
2009-08-28  Vadim ZeitlinCompilation fixes for wxUSE_FONTMAP==0.
2009-08-28  Vadim ZeitlinNo real changes, just slightly simplify code.
2009-08-27  Paul Cornettsmall fix to last commit, only disable updating decor...
2009-08-27  Paul Cornettavoid deferred show with Fluxbox, its support for _NET_...
2009-08-26  Vadim ZeitlinFix wxDocManager::GetLastDirectory() when there is...
2009-08-26  Vadim ZeitlinUse correct array size for weekday names.
2009-08-26  Vadim ZeitlinUse #pragma message and not #pragma warning for MSVC.
2009-08-26  Vadim ZeitlinCompilation fix for wxUSE_INTL==0 in wxMSW MDI code.
2009-08-24  Kevin OllivierRestore pattern creation, and do sanity checks before...
2009-08-24  Vadim ZeitlinDon't append text following CDATA section to its node...
2009-08-24  Vadim ZeitlinNo changes, just fix unused variables and parameters...
2009-08-24  Vadim ZeitlinAdd A0 and A1 formats to wxPaperSize enumeration.
2009-08-24  Jouk JansenUpdate OpenVMS compile support
2009-08-23  Vadim ZeitlinAllow entering minus sign in wxMSW wxSpinCtrl if needed.
2009-08-23  Vadim ZeitlinNever overflow the output buffer in wxBase64Decode().
2009-08-23  Vadim ZeitlinCorrect the order of coordinates in CGPoint initializer.
2009-08-23  Vadim ZeitlinAdded wxGridSize::GetEffective{Cols,Rows}Count().
2009-08-23  Vadim ZeitlinMake WXK_NUMPAD_TAB member of WXK_CATEGORY_TAB.
next