]> git.saurik.com Git - wxWidgets.git/history - src
remove unused mouse event and redundant checks
[wxWidgets.git] / src /
2011-03-27  Paul Cornettremove unused mouse event and redundant checks
2011-03-27  Paul Cornetta few changes for gtk3, avoiding direct struct access
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-03-25  Julian SmartFix for image saving speedup
2011-03-25  Václav SlavíkDon't use deprecated gtk_widget_ref().
2011-03-24  Paul Cornettfix tool item enter/leave notify, fixes #13083
2011-03-24  Vadim ZeitlinSet m_inheritBgCol flag in wxPanel with a background...
2011-03-24  Julian SmartSpeeded up image saving to XML (WriteHex).
2011-03-23  Paul Cornettclean up wxGTK tooltip code
2011-03-23  Dimitri SchoolwerthFixed buffer overflow when saving certain images in...
2011-03-23  Václav SlavíkOnly react to clicks on the checkbox in wxDataViewToggl...
2011-03-23  Vadim ZeitlinPrevent event generation in wxGtkCalendarCtrl::SetDate().
2011-03-22  Václav SlavíkFix <object_ref> processing to respect overridden attri...
2011-03-22  Stefan Csomorwiring notifications
2011-03-22  Vadim ZeitlinAdd wxUSE_THREADS checks around wxMSW functions dealing...
2011-03-22  Vadim ZeitlinDon't consider fully opaque bitmaps as having alpha...
2011-03-22  Vadim ZeitlinPost size events to the event handler and not window...
2011-03-22  Vadim ZeitlinUse disabled version of normal bitmap for disabled...
2011-03-22  Stefan Csomorfirst version of osx_cocoa implementation
2011-03-22  Stefan Csomoronly remove from parent if not content view, fixes...
2011-03-22  Vadim ZeitlinCorrectly align background brush when erasing owner...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-22  Dimitri SchoolwerthNo code changes, removed tabs from source file.
2011-03-22  Jouk JansenUpdate OpenVMS makefiles for WXMARKUP
2011-03-22  Jaakko SalliTo have better support for themed and custom background...
2011-03-22  Jaakko SalliIn wxComboCtrlBase::DrawButton(), let the button backgr...
2011-03-22  Stefan Csomorfixes #13064
2011-03-22  Stefan Csomorfixes #12579
2011-03-21  Vadim ZeitlinFix wxMSW build without PCH after recent wxPanel changes.
2011-03-21  Vadim ZeitlinAllow using milliseconds in wxLog timestamp.
2011-03-20  Dimitri SchoolwerthMade some TIFF reading adjustments.
2011-03-20  Vadim ZeitlinFix test for wxHAS_GENERIC_PANEL for PCH-less build.
2011-03-20  Stefan Csomorspinctrl on mac is generic, so the peer is a userpane...
2011-03-20  Jaakko SalliAdded wxComboCtrlBase::m_hasTcBgCol. Re-using base...
2011-03-20  Jaakko SalliRedone (generic) wxComboCtrl background painting and...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-20  Vadim ZeitlinAdd wxPanel::SetBackgroundBitmap().
2011-03-20  Vadim ZeitlinSplit wxPanel in wxPanelBase and platform-specific...
2011-03-20  Vadim ZeitlinNo changes, just refactor wxMSW background brush methods.
2011-03-19  Vadim ZeitlinFix wxRegKey::GetKeyInfo() output parameters in 64...
2011-03-19  Stefan Csomorgoing private with userpane info
2011-03-18  Stefan Csomormoving userpane attribute into implementation
2011-03-18  Dimitri SchoolwerthSet svn properties on various files throughout the...
2011-03-18  Stefan Csomorgoing private for m_peer to give a foundation for bette...
2011-03-18  Stefan Csomorgoing private for m_peer to give a foundation for bette...
2011-03-18  Vadim ZeitlinFix exporting clipboard data to primary selection in...
2011-03-18  Vadim ZeitlinAdd wxHtmlHelpController::SetShouldPreventAppExit().
2011-03-18  Vadim ZeitlinLimit the search in wxMSW virtual wxListCtrl by time.
2011-03-17  Julian SmartFixed problems caused by duplicated names across differ...
2011-03-16  Stefan Csomoradding missing newline at end of file
2011-03-16  Stefan Csomorremoving condition that is always true anyway (unsigned>=0)
2011-03-16  Dimitri SchoolwerthAdded support for reading image resolutions from PNG...
2011-03-16  Stefan Csomorfixing unused params
2011-03-16  Stefan Csomoralways skip OnSize
2011-03-16  Stefan Csomorcalling explicit base class constructor from copy const...
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-03-16  Stefan Csomorfixing iterator use
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-03-16  Stefan Csomormaking conversion explicit silences deprecation warning
2011-03-16  Stefan Csomorsigned/unsigned warning fix
2011-03-16  Stefan Csomorsigned/unsigned warning fix
2011-03-16  Stefan Csomorreplace usage of objective-c keyword 'id'
2011-03-16  Stefan Csomorsilence incorrect warning about missing return value
2011-03-15  Dimitri SchoolwerthChanged behaviour of wxImageResizeQuality parameter...
2011-03-15  Dimitri SchoolwerthChanged wxImage.ResampleBox to always use a box size...
2011-03-15  Vadim ZeitlinFix setting tooltips for generic wxSpinCtrl.
2011-03-14  Vadim ZeitlinNo changes, just clean up wxSVGFileDC code a little.
2011-03-14  Vadim ZeitlinDon't generate wxEVT_CHAR_HOOK events while the mouse...
2011-03-14  Vadim ZeitlinDon't intercept Escape key while IME is active.
2011-03-14  Vadim ZeitlinProduce correct SVG files in all locales.
2011-03-14  Vadim ZeitlinFix changing the size of the bitmaps in wxMSW wxButton.
2011-03-14  Vadim ZeitlinPrint everything by default in non-interactive mode.
2011-03-14  Vadim ZeitlinAllow wxThread::Wait() and Delete() to block, even...
2011-03-14  Vadim ZeitlinRespect alignment flags for owner-drawn buttons in...
2011-03-14  Julian SmartAdded initialisation and checks
2011-03-13  Vadim ZeitlinAdded precision parameter to wxString::From[C]Double().
2011-03-13  Vadim ZeitlinNo changes, just correct a wrong trailing comment in...
2011-03-12  Stefan Csomoradd external utf16 text type explicitely, as it otherwi...
2011-03-11  Stefan Csomorsupporting 24 and 64 sizes via scaling up
2011-03-10  Stefan Csomorunder cocoa a too-small static box leads to erroneous...
2011-03-10  Stefan Csomorsafeguard against not-yet-shown view which leads to...
2011-03-09  Paul Cornettadd wxEVT_MAXIMIZE support to wxGTK
2011-03-09  Vadim ZeitlinMake brush hatches in wxGTK consistent with wxMSW.
2011-03-09  Vadim ZeitlinCorrect the name of the header for GTK+ < 2.14.
2011-03-09  Vadim ZeitlinSend wxEVT_COMMAND_DATAVIEW_CACHE_HINT to proper window.
2011-03-09  Vadim ZeitlinFix search for item by text in wxMSW wxListCtrl.
2011-03-09  Vadim ZeitlinDon't assert if starting search position in LVN_ODFINDI...
2011-03-08  Vadim ZeitlinAdd another missing #if wxUSE_MARKUP check.
2011-03-07  Stefan Csomorsupport app activated and deactivated events, also...
2011-03-07  Stefan Csomorwindow level support
2011-03-07  Stefan Csomorbracket unused function
2011-03-07  Jaakko SalliTo prevent wxPropertyGrid from stealing frocus from...
2011-03-07  Václav Slavíkgtk/gtkunixprint.h only exists since GTK+ 2.14.
2011-03-06  Václav SlavíkDon't directly include GTK+ semi-public headers.
2011-03-06  Václav SlavíkInclude gdk/gdkkeysyms-compat.h.
2011-03-06  Stefan Csomoruse FixedToFloat everywhere to make sure we don't round...
2011-03-06  Stefan Csomorposition buttons to the right on OSX as well
2011-03-06  Stefan Csomorfix positioning bug with window disabler and hidden...
next