2002-02-06 |
Vadim Zeitlin | oops, have to commit this after accidentally committing...
|
commit | commitdiff | tree |
2002-02-06 |
Vadim Zeitlin | cleaned up the arrays declaration macros and added...
|
commit | commitdiff | tree |
2002-02-06 |
Vadim Zeitlin | use wxCOMPILE_TIME_ASSERT instead of the run-time checks
|
commit | commitdiff | tree |
2002-02-06 |
Vadim Zeitlin | added and documented wxCOMPILE_TIME_ASSERT and wxASSERT_MIN_...
|
commit | commitdiff | tree |
2002-02-06 |
Vadim Zeitlin | fixes for METHODDEF definition
|
commit | commitdiff | tree |
2002-02-06 |
Vadim Zeitlin | fixed 2 minor warnings
|
commit | commitdiff | tree |
2002-02-06 |
Vadim Zeitlin | added the missing (newly added) colours to the switch
|
commit | commitdiff | tree |
2002-02-06 |
Vadim Zeitlin | typo in IMPLEMENT_DYNAMIC_CLASS fixed
|
commit | commitdiff | tree |
2002-02-06 |
Vadim Zeitlin | compilation fix for BC++ (hopefully)
|
commit | commitdiff | tree |
2002-02-06 |
Vadim Zeitlin | compilation fix after m_lDlgCode removal
|
commit | commitdiff | tree |
2002-02-06 |
Vadim Zeitlin | IMPLEMENT_DYNAMIC_CLASS fixes
|
commit | commitdiff | tree |
2002-02-06 |
Vadim Zeitlin | assert when a base class of a class in wxRTTI system...
|
commit | commitdiff | tree |
2002-02-06 |
Vadim Zeitlin | added wxRTTI macros to wxList and wxStringList
|
commit | commitdiff | tree |
2002-02-06 |
Vadim Zeitlin | got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
|
commit | commitdiff | tree |
2002-02-05 |
Vadim Zeitlin | make the log dialog slightly taller when it is expanded...
|
commit | commitdiff | tree |
2002-02-05 |
Vadim Zeitlin | compilation fix for wxUniv
|
commit | commitdiff | tree |
2002-02-05 |
Vadim Zeitlin | don't compile this file under wxMSW
|
commit | commitdiff | tree |
2002-02-05 |
Vadim Zeitlin | defined wxUSE_IFF
|
commit | commitdiff | tree |
2002-02-05 |
Vadim Zeitlin | fixed compilation without wxUSE_STREAMS
|
commit | commitdiff | tree |
2002-02-05 |
Vadim Zeitlin | fixed VC++ compilation warnings in optimized build
|
commit | commitdiff | tree |
2002-02-04 |
Vadim Zeitlin | fixed for compilation without wxUSE_WCHAR_T and minor...
|
commit | commitdiff | tree |
2002-02-04 |
Vadim Zeitlin | no changes, just the file I forgot to commit...
|
commit | commitdiff | tree |
2002-02-04 |
Vadim Zeitlin | fixed crash when return is pressed in a spinctrl inside...
|
commit | commitdiff | tree |
2002-02-04 |
Vadim Zeitlin | fixed size of the log dialog details drop down
|
commit | commitdiff | tree |
2002-02-04 |
Vadim Zeitlin | added GAUGE standard colour and use it in DrawProgressBar...
|
commit | commitdiff | tree |
2002-02-04 |
Vadim Zeitlin | minor fix to the constraints of the cancel button to...
|
commit | commitdiff | tree |
2002-02-04 |
Vadim Zeitlin | don't skip first/last node when pressing down/up arrow...
|
commit | commitdiff | tree |
2002-02-04 |
Vadim Zeitlin | base class of wxTreeItemData corrected
|
commit | commitdiff | tree |
2002-02-04 |
Vadim Zeitlin | total wxBrush cleanup: made private stuff private,...
|
commit | commitdiff | tree |
2002-02-04 |
Vadim Zeitlin | changed CloneRefData() to take a const pointer
|
commit | commitdiff | tree |
2002-02-04 |
Vadim Zeitlin | ScrollWindow() should use the rect it scrolls as the...
|
commit | commitdiff | tree |
2002-02-03 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2002-02-03 |
Vadim Zeitlin | oops, Clone/CreateRefData() were not overridden in...
|
commit | commitdiff | tree |
2002-02-03 |
Vadim Zeitlin | added asserts to Clone/CreateRefData()
|
commit | commitdiff | tree |
2002-02-03 |
Vadim Zeitlin | fixed wxRegion::Offset() to not modify the shared regions
|
commit | commitdiff | tree |
2002-02-02 |
Vadim Zeitlin | added more commands for moving the logical origin
|
commit | commitdiff | tree |
2002-02-02 |
Vadim Zeitlin | 1. fixed bug in wxDC::SetMapMode() which broke the...
|
commit | commitdiff | tree |
2002-02-02 |
Vadim Zeitlin | wxDC::SetClippingRegion() in wxMSW works like in wxGTK...
|
commit | commitdiff | tree |
2002-02-01 |
Vadim Zeitlin | removed GetString(), it doesn't belong here
|
commit | commitdiff | tree |
2002-02-01 |
Vadim Zeitlin | made wxCondition::Signal() queue the signals generated...
|
commit | commitdiff | tree |
2002-02-01 |
Vadim Zeitlin | some really ancient tips updated, mention make problems...
|
commit | commitdiff | tree |
2002-02-01 |
Vadim Zeitlin | various minor fixes to wxHashMap: compilation warnings...
|
commit | commitdiff | tree |
2002-02-01 |
Vadim Zeitlin | fixed Show() doc, added Hide()
|
commit | commitdiff | tree |
2002-02-01 |
Vadim Zeitlin | added default value for Show() argument
|
commit | commitdiff | tree |
2002-02-01 |
Vadim Zeitlin | test wxRegion::Offset()
|
commit | commitdiff | tree |
2002-01-31 |
Vadim Zeitlin | don't return HTCLIENT for radiobox - this breaks redrawing...
|
commit | commitdiff | tree |
2002-01-31 |
Vadim Zeitlin | added wxObject::AllocExclusive() and associated methods
|
commit | commitdiff | tree |
2002-01-31 |
Vadim Zeitlin | implemented wxRegion::Offset() for MSW and documented it
|
commit | commitdiff | tree |
2002-01-30 |
Vadim Zeitlin | attempts to make wxCondition::Broadcast() and Signal...
|
commit | commitdiff | tree |
2002-01-30 |
Vadim Zeitlin | ignore the icon option in Netscape mime.type file
|
commit | commitdiff | tree |
2002-01-30 |
Vadim Zeitlin | build ODBC objects in wxBase build as well if --with...
|
commit | commitdiff | tree |
2002-01-30 |
Vadim Zeitlin | added a wxCHECK(index is correct) to GetParam() (fix...
|
commit | commitdiff | tree |
2002-01-29 |
Vadim Zeitlin | added wxCondition test
|
commit | commitdiff | tree |
2002-01-29 |
Vadim Zeitlin | attempts to make wxCondition::Broadcast() work - it...
|
commit | commitdiff | tree |
2002-01-28 |
Vadim Zeitlin | changed the year to 2002
|
commit | commitdiff | tree |
2002-01-28 |
Vadim Zeitlin | fix for a typo (== instead of =)
|
commit | commitdiff | tree |
2002-01-28 |
Vadim Zeitlin | removed non existing unzip.h from the filelist.txt...
|
commit | commitdiff | tree |
2002-01-28 |
Vadim Zeitlin | wxWindows builds with Solaris and FreeBSD native makes
|
commit | commitdiff | tree |
2002-01-28 |
Vadim Zeitlin | fixes to allow compilation with FreeBSD make
|
commit | commitdiff | tree |
2002-01-28 |
Vadim Zeitlin | warning fixes in GetColor() for the newly added values
|
commit | commitdiff | tree |
2002-01-28 |
Vadim Zeitlin | more Unicode fixes for help files
|
commit | commitdiff | tree |
2002-01-28 |
Vadim Zeitlin | Unicode compilation fixes, also moved private constants...
|
commit | commitdiff | tree |
2002-01-28 |
Vadim Zeitlin | don't call wxLogLastError() in wx{File|Path}Exists
|
commit | commitdiff | tree |
2002-01-28 |
Vadim Zeitlin | no changes
|
commit | commitdiff | tree |
2002-01-28 |
Vadim Zeitlin | added another, more convenient, wxRGBToColour() overload
|
commit | commitdiff | tree |
2002-01-28 |
Vadim Zeitlin | fixed code in OpenURL() to actually use the result...
|
commit | commitdiff | tree |
2002-01-28 |
Vadim Zeitlin | Windows XP appearance fixes for status and tool bars...
|
commit | commitdiff | tree |
2002-01-27 |
Vadim Zeitlin | set extra margins to be 0 by default, not 50
|
commit | commitdiff | tree |
2002-01-26 |
Vadim Zeitlin | removed assert(size != 0) from wxArrayString::Alloc...
|
commit | commitdiff | tree |
2002-01-26 |
Vadim Zeitlin | implemented IsFixedWidth() correctly for MSW
|
commit | commitdiff | tree |
2002-01-26 |
Vadim Zeitlin | use DEFAULT_CHARSET instead of ANSI_CHARSET
|
commit | commitdiff | tree |
2002-01-26 |
Vadim Zeitlin | compilation fixes after previous check in (sorry)
|
commit | commitdiff | tree |
2002-01-26 |
Vadim Zeitlin | Win16 compilation fixes
|
commit | commitdiff | tree |
2002-01-26 |
Vadim Zeitlin | patch to fix various filename-related functions for...
|
commit | commitdiff | tree |
2002-01-26 |
Vadim Zeitlin | fixed handling of "a:\" command line arguments, added...
|
commit | commitdiff | tree |
2002-01-26 |
Vadim Zeitlin | fixed crash in wxGetCharacterSet when not using iconv
|
commit | commitdiff | tree |
2002-01-26 |
Vadim Zeitlin | fixed bug in wxGrid dimensions calculation (Staffan...
|
commit | commitdiff | tree |
2002-01-26 |
Vadim Zeitlin | fixed typo in dtor docs
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | install wxUniv headers in make install and include...
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | fix a crash when dismissing the popup window because...
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | replaced DeleteEvtHandler with a call to RemoveEventHandler
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | added and documented wxWindow::RemoveEventHandler()
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | handle 646 charset under Solaris as US-ASCII
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | don't crash, even if used incorrectly
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | fixes to handling of the 7 bit ASCII encoding
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | oops, fixed typo breaking iconv constness detection...
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | changes to allow making samples/demos with non GNU...
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | don't output the entire iconv() declaration in configure...
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | inserted @IF_GNU_MAKE@ to allow building with other...
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | commented out many OnXXX() functions
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | corrected a few bugs in OnGetItemXXX() docs
|
commit | commitdiff | tree |
2002-01-25 |
Vadim Zeitlin | removed inexisting Index() version
|
commit | commitdiff | tree |
2002-01-24 |
Vadim Zeitlin | fixed typo in EVT_WIZARD_HELP definition (patch from...
|
commit | commitdiff | tree |
2002-01-23 |
Vadim Zeitlin | don't test for VPATH support for GNU make - this is...
|
commit | commitdiff | tree |
2002-01-23 |
Vadim Zeitlin | cache the results of checks for make VPATH support...
|
commit | commitdiff | tree |
2002-01-23 |
Vadim Zeitlin | allow building wxWin with non-GNU make (which doesn...
|
commit | commitdiff | tree |
2002-01-23 |
Vadim Zeitlin | replaced non existing wxTE_HSCROLL style with wxHSCROLL
|
commit | commitdiff | tree |
2002-01-23 |
Vadim Zeitlin | added 2nd wxEvent ctor argument
|
commit | commitdiff | tree |
2002-01-23 |
Vadim Zeitlin | typos due to much cut-and-paste: colour -> font in...
|
commit | commitdiff | tree |
next |