2008-06-11 |
Stefan Csomor | removing old files |
tree | commitdiff |
2008-06-11 |
Vadim Zeitlin | remember the last type used for loading or saving the... |
tree | commitdiff |
2008-06-08 |
Stefan Csomor | removing unneeded code for osx |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | added multisampling (anti-aliasing) support to wxGLCanv... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | fixed another pointer-to-int-of-lesser-size conversion... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | change longs used for bitmap types to wxBitmapType... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | remove another unnecessary memcpy() of string contents... |
tree | commitdiff |
2008-06-06 |
Vadim Zeitlin | remove unnecessary memcpy() of string contents to wxStr... |
tree | commitdiff |
2008-06-02 |
Robert Roebling | Disable disabling wxWeakRef<T> |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | fix wxDateTime::ParseRfc822Date() to handle missing... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | add a special macro for comparing time_t values to... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | corrected bug in wxMBConvStrictUTF8::FromWChar(): it... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | added wxTextOutputStream::Flush(): this is necessary... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | rewrote UTF-7 to work on streams of data to be comaptib... |
tree | commitdiff |
2008-05-31 |
Václav Slavík | allow periods in wxFileSystem URL anchors (patch #2265) |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | don't write extraneous NUL bytes in wxMBConv_iconv... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | correct similar off by 1 bug to the one fixed by r53869... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | fix bug with wrong return value in wxMBConv_iconv:... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | fix wxMBConv_iconv to respect the base class convention... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | swap all characters instead of just the last one in... |
tree | commitdiff |
2008-05-31 |
Vadim Zeitlin | don't return success when converting incomplete UTF... |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | undid change of r44565: not taking hyphens into account... |
tree | commitdiff |
2008-05-30 |
Vadim Zeitlin | implement wxMBConv_iconv::To/FromWChar() instead of... |
tree | commitdiff |
2008-05-27 |
Vadim Zeitlin | get rid of MSVC warning about possibly uninitialized... |
tree | commitdiff |
2008-05-27 |
Robert Roebling | Use wxWindowRef to hold pointer to default button |
tree | commitdiff |
2008-05-27 |
Stefan Csomor | fixing arc filling for angles > 180 |
tree | commitdiff |
2008-05-24 |
Chris Elliott | Borland still hates ternary ? |
tree | commitdiff |
2008-05-24 |
Vadim Zeitlin | do case normalization after long path one, this fixes... |
tree | commitdiff |
2008-05-23 |
Vadim Zeitlin | improve wxMessageOutputBest console output under Window... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | wxTextCtrk::GetRange() shouldn't crash on out of range... |
tree | commitdiff |
2008-05-23 |
Vadim Zeitlin | fix MSVC warnings about conversions between pointers... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Move event generation in multiple selection mode to... |
tree | commitdiff |
2008-05-23 |
Robert Roebling | Move event generation code for multiple selection mode... |
tree | commitdiff |
2008-05-22 |
Robert Roebling | [ wxwindows-Patches-1947680 ] wxMac: Fixes number of... |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | added wxDateTime::SetFrom/GetAsMSWSysTime() (#9161) |
tree | commitdiff |
2008-05-21 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-05-21 |
Robert Roebling | Added InsertColumn( pos, col ), some reformating |
tree | commitdiff |
2008-05-19 |
Robert Roebling | Made the various logical 2 device transforms consistent... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | (blind) fixes for PCH-less build after r53626 |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | added language info for Northern Sami (patch 1964036) |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | native wxBitmapComboBox implementation for MSW (patch... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | don't blit more than necessary in wxBufferedDC::UnMask... |
tree | commitdiff |
2008-05-17 |
Julian Smart | Fixed common style collection and superscript/subscript... |
tree | commitdiff |
2008-05-17 |
Vadim Zeitlin | fix window rectangle computation in Centre(wxCENTER_ON_... |
tree | commitdiff |
2008-05-17 |
Václav Slavík | fixed error logging in TIFF image handler to output... |
tree | commitdiff |
2008-05-15 |
Paul Cornett | fix some warnings from GCC -Wextra |
tree | commitdiff |
2008-05-14 |
Jouk Jansen | Update OpebVMS compile support |
tree | commitdiff |
2008-05-13 |
Vadim Zeitlin | fix bug introduced by the last change: we could overwri... |
tree | commitdiff |
2008-05-12 |
Vadim Zeitlin | don't dereference end iterator |
tree | commitdiff |
2008-05-12 |
Paul Cornett | fix wxColourData::FromString() not restoring 16th color... |
tree | commitdiff |
2008-05-12 |
Vadim Zeitlin | add wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | take const wxConfig object in wxDocManager::FileHistory... |
tree | commitdiff |
2008-05-11 |
Vadim Zeitlin | avoid extra reallocations and memcpy for seekable files... |
tree | commitdiff |
2008-05-10 |
Paul Cornett | remove extra semicolons, correct virtual access |
tree | commitdiff |
2008-05-10 |
Paul Cornett | non-pch build fixes, after r53535 |
tree | commitdiff |
2008-05-10 |
Francesco Montorsi | replace use of 'long/int bitmapType' with 'wxBitmapType... |
tree | commitdiff |
2008-05-09 |
Stefan Csomor | reverting style of include back to user include as... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | extracted wxWrapSizer in separate files and somewhat... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | add wxSizer::SetDimension() overload taking wxPoint... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | fix some unused variables warnings reported by Borland |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | fix confusion with (Do)DrawSplines() overloads; don... |
tree | commitdiff |
2008-05-07 |
Paul Cornett | use PNGAPI if it is defined |
tree | commitdiff |
2008-05-07 |
Julian Smart | Added const when writing XPMs to avoid gcc warnings |
tree | commitdiff |
2008-05-05 |
Vadim Zeitlin | dump totals as well as averages when gatheting statistics |
tree | commitdiff |
2008-04-30 |
Robert Roebling | Added constructor to wxGCDC from wxPrinterDC |
tree | commitdiff |
2008-04-28 |
Robert Roebling | Added new wxGraphicsContext:Create( wxPrinterDC ) inste... |
tree | commitdiff |
2008-04-28 |
Vadim Zeitlin | added wxQueueEvent() avoiding the bug of wxPostEvent... |
tree | commitdiff |
2008-04-28 |
Vadim Zeitlin | fix wxTextCtrl::operator<<('\n') in Unicode build ... |
tree | commitdiff |
2008-04-25 |
Robert Roebling | Fix linking problem |
tree | commitdiff |
2008-04-22 |
Vadim Zeitlin | make wxDir::Has{Files,SubDirs}() const |
tree | commitdiff |
2008-04-21 |
Robert Roebling | [ 1944519 ] improve left down event handling for wxPopu... |
tree | commitdiff |
2008-04-19 |
Václav Slavík | fixed wxString::Replace() to work directly on m_impl... |
tree | commitdiff |
2008-04-17 |
Robert Roebling | [ 1942756 ] wxImage:SaveFile() returns true instead... |
tree | commitdiff |
2008-04-17 |
Michael Wetherell | Work around another buggy getgrgid_r. |
tree | commitdiff |
2008-04-17 |
Jouk Jansen | Update OpenVMS compiles support |
tree | commitdiff |
2008-04-16 |
Václav Slavík | removed no longer needed wxOKlibc() helper |
tree | commitdiff |
2008-04-14 |
Robert Roebling | Use scoped ptr template |
tree | commitdiff |
2008-04-14 |
Robert Roebling | Correct weak ref usage which triggered an assert |
tree | commitdiff |
2008-04-13 |
Vadim Zeitlin | fix crashes due to missing npos handling in several... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | don't stop on NULs in Replace() |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | test that iterator is valid before comparing with it... |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | fix bugs introduced in wxCmdLineParser::ConvertStringTo... |
tree | commitdiff |
2008-04-11 |
Robert Roebling | Add test for context menu, fixed mem leak, fixed focus... |
tree | commitdiff |
2008-04-11 |
Jouk Jansen | Updates for VMS : new Makefiles, proper type casts |
tree | commitdiff |
2008-04-08 |
Robert Roebling | By default, align renderers as column header under... |
tree | commitdiff |
2008-04-07 |
Robert Roebling | Split wxDataViewVirtualModel fork wxDataViewIndexModel... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | use kind, not id, of a menu item to test whether it... |
tree | commitdiff |
2008-04-06 |
Vadim Zeitlin | continue with other handlers if some handler fails... |
tree | commitdiff |
2008-04-05 |
Vadim Zeitlin | use wxCHECK instead of wxASSERT in Alloc() to avoid... |
tree | commitdiff |
2008-04-05 |
Vadim Zeitlin | don't crash in ReadString() if the length read from... |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Bugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEdi... |
tree | commitdiff |
2008-04-04 |
Vadim Zeitlin | generate the correct events in the native MSW version... |
tree | commitdiff |
2008-04-03 |
Robin Dunn | Fix AdjustForOverflow to use item->CalcMin, not item... |
tree | commitdiff |
2008-04-03 |
Vadim Zeitlin | replace wrong wxUSE_DYNAMIC_LOADER test with the correc... |
tree | commitdiff |
2008-04-03 |
Robin Dunn | fix warnings |
tree | commitdiff |
2008-04-03 |
Robin Dunn | Fix for potential layout glitches in wxGridBagSizer... |
tree | commitdiff |
2008-04-02 |
Stefan Neis | Added detection of vsscanf and whether or not a prototy... |
tree | commitdiff |
2008-03-28 |
Vadim Zeitlin | added native GTK implementation of wxCalendarCtrl ... |
tree | commitdiff |
2008-03-27 |
Vadim Zeitlin | lock wxPendingEventsLocker when deleting the handler... |
tree | commitdiff |
next |