2005-03-16 |
Julian Smart | Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE |
tree | commitdiff |
2005-03-15 |
Vadim Zeitlin | set wxUSE_DEBUGREPORT to 0 by default; fixed a couple... |
tree | commitdiff |
2005-03-15 |
Julian Smart | Fixed wxToolBar for WinCE so normal bitmaps can be... |
tree | commitdiff |
2005-03-14 |
Julian Smart | Added wxPropertySheetDialog for implementing settings... |
tree | commitdiff |
2005-03-14 |
Mattia Barbon | Remove wrong clasing bracket. |
tree | commitdiff |
2005-03-14 |
Mattia Barbon | Blind fix for VC6 compilation when wxUSE_STL == 1. |
tree | commitdiff |
2005-03-14 |
Julian Smart | Frames have Ctrl+Q accelerator set automatically, as... |
tree | commitdiff |
2005-03-14 |
George Tasker | Fixed unicode builds that were not on MSW |
tree | commitdiff |
2005-03-14 |
Kevin Hock | Removed unneeded semicolon after DECLARE_DYNAMIC_CLASS... |
tree | commitdiff |
2005-03-14 |
Dimitri Schoolwerth | refactored scrollbar creation code to use CreateControl... |
tree | commitdiff |
2005-03-14 |
Michael Wetherell | The DLL version of Watcom's C runtime doesn't have... |
tree | commitdiff |
2005-03-13 |
Michael Wetherell | Temporary fix for Watcom link error 'fileno' |
tree | commitdiff |
2005-03-13 |
Julian Smart | Added wxNB_FLAT for WinCE property sheet tabs |
tree | commitdiff |
2005-03-13 |
Mattia Barbon | Fixed compilation for GCC 3.4 when wxUSE_STL == 1. |
tree | commitdiff |
2005-03-13 |
Michael Wetherell | Add wxTempFileOutputStream |
tree | commitdiff |
2005-03-13 |
Włodzimierz Skiba | Correct sending of wxW event from wxChoice on MS Smartp... |
tree | commitdiff |
2005-03-13 |
Włodzimierz Skiba | Make Smartphone buildable with current flags. |
tree | commitdiff |
2005-03-12 |
Vadim Zeitlin | changed wxDL_DEFAULT to be same as wxDL_NOW as this... |
tree | commitdiff |
2005-03-12 |
Robin Dunn | Allow wxStaticText to have a custom fg without a custom bg |
tree | commitdiff |
2005-03-12 |
David Elliott | Fix compilation of generic message dialog. |
tree | commitdiff |
2005-03-12 |
Vadim Zeitlin | readded back wxUSE_OLE and wxUSE_WXDIB |
tree | commitdiff |
2005-03-12 |
Robert Roebling | Applied patch for ArtProvider. |
tree | commitdiff |
2005-03-11 |
Robert Roebling | Compilo. |
tree | commitdiff |
2005-03-11 |
Włodzimierz Skiba | Base for wxMessageDialog with common checks for style. |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | extracted code calling {Ole|Co}[Un]Initialize() to... |
tree | commitdiff |
2005-03-11 |
Włodzimierz Skiba | Bring back help turned off as in previous WinCE setup... |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | added wxDebugReport |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | gave default value of wxID_ANY to id parameter of wxSta... |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | added wxSizerFlags::Left/Right() |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | correct relative paths for headers |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | added wxUSE_DEBUGREPORT |
tree | commitdiff |
2005-03-10 |
Włodzimierz Skiba | Disable wxID_EXIT on PalmOS with all consequences in... |
tree | commitdiff |
2005-03-10 |
Vadim Zeitlin | disable drag and drop |
tree | commitdiff |
2005-03-10 |
Vadim Zeitlin | wxGetEnv() should return wxChar *, even if it's a macro... |
tree | commitdiff |
2005-03-10 |
Włodzimierz Skiba | Apart smartphones use choicebook when notebook is not... |
tree | commitdiff |
2005-03-10 |
Vadim Zeitlin | define wxGetEnv() as macro, not inline function, for... |
tree | commitdiff |
2005-03-10 |
Vadim Zeitlin | define wxGetenv() for WinCE which doesn't have _tgetenv... |
tree | commitdiff |
2005-03-10 |
Vadim Zeitlin | moved WinCE-specific part into wx/msw/wince/chkconf... |
tree | commitdiff |
2005-03-10 |
Vadim Zeitlin | disable wxUSE_EXCEPTIONS when compiling with VC++ but... |
tree | commitdiff |
2005-03-10 |
Vadim Zeitlin | generate (common part of) include/wx/msw/wince/setup... |
tree | commitdiff |
2005-03-09 |
Ryan Norton | cgimagecreate from wxbitmap crashes 10.2 - turn off... |
tree | commitdiff |
2005-03-09 |
Dimitri Schoolwerth | minor cleanup (doc typos fixed, removed tabs) |
tree | commitdiff |
2005-03-09 |
Włodzimierz Skiba | Missing casts to event handling functions. |
tree | commitdiff |
2005-03-09 |
Vadim Zeitlin | made wxStaticCast more backwards compatible by allowing... |
tree | commitdiff |
2005-03-09 |
Włodzimierz Skiba | Missing flags. |
tree | commitdiff |
2005-03-08 |
Robert Roebling | Applied DnD patch, adding a field for setting a defau... |
tree | commitdiff |
2005-03-08 |
Włodzimierz Skiba | Casting fix for events. Needs check by ARM eVC4 users. |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | return name and extension by const ref, not by value... |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | use static_cast<> for wxStaticCast; updated comment... |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | removed wx_dynamic_cast(), it can't be implemented... |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | set wxDIALOG_UNIT_COMPATIBILITY to 0 by default |
tree | commitdiff |
2005-03-08 |
Włodzimierz Skiba | Allow forward declaration of wxSlider in wxMSW (bug... |
tree | commitdiff |
2005-03-08 |
Włodzimierz Skiba | Missing flags. |
tree | commitdiff |
2005-03-08 |
Włodzimierz Skiba | XTI has own wxObjectEventFunction and has to follow... |
tree | commitdiff |
2005-03-08 |
Robin Dunn | Allow wxBufferedDC to be constructed with just a wxDC. |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | init member variables properly (patch 1156088) |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | added wxUSE_STDPATHS |
tree | commitdiff |
2005-03-07 |
Vadim Zeitlin | fix top margin for static box sizer when wxDIALOG_UNIT_... |
tree | commitdiff |
2005-03-07 |
Vadim Zeitlin | extracted platform-specific code to determine static... |
tree | commitdiff |
2005-03-07 |
Vadim Zeitlin | added file with WinCE-specific configuration options... |
tree | commitdiff |
2005-03-07 |
Vadim Zeitlin | added wxUSE_STDPATHS |
tree | commitdiff |
2005-03-07 |
Vadim Zeitlin | compilation fix for VC6 (patch 1158433) |
tree | commitdiff |
2005-03-07 |
Julian Smart | Added wxFRAME_EX_METAL, wxDIALOG_EX_METAL for Mac metal... |
tree | commitdiff |
2005-03-07 |
Julian Smart | Removed very very obsolete flags from 1.x |
tree | commitdiff |
2005-03-07 |
Vadim Zeitlin | fix to avoid eVC crashes: restored wxObjectEventFunctio... |
tree | commitdiff |
2005-03-07 |
Włodzimierz Skiba | Inform settings about wxWindow class existence. |
tree | commitdiff |
2005-03-07 |
Robert Roebling | Applied GetSystemMetric patch to suppurt GTK and... |
tree | commitdiff |
2005-03-07 |
Vadim Zeitlin | added wxUSE_DATEPICKCTRL |
tree | commitdiff |
2005-03-06 |
Vadim Zeitlin | replaced C++ comment with a C one |
tree | commitdiff |
2005-03-05 |
Michael Wetherell | Fix for problem with wxGetFileKind on WinCE |
tree | commitdiff |
2005-03-05 |
Mattia Barbon | Use the correct WXDLLIMPEXT declaration for |
tree | commitdiff |
2005-03-04 |
Włodzimierz Skiba | Removed ambiguity between deprecated and new constructor. |
tree | commitdiff |
2005-03-04 |
Robert Roebling | Applied John L's patches for curson scaling, image... |
tree | commitdiff |
2005-03-04 |
Robert Roebling | Changed wxFileName::SetExt() as per the discussion... |
tree | commitdiff |
2005-03-03 |
Robert Roebling | Adapt SetExt() to new availability of m_hasExt. I... |
tree | commitdiff |
2005-03-03 |
Vadim Zeitlin | added wx_dynamic_cast() |
tree | commitdiff |
2005-03-03 |
Julian Smart | Added wxBUFFER_VIRTUAL_AREA, wxBUFFER_CLIENT_AREA to... |
tree | commitdiff |
2005-03-02 |
Robin Dunn | Add GetToolTip accessor |
tree | commitdiff |
2005-03-02 |
Stefan Csomor | unicode character events |
tree | commitdiff |
2005-03-02 |
Włodzimierz Skiba | In MSWUniv wxWindow and wxWindowMSW are different class... |
tree | commitdiff |
2005-03-02 |
Julian Smart | Fixed wxBufferedPaintDC for scrolled windows |
tree | commitdiff |
2005-03-01 |
Mattia Barbon | Revert my last commit, GetClientAreaOrigin was alread... |
tree | commitdiff |
2005-03-01 |
Vadim Zeitlin | don't use WXDLLEXPORT with nested template classes... |
tree | commitdiff |
2005-03-01 |
Stefan Csomor | have CGImage Support in all OSX builds |
tree | commitdiff |
2005-03-01 |
Vadim Zeitlin | added accessor function to hide __VISAGECPP__ ugliness... |
tree | commitdiff |
2005-02-28 |
Robert Roebling | Implemented wxRadioBox using a GtkTable. |
tree | commitdiff |
2005-02-28 |
Ryan Norton | rename wxURI::GetUser to wxURI::GetUserInfo and add... |
tree | commitdiff |
2005-02-28 |
Włodzimierz Skiba | XRC for wxListbook [patch 1152306] and wxChoicebook... |
tree | commitdiff |
2005-02-28 |
Vadim Zeitlin | trying to fix dmc warning about potential overload... |
tree | commitdiff |
2005-02-28 |
Vadim Zeitlin | return const ref to label from GetLabel() and other... |
tree | commitdiff |
2005-02-28 |
Chris Elliott | fix missing defines with DMC |
tree | commitdiff |
2005-02-28 |
Julian Smart | Added XPM ctor |
tree | commitdiff |
2005-02-28 |
Dimitri Schoolwerth | removed trailing comma from enum |
tree | commitdiff |
2005-02-28 |
Robert Roebling | Add PrivData() field to wxPrintData since MSW's printer |
tree | commitdiff |
2005-02-28 |
Vadim Zeitlin | show tooltips for the text control part of the spin... |
tree | commitdiff |
2005-02-28 |
Vadim Zeitlin | made Add() public so that it could be called for additi... |
tree | commitdiff |
2005-02-28 |
Vadim Zeitlin | support filenames with empty extension (foo.) (bug... |
tree | commitdiff |
2005-02-27 |
Michael Wetherell | Move wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW out of the... |
tree | commitdiff |
2005-02-27 |
Vadim Zeitlin | added default ctor and fixed copying of wxFileData... |
tree | commitdiff |
2005-02-27 |
Vadim Zeitlin | refresh bitmap when it's label changes, this is necessa... |
tree | commitdiff |
next |