2003-08-31 |
Vadim Zeitlin | don't return \n from GetLineText() neither |
tree | commitdiff |
2003-08-31 |
Vadim Zeitlin | don't return \r from GetLineText() |
tree | commitdiff |
2003-08-31 |
Vadim Zeitlin | no changes |
tree | commitdiff |
2003-08-27 |
Stefan Csomor | WX_EVENT_PROPERTY instead of WX_DELEGATE |
tree | commitdiff |
2003-08-27 |
Stefan Csomor | event exposure |
tree | commitdiff |
2003-08-26 |
Chris Elliott | fix makefile (changed filelist) |
tree | commitdiff |
2003-08-26 |
Stefan Csomor | unicode fixes |
tree | commitdiff |
2003-08-25 |
Stefan Csomor | unicode adaptions, menu support |
tree | commitdiff |
2003-08-25 |
Julian Smart | WinCE fixes |
tree | commitdiff |
2003-08-24 |
Stefan Csomor | adding style to constructors |
tree | commitdiff |
2003-08-24 |
Julian Smart | Eliminated bizarre VC++ internal compiler errors, perha... |
tree | commitdiff |
2003-08-24 |
Julian Smart | Added some window style metadata |
tree | commitdiff |
2003-08-23 |
Stefan Csomor | window flags extensions, streaming callback |
tree | commitdiff |
2003-08-23 |
Stefan Csomor | xti property extensions, style bits additions |
tree | commitdiff |
2003-08-21 |
Mattia Barbon | Warning fixes. |
tree | commitdiff |
2003-08-21 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2003-08-21 |
Stefan Csomor | extended RTTI support |
tree | commitdiff |
2003-08-19 |
Stefan Csomor | switching to wxEmptyString to satisfy linker after... |
tree | commitdiff |
2003-08-19 |
Stefan Csomor | removing rtti special functions |
tree | commitdiff |
2003-08-19 |
Stefan Csomor | switching back to normal accessors, workaround not... |
tree | commitdiff |
2003-08-19 |
Julian Smart | Warning fixes from ABX |
tree | commitdiff |
2003-08-18 |
Stefan Csomor | RTTI simplifications |
tree | commitdiff |
2003-08-17 |
Stefan Neis | Completely reworked OS/2 thread implementation. |
tree | commitdiff |
2003-08-17 |
Julian Smart | Peter Lenhard's WinCE DoDraw[Elliptic]Arc additions... |
tree | commitdiff |
2003-08-17 |
Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 |
tree | commitdiff |
2003-08-16 |
Mattia Barbon | MSVC 5 compilation fixes. |
tree | commitdiff |
2003-08-16 |
Václav Slavík | removed old bc++ makefiles |
tree | commitdiff |
2003-08-16 |
Václav Slavík | moved WinMain into the application even for static... |
tree | commitdiff |
2003-08-15 |
Julian Smart | Can now switch between PostScript and WIN32 print dialogs |
tree | commitdiff |
2003-08-15 |
Julian Smart | Corrected typo |
tree | commitdiff |
2003-08-15 |
Stefan Csomor | setter by ref for |
tree | commitdiff |
2003-08-15 |
Vadim Zeitlin | prevent infinite recursion -- not a fix for the real... |
tree | commitdiff |
2003-08-14 |
Vadim Zeitlin | an alternative fix which should replace patch 781918 |
tree | commitdiff |
2003-08-14 |
Václav Slavík | fixed stupid typo |
tree | commitdiff |
2003-08-14 |
Stefan Csomor | rtti informations |
tree | commitdiff |
2003-08-14 |
Václav Slavík | removing old makefiles |
tree | commitdiff |
2003-08-14 |
Julian Smart | Misc warning fixes by ABX |
tree | commitdiff |
2003-08-14 |
Chris Elliott | fix bugs when compiling with dmars |
tree | commitdiff |
2003-08-13 |
Vadim Zeitlin | fixed unused variable (replaces patch 788090) |
tree | commitdiff |
2003-08-13 |
Vadim Zeitlin | renamed wxWindow::Clear() to ClearBackground() (fixes... |
tree | commitdiff |
2003-08-13 |
Vadim Zeitlin | set LVCFMT_IMAGE, this at least allows to show imageso... |
tree | commitdiff |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
tree | commitdiff |
2003-08-08 |
Václav Slavík | fixed some bugs in MSW version |
tree | commitdiff |
2003-08-07 |
Václav Slavík | fixed wxBase and GUI separation for sockets code |
tree | commitdiff |
2003-08-05 |
Stefan Csomor | xti extensions |
tree | commitdiff |
2003-08-04 |
Mattia Barbon | Compilation fix. |
tree | commitdiff |
2003-08-04 |
Vadim Zeitlin | don't include unnecessary headers if we don't compile... |
tree | commitdiff |
2003-08-04 |
Václav Slavík | added build options sanity checks into all main libraries |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | generate a text event even if SetValue() didn't really... |
tree | commitdiff |
2003-08-03 |
Vadim Zeitlin | restored custom drawing (was accidentally disabled... |
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 |
Vadim Zeitlin | added wrapper for <commctrl.h> as well |
tree | commitdiff |
2003-08-02 |
Vadim Zeitlin | avoid using _WIN32_IE |
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 | compilation fix for bcc |
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-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 | check for comctl32.dll version in wxUxThemeEngine:... |
tree | commitdiff |
2003-08-01 |
Václav Slavík | compilation fix |
tree | commitdiff |
2003-08-01 |
Vadim Zeitlin | Unicode compilation fixes |
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-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 |
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 |
Stefan Csomor | xti fixes |
tree | commitdiff |
2003-07-29 |
Robin Dunn | Don't log errors from GetScrollInfo since it is possibl... |
tree | commitdiff |
2003-07-29 |
Julian Smart | Added wxPaintDCEx class, to handle the case where an HDC |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | preliminary EXTENDED_RTTI |
tree | commitdiff |
2003-07-28 |
Stefan Csomor | keeping classnames in synch for xti |
tree | commitdiff |
2003-07-28 |
Vadim Zeitlin | added wxAppTraits::CreateRenderer() which may be used... |
tree | commitdiff |
2003-07-28 |
Vadim Zeitlin | load ws2_32.dll dynamically in wxGetFullHostName() |
tree | commitdiff |
2003-07-24 |
Vadim Zeitlin | if IsAlwaysOnline() returns true, IsOnline() should... |
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-22 |
Vadim Zeitlin | fixed wxSTAY_ON_TOP for the dialogs |
tree | commitdiff |
2003-07-22 |
Julian Smart | Applied patch [ 774886 ] wxnotebook bug |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | don't sort filenames returned from the dialog |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | more warning fixes; removed references to wxToolBarBase... |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | initialize ICONINFO to avoid Purify warnings |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
2003-07-21 |
Mattia Barbon | Use wxStringBuffer[Length] instead of explicit calls to |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | icon location may contain , so added GetIcon() overload... |
tree | commitdiff |
2003-07-20 |
Julian Smart | No significant change |
tree | commitdiff |
2003-07-20 |
Julian Smart | Load Smartphone-specific dummy menu |
tree | commitdiff |
2003-07-20 |
Mattia Barbon | Compilation fix for !WXWIN_COMPATIBILITY_2_4. |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | compilation fixes |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | added wxRendererNative to be used by the generic contro... |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | fixed loading of icons from MIME types |
tree | commitdiff |
next |