Implemented text boxes and tables, and further editing pages for backgrounds, borders...
[wxWidgets.git] / src /
2011-01-14  Julian SmartImplemented text boxes and tables, and further editing...
2011-01-13  Vadim ZeitlinFixes for parsing invalid HTML without tag ends.
2011-01-13  Vadim ZeitlinNo changes, just remove a level of indentation in wxHtm...
2011-01-13  Jouk JansenwxComboBox::GetClassInfo() should not be defined here
2011-01-12  Jaakko SalliIn wxBitmapComboBox::RecreateControl(), only call Chang...
2011-01-12  Vadim ZeitlinAdd support for icons in wxAUI panes title bars.
2011-01-12  Vadim ZeitlinFix crash in wxGenericRichMessageDialog::IsCheckBoxChec...
2011-01-11  Jouk Jansenmake sure wxNativeFontInfo is defined
2011-01-11  Jouk Jansenupdate OpenVMS makefile
2011-01-10  Vadim ZeitlinCheck index in wxItemContainer methods working with...
2011-01-10  Vadim ZeitlinRemove redundant top level const in wxRibbonBar::ShowPa...
2011-01-08  Paul Cornettremove always-true test of unsigned >= 0
2011-01-08  Paul Cornettremove unneeded #includes
2011-01-08  Paul Cornettremove always-true tests of unsigned >= 0
2011-01-08  Stefan Csomorremoving xti code which isn't necessary for unicode...
2011-01-08  Paul CornettMove SendIdleEvents() from wxApp to wxWindow.
2011-01-08  Stefan Csomoradding xti info for commandlinkbutton
2011-01-07  Stefan Csomorgcc fixes
2011-01-07  Stefan Csomorbracketing xti-only methods
2011-01-07  Stefan Csomoradding xti info
2011-01-07  Stefan Csomorcommon rtti in nbkbase.cpp
2011-01-07  Stefan Csomorcorrecting merge conflict
2011-01-07  Stefan Csomorcommon rtti in fontcmn.cpp
2011-01-07  Stefan Csomoravoid type conflict with univ wxMenuInfo
2011-01-07  Stefan Csomorhaving menu classinfo at one place
2011-01-07  Stefan Csomorremove non-xti classinfo
2011-01-07  Václav SlavíkImplement wxCOL_WIDTH_AUTOSIZE on OS X.
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2011-01-07  Stefan Csomorxti changes
2011-01-07  Stefan Csomorxti changes
2011-01-07  Stefan Csomorremoving xti info from msw specific files
2011-01-07  Stefan Csomorremoving xti info from msw specific files
2011-01-07  Stefan Csomoraligning definition of rtti
2011-01-07  Jouk JansenUpdate OpenVMS compile support
2011-01-07  Dimitri SchoolwerthFixed saving PNG in wrong format sometimes.
2011-01-07  Paul Cornettbuild fix, should have been part of r66615
2011-01-07  Paul CornettMove wxColourData and wxFontData into separate files.
2011-01-07  Paul Cornettnon-pch build fixes
2011-01-06  Vadim ZeitlinAdd possibility to hide panels in wxRibbon.
2011-01-06  Václav SlavíkFix typo and a leftover.
2011-01-06  Stefan Csomorfixing a few typos, wxAny copy constructor implementati...
2011-01-06  Jouk JansenUpdate compile support for OpenVMS
2011-01-05  Vadim ZeitlinCorrect measurement for owner drawn menu items with...
2011-01-05  Vadim ZeitlinNo changes, just fix a typo in a variable name.
2011-01-05  Paul Cornettmake wxMarkupEntities fully const
2011-01-05  Paul Cornettmove variable definitions to more appropriate places...
2011-01-05  Dimitri SchoolwerthAllow loading 8-bit TGA images when wxUSE_PALETTE is...
2011-01-05  Dimitri SchoolwerthAlways save PNG as a true colour image instead of possi...
2011-01-05  Stefan Csomorwas missing in xti merge
2011-01-05  Stefan Csomorwas missing in xti merge
2011-01-05  Stefan Csomorwas missing in xti merge
2011-01-05  Jouk JansenUpdate compile support for OpenVMS
2011-01-05  Paul Cornettset eol-style and keywords properties on new files
2011-01-04  Dimitri Schoolwerthcompilation fixes for wxMSW compilation with wxUSE_PALE...
2011-01-04  Vadim ZeitlinRemove duplicate IMPLEMENT_XXX_CLASS macros from wxUniv...
2011-01-04  Vadim ZeitlinCompilation fix for PNG saving code when wxUSE_PALETTE==0.
2011-01-04  Stefan Csomorcorrect macro name
2011-01-04  Stefan Csomoris a #deffed var
2011-01-04  Vadim ZeitlinUse wxControl instead of wxControlWithItems with wxRTTI...
2011-01-04  Vadim ZeitlinUse wxControl as wxComboBox base class for wxRTTI in...
2011-01-04  Stefan Csomorfixing rti
2011-01-04  Dimitri SchoolwerthMinor wxPNGHandler cleanup.
2011-01-04  Dimitri SchoolwerthFixed deprecated usage warnings in wxPNGHandler.
2011-01-04  Stefan Csomoradd rtti for generic class
2011-01-04  Vadim ZeitlinRemove duplicate IMPLEMENT_DYNAMIC_CLASS() for wxGtkCal...
2011-01-04  Vadim ZeitlinDon't use "/*" inside a C comment.
2011-01-04  Dimitri SchoolwerthCleaned up wxGIFDecoder.
2011-01-04  Stefan Csomorremoving msw dependency in non-precomp build
2011-01-04  Stefan Csomorremoving msw dependency in non-precomp build
2011-01-04  Stefan Csomorfixing duplicate rti info for gtk
2011-01-04  Stefan Csomorfixing duplicate rti info
2011-01-04  Stefan Csomorfixing duplicate rti info
2011-01-04  Stefan Csomormerging back XTI branch part 2
2011-01-04  Stefan Csomorfixing selectors
2011-01-03  Dimitri SchoolwerthAdded support for saving PNG files with palette.
2011-01-03  Vadim ZeitlinSet up pages range in the wxMSW print dialog correctly.
2011-01-03  Vadim ZeitlinDon't name variables "id" in public headers.
2011-01-03  Stefan Csomorfixing warning and compile error against 10.4
2011-01-03  Stefan Csomoradding new files for xti merge
2011-01-03  Paul Cornettbuild fix for wxUSE_CONSOLE_EVENTLOOP==0
2011-01-03  Paul Cornettnon-pch build fix
2011-01-03  Vadim ZeitlinDecrease the margins around the page in the print preview.
2011-01-03  Vadim ZeitlinDon't hardcode wxPreviewControlBar size in print previe...
2011-01-03  Vadim ZeitlinImprove print preview appearance and functionality.
2011-01-03  Václav SlavíkDebug messages aren't meant to be translated.
2011-01-03  Vadim ZeitlinDon't use deprecated NSTableView selectRow:byExtendingS...
2011-01-03  Vadim ZeitlinAdd wxCompositeWindow<> and use it in wxDatePickerCtrlG...
2011-01-03  Vadim ZeitlinNo real changes, just remove an unneeded header dependency.
2011-01-03  Dimitri SchoolwerthFixed compilation of datectlg.cpp.
2011-01-02  Vadim ZeitlinSimplify wxFileNameFromPath() implementation to avoid...
2011-01-02  Vadim ZeitlinFix memory leak if wxDC::DrawBitmap() fails in wxOS2.
2011-01-02  Vadim ZeitlinUse correct delete[] for a buffer allocated with new[].
2011-01-02  Vadim ZeitlinForward declare classes instead of including their...
2011-01-02  Paul Cornettfix preprocessor expression, closes #12822
2011-01-02  Jaakko SalliAllow any.cpp to compile without wxDateTime support...
2011-01-02  Jaakko SalliAdded 'HasAlpha' attribute for wxColourProperty. Settin...
2011-01-01  Stefan Csomorpusing a dummy event, to make sure the stop: succeeds...
2011-01-01  Stefan Csomorbracketing msw enhanced metafile usage
2011-01-01  Stefan Csomorfixing iterator comparison
2010-12-31  Vadim ZeitlinPCH-less compilation fix in recently added wxTangoArtPr...
next