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 |
2002-01-23 |
Vadim Zeitlin | recognize 646 charset as US-ASCII (this is how it is...
|
commit | commitdiff | tree |
2002-01-22 |
Vadim Zeitlin | added a hack to work around the dummy kill focus messages...
|
commit | commitdiff | tree |
2002-01-22 |
Vadim Zeitlin | use standard colours in all ports
|
commit | commitdiff | tree |
2002-01-22 |
Vadim Zeitlin | added (dummy) implementation of GetMetric(wxSYS_CURSOR_...
|
commit | commitdiff | tree |
2002-01-21 |
Vadim Zeitlin | compilation fix for Borland (hopefully)
|
commit | commitdiff | tree |
2002-01-21 |
Vadim Zeitlin | added SetLabelFont() test
|
commit | commitdiff | tree |
2002-01-21 |
Vadim Zeitlin | added wxGetFontFromUser() similar to wxGetColourFromUser()
|
commit | commitdiff | tree |
2002-01-21 |
Vadim Zeitlin | added wxGetFontFromUser docs and links to it and wxGetColour...
|
commit | commitdiff | tree |
2002-01-21 |
Vadim Zeitlin | added wxFont::Ok
|
commit | commitdiff | tree |
2002-01-21 |
Vadim Zeitlin | added an explicit accessor to query the default key...
|
commit | commitdiff | tree |
2002-01-20 |
Vadim Zeitlin | added Append(wxArrayString) to wxItemContainer (and...
|
commit | commitdiff | tree |
2002-01-20 |
Vadim Zeitlin | tried to make wxArrayString(bool autosort) ctor more...
|
commit | commitdiff | tree |
2002-01-20 |
Vadim Zeitlin | added support for wxArrayString data in wxVariant
|
commit | commitdiff | tree |
2002-01-19 |
Vadim Zeitlin | added the possibility to hide the tip window automatically...
|
commit | commitdiff | tree |
2002-01-19 |
Vadim Zeitlin | dismiss the popup when an unprocessed key is pressed
|
commit | commitdiff | tree |
2002-01-19 |
Vadim Zeitlin | documented new CaptureMouse() behaviour
|
commit | commitdiff | tree |
2002-01-19 |
Vadim Zeitlin | compilation/linking fixes for DoCaptureMouse() change
|
commit | commitdiff | tree |
2002-01-19 |
Vadim Zeitlin | Capture/ReleaseMouse() prefixed with Do for the other...
|
commit | commitdiff | tree |
2002-01-19 |
Vadim Zeitlin | maintaint the mouse capture stack in all ports, not...
|
commit | commitdiff | tree |
2002-01-19 |
Vadim Zeitlin | fixed crash in iconv_close() as well
|
commit | commitdiff | tree |
2002-01-19 |
Vadim Zeitlin | fixed crash in iconv_open() and cleaned up the code...
|
commit | commitdiff | tree |
2002-01-19 |
Vadim Zeitlin | fixed compilation with wxUSE_WCHAR_T=0
|
commit | commitdiff | tree |
2002-01-19 |
Vadim Zeitlin | fixed GetDiskFreeSpaceEx calling convention (Markus...
|
commit | commitdiff | tree |
2002-01-18 |
Vadim Zeitlin | fix for Sun CC bug with not calling temporary objects...
|
commit | commitdiff | tree |
2002-01-18 |
Vadim Zeitlin | better native font support for wxGTK
|
commit | commitdiff | tree |
2002-01-18 |
Vadim Zeitlin | IFF support off by default
|
commit | commitdiff | tree |
2002-01-18 |
Vadim Zeitlin | corrected wxHIDE_READONLY documentation
|
commit | commitdiff | tree |
2002-01-18 |
Vadim Zeitlin | don't set WS_POPUP for all windows (fix for my last...
|
commit | commitdiff | tree |
next |