]> git.saurik.com Git - wxWidgets.git/history - src/common
don't take the min size into account when setting the window size explicitly in wxGTK...
[wxWidgets.git] / src / common /
2008-05-24  Chris ElliottBorland still hates ternary ?
2008-05-24  Vadim Zeitlindo case normalization after long path one, this fixes...
2008-05-23  Vadim Zeitlinimprove wxMessageOutputBest console output under Window...
2008-05-23  Robert RoeblingwxTextCtrk::GetRange() shouldn't crash on out of range...
2008-05-23  Vadim Zeitlinfix MSVC warnings about conversions between pointers...
2008-05-23  Robert RoeblingMove event generation in multiple selection mode to...
2008-05-23  Robert RoeblingMove event generation code for multiple selection mode...
2008-05-22  Robert Roebling[ wxwindows-Patches-1947680 ] wxMac: Fixes number of...
2008-05-22  Vadim Zeitlinadded wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
2008-05-21  Jouk JansenUpdate OpenVMS compile support
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-19  Robert RoeblingMade the various logical 2 device transforms consistent...
2008-05-17  Vadim Zeitlin(blind) fixes for PCH-less build after r53626
2008-05-17  Vadim Zeitlinadded language info for Northern Sami (patch 1964036)
2008-05-17  Vadim Zeitlinnative wxBitmapComboBox implementation for MSW (patch...
2008-05-17  Vadim Zeitlindon't blit more than necessary in wxBufferedDC::UnMask...
2008-05-17  Julian SmartFixed common style collection and superscript/subscript...
2008-05-17  Vadim Zeitlinfix window rectangle computation in Centre(wxCENTER_ON_...
2008-05-17  Václav Slavíkfixed error logging in TIFF image handler to output...
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-05-14  Jouk JansenUpdate OpebVMS compile support
2008-05-13  Vadim Zeitlinfix bug introduced by the last change: we could overwri...
2008-05-12  Vadim Zeitlindon't dereference end iterator
2008-05-12  Paul Cornettfix wxColourData::FromString() not restoring 16th color...
2008-05-12  Vadim Zeitlinadd wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG...
2008-05-11  Vadim Zeitlintake const wxConfig object in wxDocManager::FileHistory...
2008-05-11  Vadim Zeitlinavoid extra reallocations and memcpy for seekable files...
2008-05-10  Paul Cornettremove extra semicolons, correct virtual access
2008-05-10  Paul Cornettnon-pch build fixes, after r53535
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-05-09  Stefan Csomorreverting style of include back to user include as...
2008-05-08  Vadim Zeitlinextracted wxWrapSizer in separate files and somewhat...
2008-05-08  Vadim Zeitlinadd wxSizer::SetDimension() overload taking wxPoint...
2008-05-08  Vadim Zeitlinfix some unused variables warnings reported by Borland
2008-05-08  Vadim Zeitlinfix confusion with (Do)DrawSplines() overloads; don...
2008-05-07  Paul Cornettuse PNGAPI if it is defined
2008-05-07  Julian SmartAdded const when writing XPMs to avoid gcc warnings
2008-05-05  Vadim Zeitlindump totals as well as averages when gatheting statistics
2008-04-30  Robert RoeblingAdded constructor to wxGCDC from wxPrinterDC
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-28  Vadim Zeitlinadded wxQueueEvent() avoiding the bug of wxPostEvent...
2008-04-28  Vadim Zeitlinfix wxTextCtrl::operator<<('\n') in Unicode build ...
2008-04-25  Robert RoeblingFix linking problem
2008-04-22  Vadim Zeitlinmake wxDir::Has{Files,SubDirs}() const
2008-04-21  Robert Roebling[ 1944519 ] improve left down event handling for wxPopu...
2008-04-19  Václav Slavíkfixed wxString::Replace() to work directly on m_impl...
2008-04-17  Robert Roebling[ 1942756 ] wxImage:SaveFile() returns true instead...
2008-04-17  Michael WetherellWork around another buggy getgrgid_r.
2008-04-17  Jouk Jansen Update OpenVMS compiles support
2008-04-16  Václav Slavíkremoved no longer needed wxOKlibc() helper
2008-04-14  Robert RoeblingUse scoped ptr template
2008-04-14  Robert RoeblingCorrect weak ref usage which triggered an assert
2008-04-13  Vadim Zeitlinfix crashes due to missing npos handling in several...
2008-04-12  Vadim Zeitlindon't stop on NULs in Replace()
2008-04-12  Vadim Zeitlintest that iterator is valid before comparing with it...
2008-04-12  Vadim Zeitlinfix bugs introduced in wxCmdLineParser::ConvertStringTo...
2008-04-11  Robert RoeblingAdd test for context menu, fixed mem leak, fixed focus...
2008-04-11  Jouk JansenUpdates for VMS : new Makefiles, proper type casts
2008-04-08  Robert RoeblingBy default, align renderers as column header under...
2008-04-07  Robert RoeblingSplit wxDataViewVirtualModel fork wxDataViewIndexModel...
2008-04-06  Vadim Zeitlinuse kind, not id, of a menu item to test whether it...
2008-04-06  Vadim Zeitlincontinue with other handlers if some handler fails...
2008-04-05  Vadim Zeitlinuse wxCHECK instead of wxASSERT in Alloc() to avoid...
2008-04-05  Vadim Zeitlindon't crash in ReadString() if the length read from...
2008-04-05  Robert RoeblingBugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEdi...
2008-04-04  Vadim Zeitlingenerate the correct events in the native MSW version...
2008-04-03  Robin DunnFix AdjustForOverflow to use item->CalcMin, not item...
2008-04-03  Vadim Zeitlinreplace wrong wxUSE_DYNAMIC_LOADER test with the correc...
2008-04-03  Robin Dunnfix warnings
2008-04-03  Robin DunnFix for potential layout glitches in wxGridBagSizer...
2008-04-02  Stefan NeisAdded detection of vsscanf and whether or not a prototy...
2008-03-28  Vadim Zeitlinadded native GTK implementation of wxCalendarCtrl ...
2008-03-27  Vadim Zeitlinlock wxPendingEventsLocker when deleting the handler...
2008-03-27  Vadim ZeitlinSeveral fixes for removing/readding controls to the...
2008-03-25  Francesco Montorsibuild fix
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2008-03-25  Stefan Csomormake popup on mac behave as on msw
2008-03-22  Vadim Zeitlinmake wxSelectDispatcher ctor public, it can be useful...
2008-03-22  Vadim Zeitlinreturn bool from wxStreamTempInputBuffer::Update()...
2008-03-22  Vadim Zeitlinadded wxWindowDisabler ctor for conditionally disabling...
2008-03-21  Vadim Zeitlinrestore setting m_appName broken by recent change ...
2008-03-20  Francesco Montorsifix header files so that they can be included directly...
2008-03-19  Francesco Montorsifurther wxPenStyle/wxBrushStyle fixes for builds with...
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-03-17  Vadim Zeitlinuse static functions instead of static variables for...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-03-16  Francesco Montorsifix typos and update MSW code to use new wxPENSTYLE_...
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-03-16  Julian SmartDon't accept picker text events from any old text control
2008-03-16  Václav SlavíkFixed generic art provider to scale bitmaps down to...
2008-03-15  Vadim Zeitlinprotect access to ms_aTraceMasks with a critical sectio...
2008-03-15  Vadim Zeitlinrefactored code reused in several different places...
2008-03-15  Vadim Zeitlinadded support for double arguments to wxCmdLineParser...
2008-03-15  Vadim Zeitlininitialize m_initial{Recv,Send}BufferSize in wxSocketCl...
2008-03-14  Vadim Zeitlinmake wxCmdLineParser:Usage() const
2008-03-14  Julian SmartFixed bug for chars with ASCII value > 127, explicitly...
2008-03-10  Vadim Zeitlinfix handling of native toolkit command line options...
2008-03-09  Vadim Zeitlinremove wxTextAttr::CreateFont(); return wxNullFont...
2008-03-08  Stefan Csomorcleaning up common OSX code
next