2003-07-02 |
Václav Slavík | fixed to make wxBase DLL compile |
tree | commitdiff |
2003-07-02 |
Vadim Zeitlin | got rid of wxBuffer (finally!!!) |
tree | commitdiff |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
tree | commitdiff |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
tree | commitdiff |
2003-07-01 |
Vadim Zeitlin | init more (all?) member variables |
tree | commitdiff |
2003-07-01 |
Mattia Barbon | MinGW compilation fixes. |
tree | commitdiff |
2003-07-01 |
Vadim Zeitlin | suppress warning about unused variable |
tree | commitdiff |
2003-07-01 |
Vadim Zeitlin | fixed crash on startup |
tree | commitdiff |
2003-07-01 |
Vadim Zeitlin | GetOsVersion() is now wxGUIAppTraits method instead... |
tree | commitdiff |
2003-07-01 |
Vadim Zeitlin | removed wxFunction |
tree | commitdiff |
2003-07-01 |
Vadim Zeitlin | fixed VC++ warning in release build |
tree | commitdiff |
2003-07-01 |
Vadim Zeitlin | fixed Unicode compilation and run-time problems |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | added missing #include bitmap.h |
tree | commitdiff |
2003-06-30 |
Václav Slavík | fixed missing WXDLLEXPORT |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | we can't declare WinMain() with other arguments using... |
tree | commitdiff |
2003-06-30 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | small wxGTK compilation fixes |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | more work on fixing wxEntry() and ANSI/Unicode cmd... |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | extracted common initialization/cleanup functions in... |
tree | commitdiff |
2003-06-30 |
Robin Dunn | Check for and allow zero length files |
tree | commitdiff |
2003-06-30 |
Julian Smart | Added optional event sink for use with dynamic event... |
tree | commitdiff |
2003-06-30 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-06-30 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-06-29 |
Stefan Neis | Applied Patch 760644 (wxGrid SetTable uses deleted... |
tree | commitdiff |
2003-06-29 |
Václav Slavík | regenerated |
tree | commitdiff |
2003-06-29 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2003-06-29 |
Vadim Zeitlin | we don't need to include wx/mac/private.h, at least... |
tree | commitdiff |
2003-06-28 |
Vadim Zeitlin | fix for comparison bug in GetHeader() |
tree | commitdiff |
2003-06-28 |
Mattia Barbon | Stop GCC from complaining about unhandled enumeration... |
tree | commitdiff |
2003-06-28 |
Václav Slavík | fixed linker errors |
tree | commitdiff |
2003-06-28 |
Vadim Zeitlin | replaced wxGetOsVersion() with wxGUIAppTraits::GetOSVer... |
tree | commitdiff |
2003-06-28 |
Vadim Zeitlin | fixed unused variable warnings |
tree | commitdiff |
2003-06-28 |
Vadim Zeitlin | fixed sscanf() format string typo |
tree | commitdiff |
2003-06-28 |
Stefan Csomor | function key support |
tree | commitdiff |
2003-06-28 |
David Elliott | include "wx/setup.h" before testing for wxUSE_SLIDER |
tree | commitdiff |
2003-06-28 |
David Elliott | Added wxGUIAppTraits::GetOSVersion() implementation. |
tree | commitdiff |
2003-06-27 |
David Elliott | Removed wxGetOsVersion stub. It's now handled by utils... |
tree | commitdiff |
2003-06-27 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-06-27 |
Václav Slavík | another compilation fix |
tree | commitdiff |
2003-06-27 |
Václav Slavík | compilation fix for wxMSW |
tree | commitdiff |
2003-06-27 |
Václav Slavík | Windows compilation fix |
tree | commitdiff |
2003-06-27 |
Vadim Zeitlin | moved GetOSVersion() to the base traits class; implemen... |
tree | commitdiff |
2003-06-27 |
Vadim Zeitlin | TryParent()/ProcessEvent() were included in both base... |
tree | commitdiff |
2003-06-26 |
Vadim Zeitlin | __WXBASE__ -> wxUSE_BASE |
tree | commitdiff |
2003-06-26 |
Vadim Zeitlin | added EstimateTotalHeight |
tree | commitdiff |
2003-06-26 |
Julian Smart | Added m_ prefix to wxColourData and wxFontData members... |
tree | commitdiff |
2003-06-26 |
Vadim Zeitlin | pass event to validators fisrt, before using the dynami... |
tree | commitdiff |
2003-06-26 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2003-06-26 |
Chris Elliott | remove conflicts |
tree | commitdiff |
2003-06-26 |
Vadim Zeitlin | changing the number of items in wxHtmlListBox should... |
tree | commitdiff |
2003-06-26 |
Vadim Zeitlin | compilation fixes for separate build |
tree | commitdiff |
2003-06-26 |
Vadim Zeitlin | compilation fix for wxGUI |
tree | commitdiff |
2003-06-26 |
Vadim Zeitlin | got rid of wxEvtHandler::m_isWindow, use virtual functi... |
tree | commitdiff |
2003-06-25 |
Vadim Zeitlin | some more #if wxUSE_BASE (but still not enough) |
tree | commitdiff |
2003-06-25 |
Václav Slavík | new dependencies tracking code |
tree | commitdiff |
2003-06-25 |
Václav Slavík | new dependency tracking from bakefile cvs |
tree | commitdiff |
2003-06-25 |
Václav Slavík | split log.h into GUI and base parts |
tree | commitdiff |
2003-06-25 |
Václav Slavík | fixes |
tree | commitdiff |
2003-06-25 |
Václav Slavík | regenerated makefiles, with support for multilib build |
tree | commitdiff |
2003-06-25 |
Václav Slavík | fixes to previous commit |
tree | commitdiff |
2003-06-25 |
Václav Slavík | moved AddFile(wxImage) to GUI part of library, too |
tree | commitdiff |
2003-06-25 |
Václav Slavík | compilation fix for wxBase |
tree | commitdiff |
2003-06-25 |
Václav Slavík | added XRC contrib makefile |
tree | commitdiff |
2003-06-25 |
Vadim Zeitlin | missign app.h header |
tree | commitdiff |
2003-06-25 |
Vadim Zeitlin | a quick hack to fix wxBase compilation |
tree | commitdiff |
2003-06-25 |
Vadim Zeitlin | missing wx/iconloc.h added |
tree | commitdiff |
2003-06-24 |
Václav Slavík | no longer needed |
tree | commitdiff |
2003-06-24 |
Gilles Depeyrot | minor corrections for compilation with gcc 3.3 (use... |
tree | commitdiff |
2003-06-24 |
Václav Slavík | don't compile generic wxMessageDialog w/ GTK+2, it... |
tree | commitdiff |
2003-06-24 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-06-24 |
Václav Slavík | compilation fixes |
tree | commitdiff |
2003-06-24 |
Julian Smart | Initialised static controls |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | compilation fix for wxGTK |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | regenerated project/makefiles with tmake |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | removed duplicate wxTheApp and m_appInitFn definitions... |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
tree | commitdiff |
2003-06-23 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-06-23 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2003-06-23 |
Vadim Zeitlin | use __VISUALC__ instead of _MSC_VER to avoid problems... |
tree | commitdiff |
2003-06-23 |
David Elliott | Added #if wxUSE_SLIDER guard |
tree | commitdiff |
2003-06-23 |
David Elliott | Added #ifdef wxHAS_TASK_BAR_ICON guard |
tree | commitdiff |
2003-06-23 |
Vadim Zeitlin | GetIcon() returns wxIconLocation, not wxIcon, now |
tree | commitdiff |
2003-06-23 |
Julian Smart | Implemented wxTextCtrl::GetStyle for MSW |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | support Show() in wxFlexGridSizer (patch 737850) |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | set selection before setting focus to the control in... |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | fix VC 7.x release build problems |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | temp fix for link errors after last commit |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | updated after wxFileType change |
tree | commitdiff |
2003-06-21 |
Mattia Barbon | Add a missing structure definition, move all rich... |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | don't disable hidden windows in wxWindowDisabler, it... |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | removed Win16 horrors |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | removed datacmn, not a base file any more |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | removed datacmn |
tree | commitdiff |
2003-06-21 |
Robert Roebling | Small fix for splitter window. |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | added wxIconLocation; minor fixes to wxIcon on some... |
tree | commitdiff |
2003-06-21 |
Stefan Neis | Reverted patch [ 746201 ] (partially) because of unwant... |
tree | commitdiff |
2003-06-20 |
Gilles Depeyrot | corrected return value of wxTimer::Start when timer... |
tree | commitdiff |
2003-06-20 |
Václav Slavík | fix one of reasons for crash if there is no font |
tree | commitdiff |
2003-06-20 |
Julian Smart | Extended wxTextAttr and added wxTextCtrl::GetStyle... |
tree | commitdiff |
2003-06-19 |
Vadim Zeitlin | removed redundant wxUSE_GUI checks |
tree | commitdiff |
next |