2005-10-29 |
Vadim Zeitlin | don't get margin to non NULL values in default ctor... |
tree | commitdiff |
2005-10-28 |
Chris Elliott | remove GetImageList(int) |
tree | commitdiff |
2005-10-27 |
Włodzimierz Skiba | WinCE build fix according to eVC3 and eVC4 SDKs. |
tree | commitdiff |
2005-10-27 |
Julian Smart | Sorry, forgot default value |
tree | commitdiff |
2005-10-27 |
Włodzimierz Skiba | WinCE build fix (we need default constructor). |
tree | commitdiff |
2005-10-26 |
Chris Elliott | avoid hidden GetImageList |
tree | commitdiff |
2005-10-26 |
Julian Smart | Added parent window parameter to wxHelpController const... |
tree | commitdiff |
2005-10-23 |
Julian Smart | Applied patch [ 1307056 ] [wxMSW] Focus showing fix... |
tree | commitdiff |
2005-10-19 |
Julian Smart | Added wxRichTextCtrl |
tree | commitdiff |
2005-10-17 |
Vadim Zeitlin | renamed DoHitTest() to DoTreeHitTest() to avoid conflic... |
tree | commitdiff |
2005-10-17 |
Michael Wetherell | Link with bufferoverflowu.lib for VC++ 8 and later |
tree | commitdiff |
2005-10-17 |
Michael Wetherell | Warning fix, should be #ifdef instead of #if |
tree | commitdiff |
2005-10-16 |
Michael Wetherell | Use a different manifest for each of x86, amd64 and... |
tree | commitdiff |
2005-10-12 |
Michael Wetherell | Manifest files for win64 |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | removed duplicated members which have been moved to... |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | removed deprecated InsertItem() overload because it... |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | introduced a common base class for both MSW and generic... |
tree | commitdiff |
2005-10-09 |
Vadim Zeitlin | Added wxTreebook: |
tree | commitdiff |
2005-10-09 |
Mattia Barbon | Removed WXWIN_COMPATIBILITY_2_2 together with code... |
tree | commitdiff |
2005-10-09 |
Vadim Zeitlin | implemented GetBestSize() (TODO: make this available... |
tree | commitdiff |
2005-10-09 |
Vadim Zeitlin | filter out duplicate mouse move events too; moved last... |
tree | commitdiff |
2005-10-06 |
Włodzimierz Skiba | wxPalette unified. Source cleaning. |
tree | commitdiff |
2005-10-04 |
Włodzimierz Skiba | Fix for mistake with const for non pointer/reference... |
tree | commitdiff |
2005-10-04 |
Włodzimierz Skiba | wxBrush::SetColour and wxPen::SetColour unified. Source... |
tree | commitdiff |
2005-09-27 |
Włodzimierz Skiba | wxItemContainerImmutable::FindString unified. |
tree | commitdiff |
2005-09-27 |
Vadim Zeitlin | (blind) fix for keyboard cues display under XP (bug... |
tree | commitdiff |
2005-09-25 |
Michael Wetherell | Fixes for include guards, patch 1256967 Paul Cornett |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | removed wxABI_VERSION checks |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | make WinStruct<> available in non-GUI code too |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
tree | commitdiff |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
tree | commitdiff |
2005-09-16 |
Michael Wetherell | Cygwin compile fix |
tree | commitdiff |
2005-09-16 |
Włodzimierz Skiba | Native spline drawing. |
tree | commitdiff |
2005-09-16 |
Vadim Zeitlin | (blind) CE compilation fix: declare wxToolBarNameStr |
tree | commitdiff |
2005-09-14 |
Dimitri Schoolwerth | reverted last changes which were false alarm |
tree | commitdiff |
2005-09-13 |
Włodzimierz Skiba | Missing includes. |
tree | commitdiff |
2005-09-13 |
Dimitri Schoolwerth | fixed uninitialized variable (depending on wxChoice... |
tree | commitdiff |
2005-09-11 |
Vadim Zeitlin | wxMediaCtrl patch from Ryan: |
tree | commitdiff |
2005-09-09 |
Julian Smart | Moved definition |
tree | commitdiff |
2005-09-03 |
Vadim Zeitlin | undef wxUSE_DIALUP_MANAGER before redefining it as 0 |
tree | commitdiff |
2005-09-03 |
Vadim Zeitlin | fix showing keyboard cues under Win2k/XP |
tree | commitdiff |
2005-09-02 |
Václav Slavík | added GetFirstSibling and GetLastSibling |
tree | commitdiff |
2005-08-30 |
Vadim Zeitlin | generate mouse events for all static controls, not... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | fixed status bar positioning to work both with and... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | added IsSizeDeferred() (part of patch 1199639) |
tree | commitdiff |
2005-08-24 |
Vadim Zeitlin | #undef things which require other, disabled, ones,... |
tree | commitdiff |
2005-08-23 |
Vadim Zeitlin | removed attempts to link with unicows.lib using #pragma... |
tree | commitdiff |
2005-08-19 |
Vadim Zeitlin | link unicows.lib implicitely when using MSVC and wxUSE_... |
tree | commitdiff |
2005-08-19 |
Michael Wetherell | Fix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett |
tree | commitdiff |
2005-08-17 |
Vadim Zeitlin | made wxChoice and wxComboBox::GetSelection() return... |
tree | commitdiff |
2005-08-11 |
Vadim Zeitlin | force update of MDI client window size after the MDI... |
tree | commitdiff |
2005-08-11 |
Vadim Zeitlin | check that wxUSE_DC_CACHEING is defined |
tree | commitdiff |
2005-08-06 |
Julian Smart | Compatibility settings corrected |
tree | commitdiff |
2005-08-05 |
Vadim Zeitlin | don't remember size passed to SetSize() as pending... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_MENU_CALLBACK references: the code inside... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | removed (unused since quite some time) wxUSE_ITSY_BITSY |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_PENWINDOWS (and its misspellings), it... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | define wxUSE_MFC as 0 if it's not defined (fixes gcc... |
tree | commitdiff |
2005-08-04 |
Julian Smart | More settings restored. |
tree | commitdiff |
2005-08-04 |
Julian Smart | Switched loads of settings back on |
tree | commitdiff |
2005-08-04 |
Julian Smart | Resolved CVS conflict |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | moved MSW-specific stuff to wx/msw/chkconf.h, this... |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | define wxUSE_UNICODE_MSLU as 0 unconditionally, CE... |
tree | commitdiff |
2005-07-30 |
Julian Smart | Define wxUSE_UNICODE_MSLU or chkconf.h complains |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | wxUSE_UNICODE_MSLU is MSW-specific so shouldn't be... |
tree | commitdiff |
2005-07-30 |
Vadim Zeitlin | replaced wxMoveWindowDeferred() with wxWindow::DoMoveSi... |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | decreased text limit which we consider to be set by... |
tree | commitdiff |
2005-07-29 |
Chris Elliott | wxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271 |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | refactoring in preparation for further changes: moved... |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | added GlobalPtr: GlobalAlloc/Free() wrapper |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | renamed GlobalPtr to GlobalPtrLock |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | disabled wxStackWalker and wxCrashReport for Win64 |
tree | commitdiff |
2005-07-22 |
Michael Wetherell | Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesc... |
tree | commitdiff |
2005-07-21 |
Włodzimierz Skiba | eVC3 compatibility workaround. |
tree | commitdiff |
2005-07-18 |
Włodzimierz Skiba | wxMSWUniv build fix. |
tree | commitdiff |
2005-07-15 |
Vadim Zeitlin | added SetCriticalWindow() and AllowProcessing(): this... |
tree | commitdiff |
2005-07-14 |
Vadim Zeitlin | moved Esc processing from wxWindow to wxDialog where... |
tree | commitdiff |
2005-07-01 |
Vadim Zeitlin | wxVariant is in wxBase so should be forward declared... |
tree | commitdiff |
2005-07-01 |
Włodzimierz Skiba | Helpers in disabling warnings for unused params. |
tree | commitdiff |
2005-06-29 |
Michael Wetherell | Add HANGUL_CHARSET for vc++ 5, and move a couple of... |
tree | commitdiff |
2005-06-19 |
Vadim Zeitlin | added AutoHANDLE class to close a HANDLE automatically |
tree | commitdiff |
2005-06-17 |
Włodzimierz Skiba | Adjust to different platform headers distributed with... |
tree | commitdiff |
2005-06-16 |
Julian Smart | Applied patch [ 1212208 ] Fix a bug in wxTreeCtrl with... |
tree | commitdiff |
2005-06-16 |
Julian Smart | Applied patch [ 1218833 ] [wxMSW] wxListBox optimisatio... |
tree | commitdiff |
2005-06-16 |
Vadim Zeitlin | don't redeclare struct tm if it's already declared... |
tree | commitdiff |
2005-06-08 |
Vadim Zeitlin | include wx/msw/wrapcctl.h instead of <commctrl.h> as... |
tree | commitdiff |
2005-06-08 |
Vadim Zeitlin | don't define WINVER as 0x0600 for VC6, its standard... |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | don't define WINVER in platform.h, do it in wrapwin... |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | wxGetWinVersion() must be exported from base DLL, not... |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | forgot to export wxGetWinVersion() from DLL |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | added wxGetWinVersion() |
tree | commitdiff |
2005-06-07 |
Vadim Zeitlin | silently ignore wxUSE_UNICODE_MSLU in non-Unicode build... |
tree | commitdiff |
2005-06-01 |
Julian Smart | Made the colours more muted |
tree | commitdiff |
2005-06-01 |
Dimitri Schoolwerth | added IDC_HAND |
tree | commitdiff |
2005-05-31 |
Julian Smart | Artwork replacement (c) Julian Smart |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | send wxEVT_SCROLL_CHANGED when using mouse wheel as... |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | keep correct default background but allow overriding... |
tree | commitdiff |
2005-05-31 |
Julian Smart | Restored scrollbar background |
tree | commitdiff |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
tree | commitdiff |
2005-05-30 |
Julian Smart | Applied patch [ 1208256 ] Fixes bug #1193626 [wxPrintDa... |
tree | commitdiff |
next |