2007-03-17 |
Vadim Zeitlin | output '}' as wxChar, not char, which results in using... |
tree | commitdiff |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
tree | commitdiff |
2007-03-17 |
Vadim Zeitlin | shutdown sockets gracefully instead of doing it with... |
tree | commitdiff |
2007-03-16 |
Václav Slavík | added missing #pragma hdrstop |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | wxX11 Unicode compilation fix |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | refactoring: replace wxSocketDispatcher with more gener... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | VC6 has problems with std::vector and identifiers names... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | VC6 compilation fix (don't reuse the same variable... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | added more message names to wxGetMessageName() (modifie... |
tree | commitdiff |
2007-03-16 |
Václav Slavík | removed wxArrayString casting hack, it doesn't work... |
tree | commitdiff |
2007-03-16 |
Julian Smart | Further correction in case where string value is omitted |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | don't waste time updating state of tools in a hidden... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | include wx/msw/missing.h after wx/msw/private.h, otherw... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | multiple fixes to wxJoystick under Unix and new index... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | use safer RemoveEventHandler() instead of PopEventHandl... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | do nothing in ShowHidden() if the flag doesn't change... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | call GetWidth/Height() only once in Rotate() and not... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | don't add wxVSCROLL if only wxHSCROLL is explicitly... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | added support for wxGRID_AUTOSIZE in wxGrid::SetRow... |
tree | commitdiff |
2007-03-15 |
Stefan Csomor | reverting one line |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | added wxGridUpdateLocker helper class wrapping Begin... |
tree | commitdiff |
2007-03-15 |
Julian Smart | Don't send initial event in ctor |
tree | commitdiff |
2007-03-15 |
Václav Slavík | fixed wxDataViewCtrl compilation with DigitalMars |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | removed outdated Classic files to avoid confusing people |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | added wrapper functions allowing to postpone loading... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | extracted code including gdiplus.h in a separate header |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | fix GetSize() for large files (patch 1680876) |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | suppress unused parameter warning |
tree | commitdiff |
2007-03-14 |
Václav Slavík | constructing a sentence dynamically is not i18n-friendl... |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | implement Set/GetTitle() (last part of patch 1679337) |
tree | commitdiff |
2007-03-14 |
Václav Slavík | constructing a sentence dynamically is not i18n-friendl... |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | don't really enable the window when its parent is disab... |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | avoid duplicated empty help menu in localized applicati... |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | don't add extra GetCharHeight() pixels to the top borde... |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | implemented Set/GetLabel() (part of patch 1679337) |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | implemented GetLabel() (part of patch 1679337) |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | test for pthread_mutex_timedlock() availability in... |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | allocate HPEN on demand instead of doing every time... |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | allocate HFONT on demand instead of doing every time... |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | fix setting the properties of a valid but unshared... |
tree | commitdiff |
2007-03-12 |
Vadim Zeitlin | fix window repainting when SetLineCount() is called... |
tree | commitdiff |
2007-03-12 |
Benjamin Williams | prevent disappearing menus in tabmdi |
tree | commitdiff |
2007-03-12 |
Vadim Zeitlin | include <locale.h> before using setlocale() |
tree | commitdiff |
2007-03-12 |
Benjamin Williams | applied patch 1675101 - reduce flicker |
tree | commitdiff |
2007-03-12 |
Julian Smart | Applied patch [ 1678626 ] Non-ascii characters in wxRic... |
tree | commitdiff |
2007-03-12 |
Vadim Zeitlin | added wxAppTraits::SetLocale() and call it during wxApp... |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | added wxSafeConvertMB2WX/WX2MB() and use them when... |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | use wxConvLibc, not wxConvCurrent, with regerror() |
tree | commitdiff |
2007-03-11 |
Julian Smart | Fixed wrapping with tabs |
tree | commitdiff |
2007-03-11 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | added support for wxTE_NO_VSCROLL (patch 1588605) and... |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | compilation fix after last commit: wxPenRefData, not... |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | set GtkRcStyle::text to fg colour too to allow changing... |
tree | commitdiff |
2007-03-11 |
Václav Slavík | VC6 compilation fix |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | fixed overflow when using sysconf() to retrieve free... |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | fixed compilation with wxUSE_WXDIB==0 (bug 1667819) |
tree | commitdiff |
2007-03-10 |
Paul Cornett | make wxPenRefData private |
tree | commitdiff |
2007-03-10 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-03-10 |
Paul Cornett | source id type is unsigned; minor cleanup |
tree | commitdiff |
2007-03-10 |
Paul Cornett | use simpler color ctor |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | derive wxConfig classes from wxObject and add wxRTTI... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | allow using multiple wxBufferedDCs at once (patch 1589441) |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | miscellaneous LnF improvements, including support for... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | added wxDIRCTRL_EDIT_LABELS style support (patch 1676853) |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | include wx/utils.h in PCH-less build to ensure that... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | return effective dnd operation result and not the expec... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | set SO_REUSEADDR before binding for UDP sockets too... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | allow using numpad enter key to activate the default... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | don't send incorrect char events when entering Unicode... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | corrected the just-added operator=(RGBColor) return... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | corrected bug due to testing for wrong return value... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | added wxColour(RGBColor) ctor and use it insteaf of... |
tree | commitdiff |
2007-03-10 |
Stefan Neis | Applied patch #1677782 (Lock with Timeout for wxMutex... |
tree | commitdiff |
2007-03-10 |
Paul Cornett | use simpler color ctor |
tree | commitdiff |
2007-03-09 |
Vadim Zeitlin | implement wxMutex::LockTimeout() using critical region... |
tree | commitdiff |
2007-03-09 |
Václav Slavík | Unicode compilation fixes |
tree | commitdiff |
2007-03-09 |
Václav Slavík | Unicode compilation fix |
tree | commitdiff |
2007-03-09 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 build |
tree | commitdiff |
2007-03-09 |
Vadim Zeitlin | compilation fixes after wxGTK_CONV_BACK changes |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | include wx/thread.h in debug build which is needed... |
tree | commitdiff |
2007-03-08 |
Paul Cornett | minor cleanup |
tree | commitdiff |
2007-03-08 |
Paul Cornett | use full repaint style instead of size event |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | use gettimeofday() instead of clock_gettime() as the... |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | made wxGetTimeOfDay() public |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | fix the bug which could have resulted in failing to... |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | don't use font sizes less than 1 with Pango (remaining... |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | use facename in wxFontRefData::Init() in Unicode build... |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | added wxMutex::LockTimeout() (modified patch 1671637) |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | update the value shown in the combobox itself correctly... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | test for special keys first, before testing for alphanu... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | avoid flicker when setting the text which is the same... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | fix wrong assert in SetItemBitmap() (patch 1668449... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | fix base64 computation for strings whose length modulo... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | don't delete m_pActiveChild twice in wxWINDOWCLOSEALL... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | fix hang on startup in Unicode build if any standard... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | take images and margins into account when setting colum... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | clip column image (and not only the text) to the column... |
tree | commitdiff |
next |