2003-08-05 |
David Elliott | Removed wxTheBitmapList code |
tree | commitdiff |
2003-08-05 |
David Elliott | Initialize m_cocoaDash to NULL in copy constructor |
tree | commitdiff |
2003-08-04 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2003-08-04 |
George Tasker | Added a check for a '.' in the column name before prepe... |
tree | commitdiff |
2003-08-04 |
Vadim Zeitlin | copy wxImage options when copying the images (replaces... |
tree | commitdiff |
2003-08-04 |
Vadim Zeitlin | don't include unnecessary headers if we don't compile... |
tree | commitdiff |
2003-08-04 |
Vadim Zeitlin | no changes, just resolved a conflict |
tree | commitdiff |
2003-08-04 |
David Elliott | Implement new static Unload(handle) instead of old... |
tree | commitdiff |
2003-08-04 |
David Elliott | Remove src/cocoa/pen.cpp |
tree | commitdiff |
2003-08-04 |
Václav Slavík | added build options sanity checks into all main libraries |
tree | commitdiff |
2003-08-04 |
Václav Slavík | reworked wxBuildOptions code to work even w/o function... |
tree | commitdiff |
2003-08-04 |
Václav Slavík | fixed version number expansion |
tree | commitdiff |
2003-08-04 |
David Elliott | Use wxPen |
tree | commitdiff |
2003-08-04 |
David Elliott | Added dash support |
tree | commitdiff |
2003-08-04 |
David Elliott | wxPen implementation (no dash support yet) |
tree | commitdiff |
2003-08-04 |
Vadim Zeitlin | fixed non GUI cmd line options |
tree | commitdiff |
2003-08-04 |
Vadim Zeitlin | compilation fix after warning fix |
tree | commitdiff |
2003-08-04 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | generate a text event even if SetValue() didn't really... |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | set event object correctly for the menu events |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | check that we use bitmaps of correct size in the image... |
tree | commitdiff |
2003-08-03 |
Václav Slavík | removed old VC++ projects |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | fixed release mode warnings |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | fixed warning in non-DLL build |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | restored custom drawing (was accidentally disabled... |
tree | commitdiff |
2003-08-03 |
Václav Slavík | added wrapcctl.h |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | moved wxUniv-specific GUI stuff from wxBase to wxCore... |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | warnings (and some errors) fixes for wxUniv DLL build |
tree | commitdiff |
2003-08-03 |
Mattia Barbon | Fix "Statement with no effect" warning. |
tree | commitdiff |
2003-08-03 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | missing or wrong DLLEXPORTs for DLL build |
tree | commitdiff |
2003-08-03 |
Václav Slavík | ported rest of contrib to bakefile |
tree | commitdiff |
2003-08-03 |
Václav Slavík | added ability to generate wx24-like wxWindows.dsp |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | added wrapper for <commctrl.h> as well |
tree | commitdiff |
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 |
next |