2005-03-10 |
Vadim Zeitlin | define wxGetEnv() as macro, not inline function, for...
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | Unicode fix after last commit
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | ignore build files for stuff which is not in the cvs
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | define wxGetenv() for WinCE which doesn't have _tgetenv...
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | use wxGetenv() instead of getenv() which doesn't exist...
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | moved WinCE-specific part into wx/msw/wince/chkconf...
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | disable wxUSE_EXCEPTIONS when compiling with VC++ but...
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | unused param warning with wxUSE_OLE=0
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | generate (common part of) include/wx/msw/wince/setup...
|
commit | commitdiff | tree |
2005-03-10 |
Vadim Zeitlin | check that wxYES and wxNO are always used together...
|
commit | commitdiff | tree |
2005-03-09 |
Vadim Zeitlin | made wxStaticCast more backwards compatible by allowing...
|
commit | commitdiff | tree |
2005-03-09 |
Vadim Zeitlin | slightly clarified msw.window.no-clip-children test
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | return name and extension by const ref, not by value...
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | fixed wrong use of = instead of == (patch 1159289)
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | removed unused wxDirToWinStyle() (part of patch 1159289)
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | don't need AC_CXX_DYNAMIC_CAST for now
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | use static_cast<> for wxStaticCast; updated comment...
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | mention Linux/AMD64 build fix
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | removed wx_dynamic_cast(), it can't be implemented...
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | set wxDIALOG_UNIT_COMPATIBILITY to 0 by default
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | fixed loop deleting the old filters in SetWildcard...
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | honour stateMask in GetItem() too (patch 1153451)
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | init member variables properly (patch 1156088)
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | update from Hakki Dogusan
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | added wxUSE_STDPATHS
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | PPC 2003 SDK doesn't seem to have setlocale() neither...
|
commit | commitdiff | tree |
2005-03-08 |
Vadim Zeitlin | fixed bug in Set(double jdn): don't test whether the...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | fix top margin for static box sizer when wxDIALOG_UNIT_COMPA...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | extracted platform-specific code to determine static...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | don't exclude msw/gsocket.cpp and msw/gsockmsw.cpp...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | added wxUSE_STDPATHS
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | added file with WinCE-specific configuration options...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | compilation fix for CE with Standard SDK
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | added wxUSE_STDPATHS
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | compilation fix for VC6 (patch 1158433)
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | look in /usr/lib64 before standard locations, this...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | fix evaluation order bug (patch 1158099)
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | harmless warning fixes for WinCE (mostly unused parameters)
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | harmless warning fixes for WinCE (mostly unused parameters)
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | fix to avoid eVC crashes: restored wxObjectEventFunction...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | replaced complicated and not working test for WinCE...
|
commit | commitdiff | tree |
2005-03-07 |
Vadim Zeitlin | added wxUSE_DATEPICKCTRL
|
commit | commitdiff | tree |
2005-03-06 |
Vadim Zeitlin | fix warning about comparing (signed) -1 with (unsigned...
|
commit | commitdiff | tree |
2005-03-06 |
Vadim Zeitlin | replaced C++ comment with a C one
|
commit | commitdiff | tree |
2005-03-05 |
Vadim Zeitlin | (blind) GTK1 compilation fix
|
commit | commitdiff | tree |
2005-03-03 |
Vadim Zeitlin | fixed bug in ReadAll(): it always returned error when...
|
commit | commitdiff | tree |
2005-03-03 |
Vadim Zeitlin | use HINSTANCE for first DllMain() parameter (should...
|
commit | commitdiff | tree |
2005-03-03 |
Vadim Zeitlin | added wx_dynamic_cast()
|
commit | commitdiff | tree |
2005-03-03 |
Vadim Zeitlin | added AC_CXX_DYNAMIC_CAST
|
commit | commitdiff | tree |
2005-03-01 |
Vadim Zeitlin | restored alpha test in raw image frame (why had it...
|
commit | commitdiff | tree |
2005-03-01 |
Vadim Zeitlin | don't use WXDLLEXPORT with nested template classes...
|
commit | commitdiff | tree |
2005-03-01 |
Vadim Zeitlin | don't try to save invalid image: added a wxCHECK(Ok...
|
commit | commitdiff | tree |
2005-03-01 |
Vadim Zeitlin | fix for crash when using wxEXEC_NODISABLE
|
commit | commitdiff | tree |
2005-03-01 |
Vadim Zeitlin | don't compare iterator after calling erase() in ProcessPendi...
|
commit | commitdiff | tree |
2005-03-01 |
Vadim Zeitlin | added accessor function to hide __VISAGECPP__ ugliness...
|
commit | commitdiff | tree |
2005-03-01 |
Vadim Zeitlin | update from Hiroshi Saito (patch 1153720)
|
commit | commitdiff | tree |
2005-03-01 |
Vadim Zeitlin | added wxDP_ALLOWNONE (patch 1153889)
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | trying to fix dmc warning about potential overload...
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | return const ref to label from GetLabel() and other...
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | removed strange bit flipping under wxGTK when saving...
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | don't hide m_cal when disabling the control (bug 1150830)
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | restored manual calls to gtk_glwindow_realized/map_callback...
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | compilation fix for non-debug build
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | show tooltips for the text control part of the spin...
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | made Add() public so that it could be called for addition...
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | 1. added possibility to test setting tooltip for the...
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | wxUniv compilation fix
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | another test for DST bug
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | fixed test to actually work
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | support filenames with empty extension (foo.) (bug...
|
commit | commitdiff | tree |
2005-02-28 |
Vadim Zeitlin | fixed last commit to not break ToString() for negative...
|
commit | commitdiff | tree |
2005-02-27 |
Vadim Zeitlin | fixed ToString() for negative long longs (bug 1101426)
|
commit | commitdiff | tree |
2005-02-27 |
Vadim Zeitlin | further resized icons to 16*15 (still patch 1151163)
|
commit | commitdiff | tree |
2005-02-27 |
Vadim Zeitlin | set WS_GROUP on the first button in the group, fixes...
|
commit | commitdiff | tree |
2005-02-27 |
Vadim Zeitlin | refersh after changing the image (patch 1151163)
|
commit | commitdiff | tree |
2005-02-27 |
Vadim Zeitlin | cropped icons to 16*16 (patch 1151163)
|
commit | commitdiff | tree |
2005-02-27 |
Vadim Zeitlin | added default ctor and fixed copying of wxFileData...
|
commit | commitdiff | tree |
2005-02-27 |
Vadim Zeitlin | refresh bitmap when it's label changes, this is necessary...
|
commit | commitdiff | tree |
2005-02-27 |
Vadim Zeitlin | better compatibility with old wxList in wxUSE_STL=...
|
commit | commitdiff | tree |
2005-02-27 |
Vadim Zeitlin | fix to previous patch: don't crash when saving in 16bpp
|
commit | commitdiff | tree |
2005-02-27 |
Vadim Zeitlin | added tests for savin PNG images in different formats...
|
commit | commitdiff | tree |
2005-02-27 |
Vadim Zeitlin | added support for saving grey and grey-red PNG images...
|
commit | commitdiff | tree |
2005-02-27 |
Vadim Zeitlin | fix for BCC compilation (see patch 1101702)
|
commit | commitdiff | tree |
2005-02-27 |
Vadim Zeitlin | compilation fix (missing header) (patch 1151763)
|
commit | commitdiff | tree |
2005-02-26 |
Vadim Zeitlin | update from Martin Srebotnjak <miles@filmsi.net>
|
commit | commitdiff | tree |
2005-02-25 |
Vadim Zeitlin | fix for disabling the control (bug 1150830)
|
commit | commitdiff | tree |
2005-02-24 |
Vadim Zeitlin | fix for SetValue() losing effect after focus change...
|
commit | commitdiff | tree |
2005-02-24 |
Vadim Zeitlin | really fixed bug with DST in Set(h, m, s, ms) (see...
|
commit | commitdiff | tree |
2005-02-24 |
Vadim Zeitlin | use correct colour for the toolbar initially (patch...
|
commit | commitdiff | tree |
2005-02-24 |
Vadim Zeitlin | added missing virtual dtors to base classes (patch...
|
commit | commitdiff | tree |
2005-02-23 |
Vadim Zeitlin | update from Michalis Kabrianis (patch 1145218)
|
commit | commitdiff | tree |
2005-02-23 |
Vadim Zeitlin | don't redefine NOMINMAX if already defined (mingw32...
|
commit | commitdiff | tree |
2005-02-23 |
Vadim Zeitlin | removed checks for compilers supporting wxUSE_ON_FATAL_EXCEP...
|
commit | commitdiff | tree |
2005-02-23 |
Vadim Zeitlin | build ODBC sample under MSW too if wxUSE_ODBC (closes...
|
commit | commitdiff | tree |
2005-02-23 |
Vadim Zeitlin | update from Martin Srebotnjak <miles@filmsi.net>
|
commit | commitdiff | tree |
2005-02-21 |
Vadim Zeitlin | added debug/release DLL configurations so that VC+...
|
commit | commitdiff | tree |
2005-02-21 |
Vadim Zeitlin | don't define min/max macros in windows.h (closes 1052256)
|
commit | commitdiff | tree |
2005-02-21 |
Vadim Zeitlin | declare variable used in source code example (bug 1093638)
|
commit | commitdiff | tree |
2005-02-21 |
Vadim Zeitlin | removed ambiguity from wxGLCanvas ctors (bug 1102544)
|
commit | commitdiff | tree |
2005-02-21 |
Vadim Zeitlin | removed mention of client data, there is none in this...
|
commit | commitdiff | tree |
next |