2006-02-07 |
Vadim Zeitlin | removed old Win16 files |
tree | commitdiff |
2006-02-06 |
Julian Smart | Attempt at using inkedit control for wxTextCtrl, when... |
tree | commitdiff |
2006-02-06 |
Julian Smart | Added wxSYS_TABLET_PRESENT to check for tablet capability |
tree | commitdiff |
2006-01-31 |
Włodzimierz Skiba | [ 1420190 ] Enable backspace key on smartphone |
tree | commitdiff |
2006-01-30 |
Julian Smart | Added wxUSE_TOOLBOOK |
tree | commitdiff |
2006-01-28 |
Vadim Zeitlin | SetSelection() must update m_selectionOld, otherwise... |
tree | commitdiff |
2006-01-27 |
Julian Smart | Further steps towards media control support in WinCE... |
tree | commitdiff |
2006-01-27 |
Julian Smart | Small typo fix |
tree | commitdiff |
2006-01-26 |
Włodzimierz Skiba | Include order is wxprec.h=>defs.h=>platform.h=>setup... |
tree | commitdiff |
2006-01-25 |
Robin Dunn | Patch from Tim Kosse to add supoprt for wxListCtrl... |
tree | commitdiff |
2006-01-23 |
Vadim Zeitlin | extracted wxFrame::MSWTranslateMessage() implementation... |
tree | commitdiff |
2006-01-21 |
Michael Wetherell | Move oleacc.lib from the VC++ projects/makefiles to... |
tree | commitdiff |
2006-01-21 |
Julian Smart | Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set... |
tree | commitdiff |
2006-01-19 |
Julian Smart | Don't use Windows handles directly in headers |
tree | commitdiff |
2006-01-18 |
Julian Smart | Improved mktime for WinCE |
tree | commitdiff |
2006-01-18 |
Julian Smart | Reverted semicolons patch |
tree | commitdiff |
2006-01-18 |
Julian Smart | Applied patch [ 1399013 ] More removals of extraneous... |
tree | commitdiff |
2006-01-18 |
Julian Smart | Applied patch [ 1306443 ] Removal of C++-style comments... |
tree | commitdiff |
2006-01-17 |
Julian Smart | Committed forgotten files |
tree | commitdiff |
2006-01-17 |
Julian Smart | Applied patch [ 1382552 ] Fixes GDI-ressource leak... |
tree | commitdiff |
2006-01-17 |
Robin Dunn | Enable wxListCtrl in report mode to be able to use... |
tree | commitdiff |
2006-01-16 |
Mart Raudsepp | Move constant strings to .rodata/.data.rel.ro ELF segme... |
tree | commitdiff |
2006-01-15 |
Włodzimierz Skiba | Build fix for wxWindowMSW used in header. |
tree | commitdiff |
2006-01-13 |
Jamie Gadd | Add missing WINDOWPOS flags for WinCE build to include... |
tree | commitdiff |
2006-01-13 |
Vadim Zeitlin | updated to derive from wxEventLoopManual |
tree | commitdiff |
2006-01-12 |
Vadim Zeitlin | improved wxMac event loop implementation and refactored... |
tree | commitdiff |
2006-01-12 |
Vadim Zeitlin | share wxEventLoop::IsRunning() implementation between... |
tree | commitdiff |
2006-01-06 |
Vadim Zeitlin | added wx/object.h include (bug 1398517) |
tree | commitdiff |
2006-01-02 |
Jamie Gadd | Make radiobuttons siblings instead of children in radio... |
tree | commitdiff |
2006-01-01 |
Vadim Zeitlin | don't test for __WIN95__ which doesn't exist any more... |
tree | commitdiff |
2005-12-25 |
Vadim Zeitlin | implemented wxDC::DoGetSize() correctly for metafile... |
tree | commitdiff |
2005-12-25 |
Vadim Zeitlin | Start/EndDrawingOnTop are still used under Motif, don... |
tree | commitdiff |
2005-12-25 |
Vadim Zeitlin | disallow creation of wxDC objects and made wxDC an... |
tree | commitdiff |
2005-12-19 |
Vadim Zeitlin | documented Set/GetIcon(), added (not quite pure) virtua... |
tree | commitdiff |
2005-12-19 |
Vadim Zeitlin | return a valid bitmap from GetBitmap() even if we creat... |
tree | commitdiff |
2005-12-19 |
Włodzimierz Skiba | __WIN95__ removed (used to differ win3.1 vs. 'modern... |
tree | commitdiff |
2005-12-11 |
Włodzimierz Skiba | wxUSE_DISPLAY impossible with eVC3 (SDKs 2002). |
tree | commitdiff |
2005-12-10 |
Włodzimierz Skiba | wxDisplay support for wxWinCE port. |
tree | commitdiff |
2005-12-01 |
Václav Slavík | fixed wxComboBox::Clear to clear stored value |
tree | commitdiff |
2005-11-30 |
Vadim Zeitlin | 1. moved m_majorDim duplicated in many ports to wxRadio... |
tree | commitdiff |
2005-11-29 |
Vadim Zeitlin | added wxRadioBox::IsItemEnabled/Shown() (for MSW only... |
tree | commitdiff |
2005-11-23 |
Włodzimierz Skiba | [ 1364397 ] wxUSE_MS_HTML_HELP could be redefined |
tree | commitdiff |
2005-11-15 |
Włodzimierz Skiba | Minor cleanings. |
tree | commitdiff |
2005-11-13 |
Włodzimierz Skiba | Resize all top level windows when SIP changes visibility. |
tree | commitdiff |
2005-11-10 |
Włodzimierz Skiba | Macros for simplified testing Open Watcom version and... |
tree | commitdiff |
2005-11-08 |
Michael Wetherell | Add rcdefs.h and support for automatic manifests on... |
tree | commitdiff |
2005-11-05 |
Włodzimierz Skiba | Native wxCheckListBox implementation for wxWinCE. |
tree | commitdiff |
2005-11-03 |
Vadim Zeitlin | use focused bitmap as fallback for the hover one |
tree | commitdiff |
2005-11-03 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxMSW part). |
tree | commitdiff |
2005-11-03 |
Vadim Zeitlin | added SetHoverBitmap() and implemented it under wxMSW... |
tree | commitdiff |
2005-11-03 |
Michael Wetherell | Remove bufferoverflowu.lib since it's not present with... |
tree | commitdiff |
2005-10-31 |
Vadim Zeitlin | #undef CreateFont to fix cygwin compilation now that... |
tree | commitdiff |
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 |
next |