2007-07-14 |
Vadim Zeitlin | allow using dashes in the names of --enable/with options...
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | don't change the wxUSE_XXX for the controls if --enable...
|
commit | commitdiff | tree |
2007-07-13 |
Vadim Zeitlin | compilation fix for DoReadBinary() in STL build
|
commit | commitdiff | tree |
2007-07-13 |
Vadim Zeitlin | set the string field of the wxEVT_COMMAND_CHECKLISTBOX_TOGGL...
|
commit | commitdiff | tree |
2007-07-13 |
Vadim Zeitlin | fixed showing busy cursor for disabled windows and...
|
commit | commitdiff | tree |
2007-07-13 |
Vadim Zeitlin | use wxLongLong::ToLong() and not GetLo() to extract...
|
commit | commitdiff | tree |
2007-07-13 |
Vadim Zeitlin | added commands to test how busy cursor behaves during...
|
commit | commitdiff | tree |
2007-07-13 |
Vadim Zeitlin | added eVC project file for building regex library ...
|
commit | commitdiff | tree |
2007-07-13 |
Vadim Zeitlin | added stubs for DoRead/WriteBinary()
|
commit | commitdiff | tree |
2007-07-13 |
Vadim Zeitlin | cast abs() argument to int to fix compilation with...
|
commit | commitdiff | tree |
2007-07-13 |
Vadim Zeitlin | wxCreateDIB() seems to be unused, removed
|
commit | commitdiff | tree |
2007-07-12 |
Vadim Zeitlin | fix unused parameter warning in OnIdle()
|
commit | commitdiff | tree |
2007-07-12 |
Vadim Zeitlin | use unsigned char to avoid MSVC warnings about cast...
|
commit | commitdiff | tree |
2007-07-12 |
Vadim Zeitlin | remove deprecated UseAlpha() call
|
commit | commitdiff | tree |
2007-07-12 |
Vadim Zeitlin | compilation fix for ANSI STL build
|
commit | commitdiff | tree |
2007-07-12 |
Vadim Zeitlin | removed Insert() methods which already exist in the...
|
commit | commitdiff | tree |
2007-07-12 |
Vadim Zeitlin | added support for alpha channel to wxColour to/from...
|
commit | commitdiff | tree |
2007-07-12 |
Vadim Zeitlin | added missing spaces
|
commit | commitdiff | tree |
2007-07-12 |
Vadim Zeitlin | non-PCH compilation fix after latest change
|
commit | commitdiff | tree |
2007-07-12 |
Vadim Zeitlin | added support for binary data to wxConfig (slightly...
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | --with-sdl option should be taken into account for...
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | minor changes: increase the initial window size, create...
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | call SetCanFocus(false) to prevent the control window...
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | don't output -DwxUSE_GUI=0 in cflags by default, do...
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | fixed a bug in a test (there should be a space after -z)
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | disable the libraries and features which were disabled...
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | added wxUSE_SVG
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | cleanup: indentation, line length, don't include unneeded...
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | add adv and core libraries to the built wx libs if...
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | Rewrote configure --enable/with options handling:
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | corrected timer.h include broken by last change
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | compilation fixes for wxUSE_COMBOBOX/RADIOBTN==0
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | compilation fixes for wxUSE_MSGDLG==0
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | compilation fixes for wxUSE_IMAGE==0
|
commit | commitdiff | tree |
2007-07-11 |
Vadim Zeitlin | check for wxUSE_TIMER in headers, not the files including...
|
commit | commitdiff | tree |
2007-07-10 |
Vadim Zeitlin | added missing wxUSE_XXX checks
|
commit | commitdiff | tree |
2007-07-10 |
Vadim Zeitlin | removed dummy variable, C++ compilers shouldn't have...
|
commit | commitdiff | tree |
2007-07-10 |
Vadim Zeitlin | compilation fixes for wxUSE_TIMER==0
|
commit | commitdiff | tree |
2007-07-10 |
Vadim Zeitlin | compilation fixes for wxUSE_LONGLONG==0
|
commit | commitdiff | tree |
2007-07-10 |
Vadim Zeitlin | don't include wx/unix/private/timer.h from evtloop...
|
commit | commitdiff | tree |
2007-07-10 |
Vadim Zeitlin | removed obsolete makefiles
|
commit | commitdiff | tree |
2007-07-10 |
Vadim Zeitlin | added --optional-libs wx-config argument (patch 1747239)
|
commit | commitdiff | tree |
2007-07-10 |
Vadim Zeitlin | Also added wxFFileStream::IsOk() and corrected IsOk...
|
commit | commitdiff | tree |
2007-07-10 |
Vadim Zeitlin | regenerated after adding base64.h/cpp
|
commit | commitdiff | tree |
2007-07-10 |
Vadim Zeitlin | added functions for base64 en/decoding (replaces patch...
|
commit | commitdiff | tree |
2007-07-09 |
Vadim Zeitlin | use first unused colour for the mask instead of hardcoded...
|
commit | commitdiff | tree |
2007-07-09 |
Vadim Zeitlin | added wxFileStream::IsOk() (patch 1749587)
|
commit | commitdiff | tree |
2007-07-09 |
Vadim Zeitlin | generate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even...
|
commit | commitdiff | tree |
2007-07-09 |
Vadim Zeitlin | don't bubble up the events upwards the window hierarchy...
|
commit | commitdiff | tree |
2007-07-09 |
Vadim Zeitlin | added missing WXDLLIMPEXP_CORE for wxGetDisplay() for...
|
commit | commitdiff | tree |
2007-07-08 |
Vadim Zeitlin | fix from Francesco for the latest version of wxPresets
|
commit | commitdiff | tree |
2007-07-06 |
Vadim Zeitlin | use WXDLLIMPEXP_GL instead of WXDLLEXPORT (which is...
|
commit | commitdiff | tree |
2007-07-06 |
Vadim Zeitlin | remove the unneeded +1 from wxGauge::SetValue() call...
|
commit | commitdiff | tree |
2007-07-06 |
Vadim Zeitlin | document that SetValue() accepts values in 0..GetRange...
|
commit | commitdiff | tree |
2007-07-06 |
Vadim Zeitlin | use 'neither ... nor ...' instead of 'neither ... or...
|
commit | commitdiff | tree |
2007-07-05 |
Vadim Zeitlin | reset selection when sorting the items as they don...
|
commit | commitdiff | tree |
2007-07-05 |
Vadim Zeitlin | don't allow selecting multiple items in single selection...
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | simplify test for 64 bit architectures: just check...
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | added support for broadcasting to UDP sockets (patch...
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | fixed bug which resulted in generation of spurious...
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | rebaked after adding threads/atomic.cpp
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | added wxAtomicInc/Dec() functions (patch 1739486)
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | ignore bakefile temp files
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | ignore VC++ build files
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | compilation fix for ANSI build (added #if wxUSE_UNICODE)
|
commit | commitdiff | tree |
2007-07-04 |
Vadim Zeitlin | test whether HAVE_VSWPRINTF is defined, not whether...
|
commit | commitdiff | tree |
2007-07-02 |
Vadim Zeitlin | removed instructions for adding contrib libraries ...
|
commit | commitdiff | tree |
2007-06-30 |
Vadim Zeitlin | add wxUSE_EDITABLELISTBOX
|
commit | commitdiff | tree |
2007-06-30 |
Vadim Zeitlin | changed ds[pw] files to use CRLF eol style and not...
|
commit | commitdiff | tree |
2007-06-29 |
Vadim Zeitlin | strip the leading dot from extension if present in...
|
commit | commitdiff | tree |
2007-06-28 |
Vadim Zeitlin | CanAcceptFocus() now returns true if either the window...
|
commit | commitdiff | tree |
2007-06-28 |
Vadim Zeitlin | corrected some links
|
commit | commitdiff | tree |
2007-06-28 |
Vadim Zeitlin | mention wxLogInterposer(Temp)
|
commit | commitdiff | tree |
2007-06-27 |
Vadim Zeitlin | use DisableTimestamp() instead of SetTimestamp(NULL)
|
commit | commitdiff | tree |
2007-06-27 |
Vadim Zeitlin | don't invalidate the font in SetNativeFontInfo[Desc...
|
commit | commitdiff | tree |
2007-06-27 |
Vadim Zeitlin | fix wxUniv/MSW compilation with wxUSE_MENUS==0 (patch...
|
commit | commitdiff | tree |
2007-06-27 |
Vadim Zeitlin | added wxLog::DisableTimestamp() to be used as a synonym...
|
commit | commitdiff | tree |
2007-06-26 |
Vadim Zeitlin | fix bug in WX_GL_DOUBLEBUFFER handling introduced during...
|
commit | commitdiff | tree |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | remove #if around operator&&(), its needed for other...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | fix asserts for dropdown items
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | override DoLog(wxString) and not the deprecated DoLog...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | don't crash in SetBackgroundStyle() if the window is...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | don't always add wxCAPTION to wxMiniFrame style unconditionally
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | make JPEG callbacks extern "C" to fix Sun CC warnings
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | fix warnings about parameters shadowing member variables
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | pointer to literal string should be const
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | suppress virtual function hiding warnings due to the...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | regenerated after today's changes, it should now handle...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | remove -mt and/or -pthread when mixing Sun CC and gcc...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | use -R instead of -Wl,-rpath with Sun CC under Linux too
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | fixed defining FOOCXX symbols (was broken because AC_LANG_PO...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | added support for using Sun CC to link shared libraries...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | fix Sun CC warnings about converting literal strings...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | suppress Sun CC warnings about casting between C++...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | fix Sun CC warning about name clash between the method...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | better Sun CC fix: put the function in anonymous namespace...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | Sun CC doesn't allow calling static function from template...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | test for Sun CC under Linux too, and not only Solaris...
|
commit | commitdiff | tree |
2007-06-22 |
Vadim Zeitlin | don't redefine __WCHAR_TYPE__ when using Sun CC if...
|
commit | commitdiff | tree |
next |