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 |
2003-06-19 |
Vadim Zeitlin | added wxIsDebuggerRunning() (which is going to replace... |
tree | commitdiff |
2003-06-19 |
Václav Slavík | quick and dirty fix for wxMGL compilation |
tree | commitdiff |
2003-06-19 |
David Elliott | Added slider.h/slider.mm to wxCocoa build |
tree | commitdiff |
2003-06-19 |
David Elliott | Missed a few substitutions the first time around |
tree | commitdiff |
2003-06-19 |
David Elliott | Added wxSlider stub |
tree | commitdiff |
2003-06-19 |
David Elliott | wxCocoa does not have wxDialog::OnPaint() |
tree | commitdiff |
2003-06-19 |
David Elliott | Added return NULL; for __WXCOCOA__ |
tree | commitdiff |
2003-06-19 |
David Elliott | Changed colour.cpp to colour.mm |
tree | commitdiff |
2003-06-19 |
David Elliott | First stab at wxColour using NSColor |
tree | commitdiff |
2003-06-19 |
Robert Roebling | Font crash and timer fix as per 2_4. |
tree | commitdiff |
2003-06-19 |
David Elliott | In wxApp::OnIdle() check to see if there is not a curre... |
tree | commitdiff |
2003-06-19 |
David Elliott | Add ability to have a wxMenuBar as a common menu |
tree | commitdiff |
2003-06-19 |
Vadim Zeitlin | fixed infinite recursion bug in some rare cases |
tree | commitdiff |
2003-06-19 |
Vadim Zeitlin | wxUniv compilation fix |
tree | commitdiff |
2003-06-19 |
Chris Elliott | fix making base for Borland |
tree | commitdiff |
2003-06-19 |
Chris Elliott | fix making base for watcom (lib\base and console sample... |
tree | commitdiff |
2003-06-19 |
Chris Elliott | fix making base for watcom (lib\base and console sample... |
tree | commitdiff |
2003-06-18 |
Vadim Zeitlin | detect EOF better when reading HTTP reply |
tree | commitdiff |
2003-06-18 |
Vadim Zeitlin | removed unnecessary #if wxUSE_GUIs |
tree | commitdiff |
2003-06-18 |
Vadim Zeitlin | removed deprecated ConvertToBitmap() and wxImage(wxBitm... |
tree | commitdiff |
2003-06-18 |
Václav Slavík | make it possible to not attach toolbars to frames ... |
tree | commitdiff |
2003-06-18 |
Chris Elliott | fix perl commands for makefile.sc |
tree | commitdiff |
next |