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 |
2007-03-07 |
Vadim Zeitlin | fixed detection of number of processors under Linux... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | native wxHyperlinkCtrl implementation for GTK+ 2.10... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | use critical section to protect global TablesInUse... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | use wxRendererNative::DrawItemSelectionRect() to draw... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | fix warning about non-dllexport'ed base wxDataViewHeade... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | wxMSWGetColumnClicked must be dllexport'd to be used... |
tree | commitdiff |
2007-03-07 |
Václav Slavík | deprecated wxString::GetWriteBuf() and friends in favou... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | merge multiple lines into one as otherwise the display... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed deprecated wxADJUST_MINSIZE |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 in non-MSW code |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
tree | commitdiff |
2007-03-07 |
Chris Elliott | fix for sf bug 1671804 |
tree | commitdiff |
2007-03-07 |
Paul Cornett | queue resize on child when its position changes |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | return correct client area for at least the primary... |
tree | commitdiff |
2007-03-06 |
Julian Smart | Correct too-small size when the progress dialog is... |
tree | commitdiff |
2007-03-06 |
Julian Smart | Made choice convenient dialog more, well, convenient... |
tree | commitdiff |
2007-03-05 |
Julian Smart | Fixed problem with tab size calculation not reflecting... |
tree | commitdiff |
2007-03-05 |
Julian Smart | Optimization: don't set the base background colour |
tree | commitdiff |
2007-03-05 |
Julian Smart | Drawing correction |
tree | commitdiff |
2007-03-05 |
Julian Smart | Implemented text background colour |
tree | commitdiff |
2007-03-05 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-03-04 |
Vadim Zeitlin | handle mouse capture lost event in grid windows and... |
tree | commitdiff |
2007-03-04 |
Vadim Zeitlin | wxCreateGreyedImage() deprecated, use wxImage::ConvertT... |
tree | commitdiff |
2007-03-03 |
Paul Cornett | Don't assert on value change which shouldn't occur... |
tree | commitdiff |
2007-03-02 |
Julian Smart | Fixed premature exit of helpview sample and utility |
tree | commitdiff |
2007-03-02 |
Václav Slavík | changes wxDirExists() to accept wxString instead of... |
tree | commitdiff |
2007-03-01 |
Václav Slavík | allow using both char* and wchar_t* in wxFileConfig... |
tree | commitdiff |
2007-02-28 |
Chris Elliott | fix for MSVC see sf bug 1669419 |
tree | commitdiff |
2007-02-27 |
Vadim Zeitlin | Support encodings in wxGTK_CONV_BACK() in the same... |
tree | commitdiff |
2007-02-27 |
Vadim Zeitlin | removed stray return from SetFont() |
tree | commitdiff |
2007-02-26 |
Vadim Zeitlin | call gtk_paint_focus() with NORMAL state, not SELECTED... |
tree | commitdiff |
2007-02-26 |
Vadim Zeitlin | interpret text invalid in the current encoding (typical... |
tree | commitdiff |
2007-02-26 |
Jouk Jansen | OpenVMS compile support update |
tree | commitdiff |
2007-02-24 |
Vadim Zeitlin | recognize the encoding name without hyphens as synonym... |
tree | commitdiff |
next |