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 |
2002-01-13 |
Vadim Zeitlin | fixed Set(month, day, year) docs (bug #502944)
|
commit | commitdiff | tree |
2002-01-13 |
Vadim Zeitlin | applied patch for safer GIF decoding (502103)
|
commit | commitdiff | tree |
2002-01-13 |
Vadim Zeitlin | fixed several resource leaks related to MDI menus
|
commit | commitdiff | tree |
2002-01-13 |
Vadim Zeitlin | fixed wxRichEditModule::Load(): should return an error...
|
commit | commitdiff | tree |
2002-01-13 |
Vadim Zeitlin | fixed a huge memory leak in wxStreamBuffer
|
commit | commitdiff | tree |
2002-01-12 |
Vadim Zeitlin | SetValue() doesn't call Clear()
|
commit | commitdiff | tree |
2002-01-12 |
Vadim Zeitlin | made XPMs const
|
commit | commitdiff | tree |
2002-01-12 |
Vadim Zeitlin | Sun warning and Unicode fixes
|
commit | commitdiff | tree |
2002-01-11 |
Vadim Zeitlin | more Sun C++ compiler warning fixes: in particular...
|
commit | commitdiff | tree |
2002-01-11 |
Vadim Zeitlin | added support for wxALIGN_XXX in wxStaticBox
|
commit | commitdiff | tree |
2002-01-11 |
Vadim Zeitlin | reverted stupid compilation breaking typo checked in...
|
commit | commitdiff | tree |
2002-01-11 |
Vadim Zeitlin | minor wxFRAME_EX_CONTEXTHELP updates
|
commit | commitdiff | tree |
2002-01-11 |
Vadim Zeitlin | changes wxFRAME_EX_CONTEXTHELP value to avoid clash...
|
commit | commitdiff | tree |
2002-01-11 |
Vadim Zeitlin | no changes
|
commit | commitdiff | tree |
2002-01-10 |
Vadim Zeitlin | moved toolbar adjustments for the client size from...
|
commit | commitdiff | tree |
2002-01-10 |
Vadim Zeitlin | compilation fix for VC++
|
commit | commitdiff | tree |
2002-01-09 |
Vadim Zeitlin | a few things I'd like to do
|
commit | commitdiff | tree |
2002-01-09 |
Vadim Zeitlin | bug fix for wxBufferedInputStream::LastCount() after...
|
commit | commitdiff | tree |
2002-01-09 |
Vadim Zeitlin | mention that wxDialog doesn't derive from wxPanel any...
|
commit | commitdiff | tree |
2002-01-09 |
Vadim Zeitlin | winundef.h is needed for wxBase as well
|
commit | commitdiff | tree |
2002-01-09 |
Vadim Zeitlin | copy dummy*.cpp files as well
|
commit | commitdiff | tree |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC:
|
commit | commitdiff | tree |
2002-01-09 |
Vadim Zeitlin | no (real) changes
|
commit | commitdiff | tree |
2002-01-09 |
Vadim Zeitlin | use wxTE_RICH for the log window now that it should...
|
commit | commitdiff | tree |
2002-01-09 |
Vadim Zeitlin | added, implemented, documented wxTE_RICH2 and wxTextCtrl...
|
commit | commitdiff | tree |
2002-01-09 |
Vadim Zeitlin | make listbox taller
|
commit | commitdiff | tree |
2002-01-09 |
Vadim Zeitlin | exercise wxTextCtrl::GetRange
|
commit | commitdiff | tree |
2002-01-09 |
Vadim Zeitlin | wxNullFont shouldn't be passed to wxDC::SetFont()
|
commit | commitdiff | tree |
2002-01-08 |
Vadim Zeitlin | don't allow setting an invalid font
|
commit | commitdiff | tree |
2002-01-07 |
Vadim Zeitlin | added the splitter event processing and also cleaned...
|
commit | commitdiff | tree |
2002-01-07 |
Vadim Zeitlin | don't assign string literals to a char * variable
|
commit | commitdiff | tree |
2002-01-07 |
Vadim Zeitlin | patch from Dimitri fixing crashes when decoding the...
|
commit | commitdiff | tree |
2002-01-07 |
Vadim Zeitlin | fix for GL library soname under Solaris
|
commit | commitdiff | tree |
2002-01-07 |
Vadim Zeitlin | unfortunately the fuzzy colour comparison is really...
|
commit | commitdiff | tree |
2002-01-06 |
Vadim Zeitlin | removed extra erroneous DeleteContents()
|
commit | commitdiff | tree |
2002-01-05 |
Vadim Zeitlin | fixed incorrect calls to SelectObject(hdc, NULL)
|
commit | commitdiff | tree |
2002-01-05 |
Vadim Zeitlin | fixed resource leak in CreateIconFromBitmap() (Dimitri)
|
commit | commitdiff | tree |
2002-01-04 |
Vadim Zeitlin | fixed assert failure in wxStaticCast()
|
commit | commitdiff | tree |
2002-01-04 |
Vadim Zeitlin | fixed the dialog event table (bug #498611)
|
commit | commitdiff | tree |
2002-01-04 |
Vadim Zeitlin | always make the name of the file to replace absolute...
|
commit | commitdiff | tree |
2002-01-04 |
Vadim Zeitlin | typo which prevented TMP env var from being used in...
|
commit | commitdiff | tree |
2002-01-04 |
Vadim Zeitlin | fixed wxIsPathSeparator() to work for Mac
|
commit | commitdiff | tree |
2002-01-03 |
Vadim Zeitlin | moved Watcom thread stack size fix from .h to the .cpp
|
commit | commitdiff | tree |
2002-01-03 |
Vadim Zeitlin | don't crash in UnselectAll() if the tree has no root
|
commit | commitdiff | tree |
2002-01-03 |
Vadim Zeitlin | fixed memory leak in wxHTTP
|
commit | commitdiff | tree |
2002-01-03 |
Vadim Zeitlin | compilation fix for recent commit
|
commit | commitdiff | tree |
2002-01-03 |
Vadim Zeitlin | added wxRTTI macros to wxPopupComboWindow and wxPopupTransie...
|
commit | commitdiff | tree |
2002-01-03 |
Vadim Zeitlin | rearranged functions by topics, got rid of the macros...
|
commit | commitdiff | tree |
2002-01-03 |
Vadim Zeitlin | fixed SetInsertionPoint() for the rich text controls...
|
commit | commitdiff | tree |
2002-01-03 |
Vadim Zeitlin | log textctrl should be readonly
|
commit | commitdiff | tree |
2002-01-03 |
Vadim Zeitlin | suppressed wrong debug error messages from SetFocus
|
commit | commitdiff | tree |
2002-01-03 |
Vadim Zeitlin | some brush tests
|
commit | commitdiff | tree |
2002-01-02 |
Vadim Zeitlin | added wxRTII macros to wxPopupWindow under MSW
|
commit | commitdiff | tree |
2002-01-02 |
Vadim Zeitlin | fixed NotMSW flag handling in the common files (now...
|
commit | commitdiff | tree |
2002-01-02 |
Vadim Zeitlin | fixed NotMSW flag handling in the common files
|
commit | commitdiff | tree |
2001-12-31 |
Vadim Zeitlin | attemps to speed up wxToolBar::MapBitmap() - failed
|
commit | commitdiff | tree |
2001-12-31 |
Vadim Zeitlin | fixed a harmless buglet in wxSysErrorMsg() under Win32
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | removed a stray ^M - how do they keep getting into...
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | compilation fix for wxUSE_DYNLOAD
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | added a few useful utility classes: MemoryHDC and SelectInHDC
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | 1. wxSystemSettings class API face lift: better names...
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | regenerated from .in
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | Unicode test
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | compilation fixes for !wxUSE_FONTMAP
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | added wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | compilation fixes for !wxUSE_STREAMS
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | added Close All command support to wxDocView (patch...
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | wxDocument::SaveAs sets m_savedYet flag correctly ...
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | fixed memory leak in wxDocManager::CreateDocument ...
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | fixed uninitialized wxGridCellAttr::m_defGridAttr ...
|
commit | commitdiff | tree |
2001-12-30 |
Vadim Zeitlin | fixed wxComboBox initial autosizing (patch 496702)
|
commit | commitdiff | tree |
next |