Fix bug in the hook which prevented committing makefiles.
[wxWidgets.git] / src /
2009-09-23  Vadim ZeitlinSuppress harmless mingw32 warning about unused value.
2009-09-23  Vadim ZeitlinExtract default grid header renderers from wxGridCellAt...
2009-09-23  Vadim ZeitlinDon't use deprecated integer mask with wxLogTrace().
2009-09-23  Julian SmartAdded wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler...
2009-09-23  Julian SmartFixed #10702 (encoding not used in HTML handler)
2009-09-23  Julian SmartFix for wrong line placement when centering or right...
2009-09-22  Julian SmartFix for #4696: added SetDefaultStyleToCursorStyle(...
2009-09-22  Julian SmartReturning WVR_REDRAW triggers Windows bug that moves...
2009-09-22  Jouk JansenInclude compile support for propgrid & ribbon on OpenVMS
2009-09-22  Julian SmartFixed #9996 (incorrect XML output in Ansi build for...
2009-09-22  Julian SmartFixed wxBORDER_THEME breakage
2009-09-22  Julian SmartDon't use deprecated background style
2009-09-22  Jouk JansenUpdate OpenVMS makefile
2009-09-22  Vadim ZeitlinCall wxApp::ProcessPendingEvents() from wxX11 event...
2009-09-22  Vadim ZeitlinOverride DrawLabel() to avoid crossing out disabled...
2009-09-22  Vadim ZeitlinAdd a separate wxControlRenderer::DrawButtonLabel(...
2009-09-22  Vadim ZeitlinImplement wxGetActiveWindow() for wxX11.
2009-09-22  Vadim ZeitlinImplement wxWindow::DoGetBorderSize() in wxUniv.
2009-09-22  Vadim ZeitlinDefine wxSetDetectableAutoRepeat() for X11-based ports...
2009-09-22  Vadim ZeitlinMove wxSetDetectableAutoRepeat() to a section compiled...
2009-09-21  Vadim ZeitlinRecognize old wx{CHB,LB}_XXX styles in XRC.
2009-09-21  Vadim ZeitlinRestore socket initialization times counter.
2009-09-21  Vadim ZeitlinDon't call wxSocketBase::IsInitialized() from worker...
2009-09-21  Stefan Csomoron iPhone default is to cover entire screen
2009-09-21  Stefan Csomorfixing cast warnings on OSX 10.6
2009-09-21  Stefan Csomorfixing include type
2009-09-21  Vadim ZeitlinAccount for the margins used by Windows around status...
2009-09-21  Stefan Csomormoving themeing include to private.h
2009-09-21  Vadim ZeitlinInitialize wxMDIParentFrame::m_accelWindowMenu in defau...
2009-09-21  Vadim ZeitlinwxSocket::Initialize() and Shutdown() are for main...
2009-09-20  Vadim ZeitlinPut wxAny implementation entirely in the header.
2009-09-20  Julian SmartAvoid duplicate character event for VK_DECIMAL on numer...
2009-09-19  Vadim ZeitlinOptionally return length from wxLoadUserResource().
2009-09-19  Vadim ZeitlinSet svn properties correctly for the newly added files.
2009-09-19  Jaakko SalliwxAny initial commit (closes #10932)
2009-09-18  Vadim ZeitlinDon't query system option in every DrawBitmap() call...
2009-09-18  Vadim ZeitlinChange return type of wxList::Member() to bool.
2009-09-18  Vadim ZeitlinFix recurring typo in "theming".
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...
next