2007-03-11 |
Vadim Zeitlin | compilation fix after last commit: wxPenRefData, not... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Vadim Zeitlin | argh, added missing comma in last commit |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Vadim Zeitlin | added wxWinVersion_Vista to wxWinVersion enum |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Vadim Zeitlin | derive wxConfig classes from wxObject and add wxRTTI... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Vadim Zeitlin | set GtkRcStyle::text to fg colour too to allow changing... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Václav Slavík | VC6 compilation fix |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Roman Rolinsky | made test window for Dialog and Wizard a child of g... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Vadim Zeitlin | fixed overflow when using sysconf() to retrieve free... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Roman Rolinsky | Ctrl-H must not be used on Mac... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
Vadim Zeitlin | fixed compilation with wxUSE_WXDIB==0 (bug 1667819) |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Paul Cornett | make wxPenRefData private |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Paul Cornett | use AllocExclusive |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Václav Slavík | removed C++BuilderX project files, they are broken... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Václav Slavík | removed remaining wx24dsp format references |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Paul Cornett | source id type is unsigned; minor cleanup |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Paul Cornett | use simpler color ctor |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | derive wxConfig classes from wxObject and add wxRTTI... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | allow using multiple wxBufferedDCs at once (patch 1589441) |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | miscellaneous LnF improvements, including support for... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | add many new macros to facilitate using wx from project... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | use force=1 with default-value tags (part of patch... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | require bakefile 0.2.2 and not 0.2.1 and do it for... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | added GetTextExtent() overload returning wxSize (patch... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | added wxDIRCTRL_EDIT_LABELS style support (patch 1676853) |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | include wx/utils.h in PCH-less build to ensure that... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | return effective dnd operation result and not the expec... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | set SO_REUSEADDR before binding for UDP sockets too... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | allow using numpad enter key to activate the default... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | don't send incorrect char events when entering Unicode... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | compilation fix after last change |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | corrected the just-added operator=(RGBColor) return... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | corrected bug due to testing for wrong return value... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Vadim Zeitlin | added wxColour(RGBColor) ctor and use it insteaf of... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Stefan Neis | Applied patch #1677782 (Lock with Timeout for wxMutex... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Roman Rolinsky | 0.1.8-4 |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Paul Cornett | use simpler color ctor |
commit | commitdiff | tree | snapshot |
2007-03-10 |
Paul Cornett | sizeof(char) is 1. By definition. |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Vadim Zeitlin | implement wxMutex::LockTimeout() using critical region... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Václav Slavík | Unicode compilation fixes |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Paul Cornett | add 4th parameter to AC_CHECK_HEADER to skip preprocess... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Václav Slavík | Unicode compilation fix |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 build |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Václav Slavík | deprecated wxString::GetWriteBuf() and friends in favou... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Vadim Zeitlin | compilation fixes after wxGTK_CONV_BACK changes |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Roman Rolinsky | 0.1.8-3 |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Vadim Zeitlin | include wx/thread.h in debug build which is needed... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Vadim Zeitlin | fix extra comma at the end of wxStretch enum introduced... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Paul Cornett | remove unreachable declaration |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Paul Cornett | add HAVE_ROUND |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Paul Cornett | minor cleanup |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Paul Cornett | use full repaint style instead of size event |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Paul Cornett | non-debug build fix |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Vadim Zeitlin | use gettimeofday() instead of clock_gettime() as the... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Vadim Zeitlin | made wxGetTimeOfDay() public |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_24 |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_24 |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Vadim Zeitlin | fix infinite recursion typo in operator!=() (patch... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Vadim Zeitlin | fix the bug which could have resulted in failing to... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Vadim Zeitlin | don't use font sizes less than 1 with Pango (remaining... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Vadim Zeitlin | use facename in wxFontRefData::Init() in Unicode build... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Vadim Zeitlin | added wxMutex::LockTimeout() (modified patch 1671637) |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | update the value shown in the combobox itself correctly... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | test for special keys first, before testing for alphanu... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | avoid flicker when setting the text which is the same... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | fix wrong assert in SetItemBitmap() (patch 1668449... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | fix base64 computation for strings whose length modulo... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | don't delete m_pActiveChild twice in wxWINDOWCLOSEALL... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | removed unused src/gtk/main.cpp |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | fix hang on startup in Unicode build if any standard... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | take images and margins into account when setting colum... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | clip column image (and not only the text) to the column... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | fixed detection of number of processors under Linux... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | native wxHyperlinkCtrl implementation for GTK+ 2.10... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | add checks for GTK+ 2.10 (part of patch 1661851) |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | update m4 files to bakefile 0.2.2 |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | use critical section to protect global TablesInUse... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | add a note about changing selection background colour |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | use wxRendererNative::DrawItemSelectionRect() to draw... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | fix warning about non-dllexport'ed base wxDataViewHeade... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | wxMSWGetColumnClicked must be dllexport'd to be used... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Václav Slavík | deprecated wxString::GetWriteBuf() and friends in favou... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Václav Slavík | deprecated wxString::GetWriteBuf() and friends in favou... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | merge multiple lines into one as otherwise the display... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | no changes, just fixed a typo in warning given about... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Roman Rolinsky | 0.1.8-2 |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | removed deprecated wxADJUST_MINSIZE |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | removed wx/wave.h which was deprecated since 2.4 |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 in non-MSW code |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | no changes, just a typo in SetItemImage() comment |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Chris Elliott | fix for sf bug 1671804 |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Paul Cornett | queue resize on child when its position changes |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Vadim Zeitlin | return correct client area for at least the primary... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Julian Smart | Correct too-small size when the progress dialog is... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Julian Smart | Made choice convenient dialog more, well, convenient... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Julian Smart | Updated change log |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Julian Smart | Fixed problem with tab size calculation not reflecting... |
commit | commitdiff | tree | snapshot |
next |