]> git.saurik.com Git - wxWidgets.git/history - src
Fix over aggressive clipping in generic wxListCtrl header drawing.
[wxWidgets.git] / src /
2010-04-12  Vadim ZeitlinFix over aggressive clipping in generic wxListCtrl...
2010-04-12  Vadim ZeitlinFix crash in wxListbook if image list is assigned after...
2010-04-12  Vadim ZeitlinTranslate the label used by the font picker dialog.
2010-04-12  Vadim ZeitlinFix compilation of wxIconBundle in some particular...
2010-04-12  Vadim ZeitlinUse string sort order with CompareString() in wxString...
2010-04-11  Stefan Csomorcocoa implementation for overlay
2010-04-10  Vadim ZeitlinDon't crash if wxMimeTypesManager is used before wxApp...
2010-04-10  Stefan Csomorflushing upon destruction, hope this won't redraw conge...
2010-04-10  Stefan Csomornote for future implementation using a former private API
2010-04-09  Vadim ZeitlinDiscard fully transparent alpha channel when loading...
2010-04-09  Vadim ZeitlinAdd wxImage::ClearAlpha().
2010-04-08  Stefan Csomortrying to simplify and optimize font handling
2010-04-08  Stefan Csomorusing statically allocated font objects for speedup
2010-04-08  Stefan Csomorallowing direct native tlw modal loops
2010-04-08  Stefan Csomorswitching modal loop implementation, fixes #11921
2010-04-07  Stefan Csomorfixing NSFontDescriptor matching for font weights and...
2010-04-07  Robin DunnDrop the Array class added in the last scintilla patch...
2010-04-07  Robin DunnTest m_dc before using it
2010-04-07  Stefan Csomorfixing focus, fixes #11911
2010-04-07  Václav SlavíkFixed wxFileSystem::FileNameToURL() regression with...
2010-04-07  Stefan Csomorborders might have to be drawn differently
2010-04-07  Vadim ZeitlinFix harmless MSVC warning about int to bool conversion...
2010-04-07  Vadim ZeitlinSuppress dummy gcc warnings in regex library code.
2010-04-07  Vadim ZeitlinWork around "possibly uninitialized variable" warning...
2010-04-07  Stefan Csomorswitching loop mode for idle processing, fixes #11912...
2010-04-06  Francesco Montorsifix typos introduced by error in r63870 (see #10673)
2010-04-06  Stefan Csomormaking gradients working again
2010-04-06  Stefan Csomorsupporting text foreground color, fixes #11903
2010-04-06  Stefan Csomorfixing warnings
2010-04-06  Vadim ZeitlinAdd wxTextEntryBase::ForwardEnableTextChangedEvents().
2010-04-06  Vadim ZeitlinFix text text changed events sending in OS X combo...
2010-04-06  Vadim ZeitlinMove SendTextUpdatedEvent() down to wxTextEntryBase...
2010-04-06  Vadim ZeitlinImplement support for gradient stops for OS X.
2010-04-06  Vadim ZeitlinRemove duplicated GetTextPeer() definitions from derive...
2010-04-06  Vadim ZeitlinSet the value passed to wxComboBox ctor in wxOSX/Cocoa.
2010-04-06  Vadim ZeitlinSuppress a harmless signed/unsigned comparison warning.
2010-04-06  Vadim ZeitlinSuppress unused parameter warnings.
2010-04-06  Stefan Csomoradding clipboard events, fixes #11906
2010-04-06  Vadim ZeitlinRemove extra semicolons from NOTIFYICONDATA_V[12]_SIZE...
2010-04-06  Vadim ZeitlinAdd support for IEC and SI size units to wxFileName...
2010-04-06  Jouk JansenUpdate OpenVMS compile support
2010-04-06  Vadim ZeitlinCorrect checks for gradient stop position.
2010-04-05  Robert Roeblingnon PCH compilation
2010-04-05  Václav SlavíkFix text input and completion in wxComboCtrl and wxOwne...
2010-04-05  Václav SlavíkwxOwnerDrawnComboBox: handle Home and End keys as nativ...
2010-04-05  Václav SlavíkPass events around with ProcessEvent(), not AddPendingE...
2010-04-05  Václav SlavíkwxOwnerDrawnComboBox: handle numpad navigation keys.
2010-04-05  Václav SlavíkImplement native mousewheel behaviour in wxOwnerDrawnCo...
2010-04-05  Václav SlavíkIn wxPopupFocusHandler, watch for EVT_CHAR, not EVT_KEY...
2010-04-05  Stefan Csomormoving OnInit back
2010-04-05  Vadim ZeitlinAdd support for gradient stops to wxGraphicsContext.
2010-04-05  Vadim ZeitlinUse helper wxColourToColor function in wxMSW wxGraphics...
2010-04-05  Paul Cornettavoid setting negative window size
2010-04-05  Paul Cornettfreeze whole window for TLW
2010-04-05  Paul Cornettavoid permanently frozen TLW when frozen child is destr...
2010-04-04  Vadim ZeitlinFix wxTaskBarIcon to work under all Windows versions.
2010-04-03  Stefan Csomorshuffling code back from eventloop to common app utils
2010-04-03  Stefan Csomorno special casing for iphone necessary
2010-04-03  Stefan Csomorfixing wrong version commit
2010-04-03  Stefan Csomorsupport for toggle bitmap button
2010-04-03  Stefan Csomorfixing multilib build
2010-04-02  Vadim ZeitlinFix crash in wxMediaCtrl::GetDownloadProgress() with...
2010-04-02  Vadim ZeitlinShow labels for controls in wxOSX/Carbon toolbars.
2010-04-02  Stefan Csomorkeeping m_labelOrig untouched, solves test failures...
2010-04-02  Stefan Csomorsimplifying modal event loop handling
2010-04-02  Stefan Csomormoving OnInit to a later stage to avoid Carbon Emulatio...
2010-04-01  Paul Cornettmove everything inside wxUSE_RIBBON wrapper
2010-04-01  Paul Cornettavoid setting negative window sizes
2010-04-01  Jouk JansenFix OpenVMS compile support for new version in src/stc
2010-03-30  Francesco MontorsiCommitting modified version of jwiesemann's patch ...
2010-03-30  Robin DunnApply patch (plus some additional changes) upgrading...
2010-03-29  Vadim ZeitlinOnly allow opening existing files in docview framework.
2010-03-29  Jaakko SalliFor better support of wxValidators, invoke wxValidator...
2010-03-29  Václav SlavíkUse fixed screen DPI of 96 when printing HTML.
2010-03-29  Václav SlavíkRemoved useless wxDisplaySize() calls from wxHtmlPrintout.
2010-03-29  Paul Cornettnon-pch build fix
2010-03-29  Paul CornettReverse hierarchy of wxPizza GdkWindows
2010-03-28  Vadim ZeitlinImplement wxMask copy ctor for wxGTK.
2010-03-28  Vadim ZeitlinSuppress gcc warnings about double to int conversion.
2010-03-28  Vadim ZeitlinFix bug in wxMBConv_cf::FromWChar() in OS X.
2010-03-28  Francesco Montorsino real changes: just a small optimization on wxStaticT...
2010-03-28  Václav SlavíkwxHTML: Support percentage width in IMG tag.
2010-03-28  Václav SlavíkReverted wxFileSystem support in wxLocale.
2010-03-28  Václav SlavíkFix wxFileSystem::FileNameToURL() for Unicode file...
2010-03-28  Václav SlavíkPreserve m_skipped in wx[Var]ScrollHelperEvtHandler...
2010-03-25  Vadim ZeitlinAllow overriding print preview frame creation in docview.
2010-03-25  Jaakko SalliFix focus at the end of a property label edit (needed...
2010-03-25  Jaakko SalliIn wxPropertyGrid::HandleCustomEditorEvent(), ignore...
2010-03-25  Jouk JansenUpdates to make wxWidgets compaile on OpenVMS again
2010-03-23  Paul Cornettbetter fix for #11803, don't set iconized state for...
2010-03-23  Paul Cornettignore iconized state when computing client size for...
2010-03-23  Vadim ZeitlinImplement wxDocument::Revert() and show its use in...
2010-03-23  Vadim ZeitlinAlways call wxView::Close() when closing it.
2010-03-23  Julian SmartFixed ordering bug that caused an assertion because...
2010-03-22  Vadim ZeitlinClarify wxDateTime::ParseDateTime() semantics: it needs...
2010-03-22  Jaakko SalliFixed RefreshRect() call in wxPropertyGrid::DrawItems...
2010-03-22  Vadim ZeitlinFix wxOSX compilation without PCH.
2010-03-22  Vadim ZeitlinAdd wxUSE_UIACTIONSIMULATOR and turn it off by default.
2010-03-22  Vadim ZeitlinDon't enter an infinite loop if a spacer with min size...
2010-03-22  Vadim ZeitlinFix the selection validity check in wxSingleChoiceDialog.
next