2003-08-03 |
Václav Slavík | ported rest of contrib to bakefile |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Václav Slavík | added ability to generate wx24-like wxWindows.dsp |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Václav Slavík | fix the situation when one of sublibraries is not built |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Václav Slavík | fix for broken --inplace, --prefix and --exec-prefix... |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Václav Slavík | fixed wrong target names |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Václav Slavík | ODBC update |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Vadim Zeitlin | added wrapper for <commctrl.h> as well |
commit | commitdiff | tree | snapshot |
2003-08-03 |
Václav Slavík | added WX_DECLARE_OBJARRAY_WITH_DECL |
commit | commitdiff | tree | snapshot |
2003-08-03 |
David Elliott | Added wxGUIAppTraits::GetToolkitInfo (ok?) |
commit | commitdiff | tree | snapshot |
2003-08-03 |
David Elliott | Removed wxGUIAppTraits::GetOSVersion |
commit | commitdiff | tree | snapshot |
2003-08-03 |
David Elliott | Removed wxTheApp = this from wxApp constructor |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Vadim Zeitlin | avoid using _WIN32_IE |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Vadim Zeitlin | s/ID_SEPARATOR/wx&/ (fixes 782133) |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Vadim Zeitlin | fixed wrong border/sash widths (typo during last commit) |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Vadim Zeitlin | minor changes to eliminate unused parameter warning... |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Vadim Zeitlin | removed extra commas which are erros for some compilers |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | moved DB classes into wxODBC library |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | Intel C++ needs time.h before sys/stat.h |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | compilation fix for gcc |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | wxUSE_NEW_GRID is no longer used |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | renamed to WX_DECLARE_LIST_WITH_DECL for consistency... |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | added libraries dependency graph |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | renamed to WX_DECLARE_LIST_WITH_DECL for consistency |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | return wxToolkitInfo by reference and not by pointer |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | replaced wxAppTraits::GetOSVersion with GetToolkitInfo... |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | moved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | corrected examples |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | compilation fixes |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | moved wxWave, wxJoystick and wxTaskBarIcon to wxAdvanced |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | wxJoystick and wxWave are now available in all Unix... |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | link against wxAdv |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | quick compilation fix for wxBase |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | moved wxJoystick, wxWave and wxTaskBarIcon to wxAdv |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | on Linux, not GTK |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | removed old DSPs |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | compilation fix for bcc |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | compilation fix for bcc |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | don't define NDEBUG |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | forgot to update |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | fixed some VC++ projects bugs |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | added wxAdvanced |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | 1. added wxAdvanced |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Václav Slavík | created wxAdvanced library |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Vadim Zeitlin | msw/uxtheme.cpp is low level as well |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Vadim Zeitlin | native renderers are low level; renamed univ/renderer... |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Vadim Zeitlin | renamed renderer.cpp to ctrlrend.cpp to avoid conflicts... |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Vadim Zeitlin | wxUniv compilation fixes |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Vadim Zeitlin | replaced an #ifdef __WXDEBUG__ with a wxCHECK (this... |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Vadim Zeitlin | disable printing; doesn't compile |
commit | commitdiff | tree | snapshot |
2003-08-02 |
Vadim Zeitlin | use wxWindowBase, not wxWindow, in wxUpdateUIEvent... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Vadim Zeitlin | wxTheApp can't be assigned to any longer |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | added information about libs.tex |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Vadim Zeitlin | wxTheApp can't be assigned to, anyhow, so make ms_appIn... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | adding wxAdvanced library |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Vadim Zeitlin | added and documented wxDYNLIB_FUNCTION |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Vadim Zeitlin | do *not* redefine DLLVERSIONINFO struct here; do define... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Vadim Zeitlin | removed IsAppThemedEx() |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Vadim Zeitlin | replaced the old wxApp with wxAppConsole::ms_appInstanc... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Vadim Zeitlin | check for comctl32.dll version in wxUxThemeEngine:... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | compilation fix |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | multilib mode |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | LIB instead of Static, better aligned |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | removed duplicated code from dynlib.h and dynload.h |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Vadim Zeitlin | Unicode compilation fixes |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | added VC++ project files |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | added VC++ project files |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | regenerated after adding DEBUG_ options |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | added VC++ project files |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | wxUSE_GUI=0 not needed |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | for nicer Makefile.in |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | overview of multilib libraries added |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | regenerated after adding DEBUG_ options |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | regenerated after adding DEBUG_ options |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | XML code needs wchar_t |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | removed Mingw32-gcc295.patches ; it is obsolete for... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | preparation for runtime loading of plugins |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | regenerated after adding DEBUG_ options |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | fixed weird error |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | added VC++ projects |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | link against wxXml |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | --enable-debug_flag and --enable-debug_info work again |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Julian Smart | Don't draw full-width sash if not drawing 3D border... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Julian Smart | Only draw borders if wxSP_3DBORDER specified, as before |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | added DEBUG_FLAG, DEBUG_INFO and DEBUG_RUNTIME_LIBS... |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Vadim Zeitlin | fixed XP renderer after base class changes |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Vadim Zeitlin | added missing arguments in wxDelegateRenderer |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Vadim Zeitlin | documented OnDrawBackground() |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Vadim Zeitlin | 1. added flags to splitter drawing functions and replaced |
commit | commitdiff | tree | snapshot |
2003-08-01 |
Václav Slavík | added DEBUG_FLAG, DEBUG_INFO and DEBUG_RUNTIME_LIBS... |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Robin Dunn | fixed --basename |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Robin Dunn | If a wxPy[Command]Event has been cloned then we need... |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Robin Dunn | Various testing changes |
commit | commitdiff | tree | snapshot |
2003-07-31 |
David Elliott | wxCocoa: Allow wxUSE_CLIPBOARD/wxUSE_DATAOBJ |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Stefan Csomor | template<> added for some compilers |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Stefan Csomor | Added wxASSERT_MSGs |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Julian Smart | Removed some warnings in widgets sample |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Václav Slavík | examples of customizing VC++ project files |
commit | commitdiff | tree | snapshot |
next |