2003-08-03 |
David Elliott | Added wxGUIAppTraits::GetToolkitInfo (ok?) |
tree | commitdiff |
2003-08-03 |
David Elliott | Removed wxGUIAppTraits::GetOSVersion |
tree | commitdiff |
2003-08-03 |
David Elliott | Removed wxTheApp = this from wxApp constructor |
tree | commitdiff |
2003-08-02 |
Vadim Zeitlin | avoid using _WIN32_IE |
tree | commitdiff |
2003-08-02 |
Vadim Zeitlin | fixed wrong border/sash widths (typo during last commit) |
tree | commitdiff |
2003-08-02 |
Vadim Zeitlin | minor changes to eliminate unused parameter warning... |
tree | commitdiff |
2003-08-02 |
Václav Slavík | moved DB classes into wxODBC library |
tree | commitdiff |
2003-08-02 |
Václav Slavík | Intel C++ needs time.h before sys/stat.h |
tree | commitdiff |
2003-08-02 |
Václav Slavík | return wxToolkitInfo by reference and not by pointer |
tree | commitdiff |
2003-08-02 |
Václav Slavík | replaced wxAppTraits::GetOSVersion with GetToolkitInfo... |
tree | commitdiff |
2003-08-02 |
Václav Slavík | moved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced |
tree | commitdiff |
2003-08-02 |
Václav Slavík | compilation fixes |
tree | commitdiff |
2003-08-02 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-08-02 |
Václav Slavík | quick compilation fix for wxBase |
tree | commitdiff |
2003-08-02 |
Václav Slavík | compilation fix for bcc |
tree | commitdiff |
2003-08-02 |
Václav Slavík | created wxAdvanced library |
tree | commitdiff |
2003-08-02 |
Vadim Zeitlin | renamed renderer.cpp to ctrlrend.cpp to avoid conflicts... |
tree | commitdiff |
2003-08-02 |
Vadim Zeitlin | wxUniv compilation fixes |
tree | commitdiff |
2003-08-02 |
Vadim Zeitlin | replaced an #ifdef __WXDEBUG__ with a wxCHECK (this... |
tree | commitdiff |
2003-08-02 |
Vadim Zeitlin | use wxWindowBase, not wxWindow, in wxUpdateUIEvent... |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | wxTheApp can't be assigned to, anyhow, so make ms_appIn... |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | added and documented wxDYNLIB_FUNCTION |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | do *not* redefine DLLVERSIONINFO struct here; do define... |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | removed IsAppThemedEx() |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | replaced the old wxApp with wxAppConsole::ms_appInstanc... |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | check for comctl32.dll version in wxUxThemeEngine:... |
tree | commitdiff |
2003-08-01 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-08-01 |
Václav Slavík | removed duplicated code from dynlib.h and dynload.h |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | Unicode compilation fixes |
tree | commitdiff |
2003-08-01 |
Václav Slavík | preparation for runtime loading of plugins |
tree | commitdiff |
2003-08-01 |
Václav Slavík | regenerated after adding DEBUG_ options |
tree | commitdiff |
2003-08-01 |
Václav Slavík | fixed weird error |
tree | commitdiff |
2003-08-01 |
Julian Smart | Don't draw full-width sash if not drawing 3D border... |
tree | commitdiff |
2003-08-01 |
Julian Smart | Only draw borders if wxSP_3DBORDER specified, as before |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | fixed XP renderer after base class changes |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | 1. added flags to splitter drawing functions and replaced |
tree | commitdiff |
2003-07-31 |
Stefan Csomor | template<> added for some compilers |
tree | commitdiff |
2003-07-31 |
Julian Smart | Removed some warnings in widgets sample |
tree | commitdiff |
2003-07-31 |
Julian Smart | Suppressed some flicker in standard wxToolBar |
tree | commitdiff |
2003-07-31 |
Václav Slavík | compilation fixes |
tree | commitdiff |
2003-07-31 |
Václav Slavík | make it possible to use wxConsoleApp in GUI build |
tree | commitdiff |
2003-07-31 |
Vadim Zeitlin | suppress errors when loading uxtheme.dll |
tree | commitdiff |
2003-07-31 |
Vadim Zeitlin | use XP renderer if available; implemented splitter... |
tree | commitdiff |
2003-07-30 |
Vadim Zeitlin | compilation fix after wxUxThemeEngine changes |
tree | commitdiff |
2003-07-30 |
Vadim Zeitlin | [start of] cleanup uxtheme support code |
tree | commitdiff |
2003-07-30 |
Vadim Zeitlin | added wxVListBox::OnDrawBackground(); fixed warnings |
tree | commitdiff |
2003-07-30 |
Gilles Depeyrot | updated with latest file changes and added dynamic... |
tree | commitdiff |
2003-07-30 |
Stefan Csomor | xti fixes |
tree | commitdiff |
2003-07-30 |
Vadim Zeitlin | reverted GTK 1.x part of the last patch, it breaks... |
tree | commitdiff |
2003-07-29 |
Vadim Zeitlin | quick and dirty fix for strptime() |
tree | commitdiff |
2003-07-29 |
Robin Dunn | Don't log errors from GetScrollInfo since it is possibl... |
tree | commitdiff |
2003-07-29 |
Robin Dunn | Two fixes for CheckTransparency. First, don't start... |
tree | commitdiff |
2003-07-29 |
Julian Smart | Added wxPaintDCEx class, to handle the case where an HDC |
tree | commitdiff |
2003-07-29 |
David Elliott | Added stubs for (DeviceToLogical|LogicalToDevice)(X... |
tree | commitdiff |
2003-07-29 |
David Elliott | Stub for wxIcon constructor taking a non-const xpm |
tree | commitdiff |
2003-07-29 |
David Elliott | Stub for wxRegion constructor taking a wxRect |
tree | commitdiff |
2003-07-29 |
David Elliott | IMPLEMENT_DYNAMIC_CLASS for wxSpinEvent |
tree | commitdiff |
2003-07-29 |
David Elliott | Keep track of the captured mouse window so the base... |
tree | commitdiff |
2003-07-28 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | metadata streaming |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | preliminary EXTENDED_RTTI |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | xti updates |
tree | commitdiff |
2003-07-28 |
Vadim Zeitlin | compilation fix for !PCH |
tree | commitdiff |
2003-07-28 |
David Elliott | Added wxClipboard and wxDataObject (and friends) declar... |
tree | commitdiff |
2003-07-28 |
David Elliott | Added wxFontEnumerator stubs |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | keeping classnames in synch for xti |
tree | commitdiff |
2003-07-28 |
Vadim Zeitlin | added new renderer files |
tree | commitdiff |
2003-07-28 |
Vadim Zeitlin | added wxAppTraits::CreateRenderer() which may be used... |
tree | commitdiff |
2003-07-28 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | wxUSE_EXTENDED_RTTI as name |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | xti introduction |
tree | commitdiff |
2003-07-28 |
Vadim Zeitlin | load ws2_32.dll dynamically in wxGetFullHostName() |
tree | commitdiff |
2003-07-27 |
Václav Slavík | split wxBase into wxBase and wxNet libraries |
tree | commitdiff |
2003-07-27 |
Mattia Barbon | STL compilation fix. |
tree | commitdiff |
2003-07-27 |
Václav Slavík | compilation fix for BC++ |
tree | commitdiff |
2003-07-27 |
Vadim Zeitlin | implemented native GTK drawing for the splitter |
tree | commitdiff |
2003-07-27 |
Vadim Zeitlin | added orient parameter to DrawSplitterSash instead... |
tree | commitdiff |
2003-07-26 |
Mattia Barbon | Blind compilation fix for old Motif wxComboBox. |
tree | commitdiff |
2003-07-25 |
Robin Dunn | Fixes to allow STC to be built as a DLL |
tree | commitdiff |
2003-07-25 |
Mattia Barbon | STL compilation fixes. |
tree | commitdiff |
2003-07-25 |
Václav Slavík | 1. use three numbers version in win32 DLLs on unstable... |
tree | commitdiff |
2003-07-25 |
Vadim Zeitlin | warning fixes (closes 767152) |
tree | commitdiff |
2003-07-25 |
Václav Slavík | better attempts to try .utf-8 suffix |
tree | commitdiff |
2003-07-24 |
Vadim Zeitlin | if IsAlwaysOnline() returns true, IsOnline() should... |
tree | commitdiff |
2003-07-24 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2003-07-24 |
Mattia Barbon | Create a new wxStringBase class, providing a STL... |
tree | commitdiff |
2003-07-24 |
Mattia Barbon | Removed workaround for a (now fixed) wxMotif problem. |
tree | commitdiff |
2003-07-24 |
David Elliott | Better stub for wxDisplaySize |
tree | commitdiff |
2003-07-24 |
Julian Smart | Deal with a zero to-page |
tree | commitdiff |
2003-07-24 |
Stefan Csomor | new xml in main tree adaptions |
tree | commitdiff |
2003-07-24 |
Stefan Csomor | renderer added, expat and xml |
tree | commitdiff |
2003-07-24 |
Julian Smart | Fixed preview navigation as per ancient bug report |
tree | commitdiff |
2003-07-24 |
Stefan Csomor | mac config file for expat |
tree | commitdiff |
2003-07-24 |
Vadim Zeitlin | more compilation fixes |
tree | commitdiff |
2003-07-24 |
Vadim Zeitlin | fix some warnings |
tree | commitdiff |
2003-07-23 |
Julian Smart | Printing improvements: GetPageInfo() gets called after... |
tree | commitdiff |
2003-07-23 |
Vadim Zeitlin | compilation fix... |
tree | commitdiff |
2003-07-23 |
Vadim Zeitlin | attempt to fix waiting for a thread in another non... |
tree | commitdiff |
2003-07-23 |
Mattia Barbon | various compilation/warning fixes. |
tree | commitdiff |
2003-07-23 |
Václav Slavík | module.h is not included by wxprec.h |
tree | commitdiff |
next |