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 |
2002-01-17 |
Vadim Zeitlin | wxUSE_IFF 0 by default
|
commit | commitdiff | tree |
2002-01-17 |
Vadim Zeitlin | recent MSW changes: wxFrame border styles and wxRadioButton...
|
commit | commitdiff | tree |
2002-01-17 |
Vadim Zeitlin | don't generate clicked events when we just get the...
|
commit | commitdiff | tree |
2002-01-17 |
Vadim Zeitlin | fixed frame border styles (allow creating a friend...
|
commit | commitdiff | tree |
2002-01-16 |
Vadim Zeitlin | more DLL compilation fixes
|
commit | commitdiff | tree |
2002-01-16 |
Vadim Zeitlin | added WXDIRREL needed for contrib samples
|
commit | commitdiff | tree |
2002-01-16 |
Vadim Zeitlin | lookup the classes in the hash table if it had been...
|
commit | commitdiff | tree |
2002-01-15 |
Vadim Zeitlin | added a fix for cygwin and cleaned up wxGetWorkingDirectory()
|
commit | commitdiff | tree |
2002-01-15 |
Vadim Zeitlin | added more files to wxBase distrib (and unzip.h to...
|
commit | commitdiff | tree |
2002-01-14 |
Vadim Zeitlin | make locale modified them, not me
|
commit | commitdiff | tree |
2002-01-14 |
Vadim Zeitlin | added wxFont::IsFixedWidth(), documented it and implemented...
|
commit | commitdiff | tree |
2002-01-14 |
Vadim Zeitlin | made the alphabetic class order more alphabetic
|
commit | commitdiff | tree |
2002-01-14 |
Vadim Zeitlin | made the alphabetic class order more alphabetic
|
commit | commitdiff | tree |
2002-01-14 |
Vadim Zeitlin | added missing WXDLLEXPORTs
|
commit | commitdiff | tree |
2002-01-14 |
Vadim Zeitlin | fixed warnings about double to int conversions, defined...
|
commit | commitdiff | tree |
2002-01-14 |
Vadim Zeitlin | do NOT append extension to the library names which...
|
commit | commitdiff | tree |
2002-01-13 |
Vadim Zeitlin | 0. extracted toolbar colour mapping stuff to its own...
|
commit | commitdiff | tree |
2002-01-13 |
Vadim Zeitlin | compilation fix
|
commit | commitdiff | tree |
2002-01-13 |
Vadim Zeitlin | really fixed toolbar mapping bug (finally, it was the...
|
commit | commitdiff | tree |
2002-01-13 |
Vadim Zeitlin | fixed toolbar mapping bug (optimizer bug?) in the release...
|
commit | commitdiff | tree |
2002-01-13 |
Vadim Zeitlin | removed MSWDetachWindowMenu() (part of the MDI change...
|
commit | commitdiff | tree |
next |