2003-08-03 |
Vadim Zeitlin | don't draw buttons unless we have wxTR_HAS_BUTTONS...
|
commit | commitdiff | tree |
2003-08-03 |
Vadim Zeitlin | check that we use bitmaps of correct size in the image...
|
commit | commitdiff | tree |
2003-08-03 |
Vadim Zeitlin | initialize the image list size in default ctor
|
commit | commitdiff | tree |
2003-08-03 |
Vadim Zeitlin | WXWIN_COMPATIBILITY_2_2 should be 0 by default now
|
commit | commitdiff | tree |
2003-08-03 |
Vadim Zeitlin | fixed release mode warnings
|
commit | commitdiff | tree |
2003-08-03 |
Vadim Zeitlin | fixed warning in non-DLL build
|
commit | commitdiff | tree |
2003-08-03 |
Vadim Zeitlin | restored custom drawing (was accidentally disabled...
|
commit | commitdiff | tree |
2003-08-03 |
Vadim Zeitlin | moved wxUniv-specific GUI stuff from wxBase to wxCore...
|
commit | commitdiff | tree |
2003-08-03 |
Vadim Zeitlin | warnings (and some errors) fixes for wxUniv DLL build
|
commit | commitdiff | tree |
2003-08-03 |
Vadim Zeitlin | moved some more stuff from .cpp files to here
|
commit | commitdiff | tree |
2003-08-03 |
Vadim Zeitlin | removed _WIN_IE from here, we normally shouldn't need...
|
commit | commitdiff | tree |
2003-08-03 |
Vadim Zeitlin | missing or wrong DLLEXPORTs for DLL build
|
commit | commitdiff | tree |
2003-08-03 |
Vadim Zeitlin | added wrapper for <commctrl.h> as well
|
commit | commitdiff | tree |
2003-08-02 |
Vadim Zeitlin | avoid using _WIN32_IE
|
commit | commitdiff | tree |
2003-08-02 |
Vadim Zeitlin | s/ID_SEPARATOR/wx&/ (fixes 782133)
|
commit | commitdiff | tree |
2003-08-02 |
Vadim Zeitlin | fixed wrong border/sash widths (typo during last commit)
|
commit | commitdiff | tree |
2003-08-02 |
Vadim Zeitlin | minor changes to eliminate unused parameter warning...
|
commit | commitdiff | tree |
2003-08-02 |
Vadim Zeitlin | removed extra commas which are erros for some compilers
|
commit | commitdiff | tree |
2003-08-02 |
Vadim Zeitlin | msw/uxtheme.cpp is low level as well
|
commit | commitdiff | tree |
2003-08-02 |
Vadim Zeitlin | native renderers are low level; renamed univ/renderer...
|
commit | commitdiff | tree |
2003-08-02 |
Vadim Zeitlin | renamed renderer.cpp to ctrlrend.cpp to avoid conflicts...
|
commit | commitdiff | tree |
2003-08-02 |
Vadim Zeitlin | wxUniv compilation fixes
|
commit | commitdiff | tree |
2003-08-02 |
Vadim Zeitlin | replaced an #ifdef __WXDEBUG__ with a wxCHECK (this...
|
commit | commitdiff | tree |
2003-08-02 |
Vadim Zeitlin | disable printing; doesn't compile
|
commit | commitdiff | tree |
2003-08-02 |
Vadim Zeitlin | use wxWindowBase, not wxWindow, in wxUpdateUIEvent...
|
commit | commitdiff | tree |
2003-08-01 |
Vadim Zeitlin | wxTheApp can't be assigned to any longer
|
commit | commitdiff | tree |
2003-08-01 |
Vadim Zeitlin | wxTheApp can't be assigned to, anyhow, so make ms_appInstanc...
|
commit | commitdiff | tree |
2003-08-01 |
Vadim Zeitlin | added and documented wxDYNLIB_FUNCTION
|
commit | commitdiff | tree |
2003-08-01 |
Vadim Zeitlin | do *not* redefine DLLVERSIONINFO struct here; do define...
|
commit | commitdiff | tree |
2003-08-01 |
Vadim Zeitlin | removed IsAppThemedEx()
|
commit | commitdiff | tree |
2003-08-01 |
Vadim Zeitlin | replaced the old wxApp with wxAppConsole::ms_appInstance...
|
commit | commitdiff | tree |
2003-08-01 |
Vadim Zeitlin | check for comctl32.dll version in wxUxThemeEngine:...
|
commit | commitdiff | tree |
2003-08-01 |
Vadim Zeitlin | Unicode compilation fixes
|
commit | commitdiff | tree |
2003-08-01 |
Vadim Zeitlin | fixed XP renderer after base class changes
|
commit | commitdiff | tree |
2003-08-01 |
Vadim Zeitlin | added missing arguments in wxDelegateRenderer
|
commit | commitdiff | tree |
2003-08-01 |
Vadim Zeitlin | documented OnDrawBackground()
|
commit | commitdiff | tree |
2003-08-01 |
Vadim Zeitlin | 1. added flags to splitter drawing functions and replaced
|
commit | commitdiff | tree |
2003-07-31 |
Vadim Zeitlin | added wxUxThemeHandle class for opening/closing theme...
|
commit | commitdiff | tree |
2003-07-31 |
Vadim Zeitlin | suppress errors when loading uxtheme.dll
|
commit | commitdiff | tree |
2003-07-31 |
Vadim Zeitlin | use XP renderer if available; implemented splitter...
|
commit | commitdiff | tree |
2003-07-30 |
Vadim Zeitlin | compilation fix after wxUxThemeEngine changes
|
commit | commitdiff | tree |
2003-07-30 |
Vadim Zeitlin | [start of] cleanup uxtheme support code
|
commit | commitdiff | tree |
2003-07-30 |
Vadim Zeitlin | added wxVListBox::OnDrawBackground(); fixed warnings
|
commit | commitdiff | tree |
2003-07-30 |
Vadim Zeitlin | warning fix (bug 714677)
|
commit | commitdiff | tree |
2003-07-30 |
Vadim Zeitlin | reverted GTK 1.x part of the last patch, it breaks...
|
commit | commitdiff | tree |
2003-07-29 |
Vadim Zeitlin | quick and dirty fix for strptime()
|
commit | commitdiff | tree |
2003-07-28 |
Vadim Zeitlin | regenerated after adding rendcmn.cpp
|
commit | commitdiff | tree |
2003-07-28 |
Vadim Zeitlin | compilation fix for !PCH
|
commit | commitdiff | tree |
2003-07-28 |
Vadim Zeitlin | added rendcmn.cpp
|
commit | commitdiff | tree |
2003-07-28 |
Vadim Zeitlin | added new renderer files
|
commit | commitdiff | tree |
2003-07-28 |
Vadim Zeitlin | added wxAppTraits::CreateRenderer() which may be used...
|
commit | commitdiff | tree |
2003-07-28 |
Vadim Zeitlin | load ws2_32.dll dynamically in wxGetFullHostName()
|
commit | commitdiff | tree |
2003-07-27 |
Vadim Zeitlin | GetPath() now has wxPATH_GET_COLUME by default
|
commit | commitdiff | tree |
2003-07-27 |
Vadim Zeitlin | implemented native GTK drawing for the splitter
|
commit | commitdiff | tree |
2003-07-27 |
Vadim Zeitlin | added orient parameter to DrawSplitterSash instead...
|
commit | commitdiff | tree |
2003-07-26 |
Vadim Zeitlin | Unicode compilation fixes (patch 747793)
|
commit | commitdiff | tree |
2003-07-26 |
Vadim Zeitlin | VC++ warning fixes
|
commit | commitdiff | tree |
2003-07-25 |
Vadim Zeitlin | warning fixes (closes 767152)
|
commit | commitdiff | tree |
2003-07-25 |
Vadim Zeitlin | columns are in report mode, not list (bug 776081)
|
commit | commitdiff | tree |
2003-07-24 |
Vadim Zeitlin | if IsAlwaysOnline() returns true, IsOnline() should...
|
commit | commitdiff | tree |
2003-07-24 |
Vadim Zeitlin | more compilation fixes
|
commit | commitdiff | tree |
2003-07-24 |
Vadim Zeitlin | fix some warnings
|
commit | commitdiff | tree |
2003-07-23 |
Vadim Zeitlin | compilation fix...
|
commit | commitdiff | tree |
2003-07-23 |
Vadim Zeitlin | attempt to fix waiting for a thread in another non...
|
commit | commitdiff | tree |
2003-07-23 |
Vadim Zeitlin | another compilation fix
|
commit | commitdiff | tree |
2003-07-23 |
Vadim Zeitlin | compilation fixes
|
commit | commitdiff | tree |
2003-07-23 |
Vadim Zeitlin | fixed completely broken CheckForTransparency()
|
commit | commitdiff | tree |
2003-07-22 |
Vadim Zeitlin | fixed wxSTAY_ON_TOP for the dialogs
|
commit | commitdiff | tree |
2003-07-22 |
Vadim Zeitlin | failed attempts to implement native GTK look for the...
|
commit | commitdiff | tree |
2003-07-22 |
Vadim Zeitlin | restore some of the styles; added support for splitters...
|
commit | commitdiff | tree |
2003-07-22 |
Vadim Zeitlin | more warning fixes
|
commit | commitdiff | tree |
2003-07-22 |
Vadim Zeitlin | wxAutomationObject is not VC++-only
|
commit | commitdiff | tree |
2003-07-22 |
Vadim Zeitlin | don't sort filenames returned from the dialog
|
commit | commitdiff | tree |
2003-07-22 |
Vadim Zeitlin | more warning fixes; removed references to wxToolBarBase...
|
commit | commitdiff | tree |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed...
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | suppress warning about not being able to generate copy...
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | must derive from wxDC, not wxDCBase
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | added default parameters to wxBrush/wxPen ctors
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | virtualized splitter drawing; removed/deprecated some...
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | gave default parameters for wxBrush() ctor from wxColour...
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | gave default parameters for wxBrush() ctor from wxColour...
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | gave default parameters for wxPen() ctor from wxColour...
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | added wxMirrorDC
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | compilation fix for VC6
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | only define operator bool() if operator long() is not...
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | no real changes; just reformatting
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | initialize ICONINFO to avoid Purify warnings
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | bitmaps of size 0 shouldn't be valid
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | load any files, not only XPMs, in wxIcon(wxIconLocation)
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2003-07-21 |
Vadim Zeitlin | icon location may contain , so added GetIcon() overload...
|
commit | commitdiff | tree |
2003-07-20 |
Vadim Zeitlin | fix for bug introduced in GetNextChild() yesterday
|
commit | commitdiff | tree |
2003-07-20 |
Vadim Zeitlin | added sizers support; allow resizeable wizards (Robert...
|
commit | commitdiff | tree |
2003-07-20 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2003-07-20 |
Vadim Zeitlin | added wxSize::IncTo/DecTo
|
commit | commitdiff | tree |
2003-07-20 |
Vadim Zeitlin | added \arg macro
|
commit | commitdiff | tree |
2003-07-20 |
Vadim Zeitlin | '-' and '+' icons were reversed
|
commit | commitdiff | tree |
2003-07-20 |
Vadim Zeitlin | more compilation fixes
|
commit | commitdiff | tree |
2003-07-20 |
Vadim Zeitlin | fixed suppressing of wxFontMapper questions which was...
|
commit | commitdiff | tree |
2003-07-20 |
Vadim Zeitlin | compilation fixes
|
commit | commitdiff | tree |
next |