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 |
2008-03-27 |
Vadim Zeitlin | Several fixes for removing/readding controls to the... |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | build fix |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | reorganized wxBitmap/wxBitmapHandler classes to use... |
tree | commitdiff |
2008-03-25 |
Stefan Csomor | make popup on mac behave as on msw |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | make wxSelectDispatcher ctor public, it can be useful... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | return bool from wxStreamTempInputBuffer::Update()... |
tree | commitdiff |
2008-03-22 |
Vadim Zeitlin | added wxWindowDisabler ctor for conditionally disabling... |
tree | commitdiff |
2008-03-21 |
Vadim Zeitlin | restore setting m_appName broken by recent change ... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | fix header files so that they can be included directly... |
tree | commitdiff |
2008-03-19 |
Francesco Montorsi | further wxPenStyle/wxBrushStyle fixes for builds with... |
tree | commitdiff |
2008-03-18 |
Vadim Zeitlin | added wxSpinCtrlDouble (slightly modified patch 1835864) |
tree | commitdiff |
2008-03-17 |
Vadim Zeitlin | use static functions instead of static variables for... |
tree | commitdiff |
2008-03-17 |
Paul Cornett | fix a huge number of build errors |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix typos and update MSW code to use new wxPENSTYLE_... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | introduce wxBrushStyle enum and replace 'int style... |
tree | commitdiff |
2008-03-16 |
Julian Smart | Don't accept picker text events from any old text control |
tree | commitdiff |
2008-03-16 |
Václav Slavík | Fixed generic art provider to scale bitmaps down to... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | protect access to ms_aTraceMasks with a critical sectio... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | refactored code reused in several different places... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | added support for double arguments to wxCmdLineParser... |
tree | commitdiff |
2008-03-15 |
Vadim Zeitlin | initialize m_initial{Recv,Send}BufferSize in wxSocketCl... |
tree | commitdiff |
2008-03-14 |
Vadim Zeitlin | make wxCmdLineParser:Usage() const |
tree | commitdiff |
2008-03-14 |
Julian Smart | Fixed bug for chars with ASCII value > 127, explicitly... |
tree | commitdiff |
2008-03-10 |
Vadim Zeitlin | fix handling of native toolkit command line options... |
tree | commitdiff |
2008-03-09 |
Vadim Zeitlin | remove wxTextAttr::CreateFont(); return wxNullFont... |
tree | commitdiff |
2008-03-08 |
Stefan Csomor | cleaning up common OSX code |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | cleaning up common OSX code |
tree | commitdiff |
2008-03-07 |
Stefan Csomor | cleaning up common OSX code |
tree | commitdiff |
next |