2007-07-23 |
Vadim Zeitlin | removed empty directory
|
commit | commitdiff | tree |
2007-07-23 |
Vadim Zeitlin | fix caching of configure arguments broken by one of...
|
commit | commitdiff | tree |
2007-07-23 |
Vadim Zeitlin | removed wxUSE_STRUTILS which was left over from the...
|
commit | commitdiff | tree |
2007-07-22 |
Vadim Zeitlin | fix for r47646: typedef wxDouble for all platforms...
|
commit | commitdiff | tree |
2007-07-22 |
Vadim Zeitlin | call aglEnable(AGL_BUFFER_RECT) after setting the rect...
|
commit | commitdiff | tree |
2007-07-22 |
Vadim Zeitlin | removed erroneous spaces from wxTo/FromString() documentation
|
commit | commitdiff | tree |
2007-07-22 |
Vadim Zeitlin | corrected the include file names (rest of patch 1757479)
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | removed docs for classes not existing any more (part...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | correct closing comments in #endifs (patch 1756990)
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | updated after fileconf/fileconftest.cpp to config/fileconf...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | moved wxFileConfig test to config directory together...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | added support for user-defined types to wxConfig (patch...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | added a macro for comparison size_t variables with...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | added wxTo/FromString(wxColour) (part of patch 1753875)
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | added --enable-ownerdrawn MSW-only option
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | allow overriding automatic alpha detection during icon...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | removed unused variable left after the last commit
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | removed duplicate MSW-specific options, they're now...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | added --enable-ps-in-msw configure option
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | removed wxUSE_UXTHEME_AUTO which wasn't used anywhere
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | removed all MSW-specific options from this file, what...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | removed all MSW-specific options from this file, what...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | added wxUSE_REGKEY option
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | regenerated MSW part from wx/msw/setup_inc.h
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | extracted MSW-specific setup.h options to their own...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | correct the last patch: we should compare wxGenericTreeItem...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | corrected (and simplified) configarg.cache updating...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | define wxUSE_FONTENUM
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | define CreateEventLoop() even if wxUSE_CONSOLE_EVENTLOOP...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | added wxUSE_FONTENUM for wxFontEnumerator
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | fixes for building wxMSW with --disbale-all-features
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | added --enable-uxtheme option
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | always use GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, independen...
|
commit | commitdiff | tree |
2007-07-21 |
Vadim Zeitlin | use colour in the libraries diagram to indicate base...
|
commit | commitdiff | tree |
2007-07-20 |
Vadim Zeitlin | replaced with Debian Etch version which has slightly...
|
commit | commitdiff | tree |
2007-07-20 |
Vadim Zeitlin | moved wxUSE_CRASHREPORT checks to wx/msw/chkconf.h...
|
commit | commitdiff | tree |
2007-07-20 |
Vadim Zeitlin | document wxCB_SORT
|
commit | commitdiff | tree |
2007-07-20 |
Vadim Zeitlin | make To/From8bit() inline for performance reasons
|
commit | commitdiff | tree |
2007-07-20 |
Vadim Zeitlin | rewrite FilterInValue() using iterators, this results...
|
commit | commitdiff | tree |
2007-07-19 |
Vadim Zeitlin | check for setenv first, then putenv as using setenv...
|
commit | commitdiff | tree |
2007-07-19 |
Vadim Zeitlin | added code to free memory allocated in wxSetEnv() when...
|
commit | commitdiff | tree |
2007-07-19 |
Vadim Zeitlin | do platform-specific checks after ensuring that the...
|
commit | commitdiff | tree |
2007-07-19 |
Vadim Zeitlin | added wxUSE_TASKBARICON; corrected condition for generating...
|
commit | commitdiff | tree |
2007-07-18 |
Vadim Zeitlin | don't assert when right/down cursor arrows are used...
|
commit | commitdiff | tree |
2007-07-18 |
Vadim Zeitlin | speed up reading wxFileConfig from wxInputStream by...
|
commit | commitdiff | tree |
2007-07-18 |
Vadim Zeitlin | wxGTK/Univ compilation fixes
|
commit | commitdiff | tree |
2007-07-18 |
Vadim Zeitlin | added documentation of wxUSE_XXX symbols (modified...
|
commit | commitdiff | tree |
2007-07-18 |
Vadim Zeitlin | fix broken wxvscrolledwindowsetrowcount link
|
commit | commitdiff | tree |
2007-07-18 |
Vadim Zeitlin | removed the hyphen from the new --enable{baseevt,epoll...
|
commit | commitdiff | tree |
2007-07-17 |
Vadim Zeitlin | added new libraries (patch from Francesco)
|
commit | commitdiff | tree |
2007-07-17 |
Vadim Zeitlin | added missing libraries to the requirements list
|
commit | commitdiff | tree |
2007-07-17 |
Vadim Zeitlin | remove references to contrib (patch from Francesco)
|
commit | commitdiff | tree |
2007-07-17 |
Vadim Zeitlin | check whether the string is non-empty before accessing...
|
commit | commitdiff | tree |
2007-07-16 |
Vadim Zeitlin | remove file containing many obsolete defines, if anyone...
|
commit | commitdiff | tree |
2007-07-16 |
Vadim Zeitlin | test for gettimeofday/ftime even if we don't use wxDateTime...
|
commit | commitdiff | tree |
2007-07-16 |
Vadim Zeitlin | use wxGetLocalTimeMillis() instead of wxDateTime in...
|
commit | commitdiff | tree |
2007-07-16 |
Vadim Zeitlin | compilation fix for wxUSE_LOG==0
|
commit | commitdiff | tree |
2007-07-16 |
Vadim Zeitlin | add wxMilliClockToLong() helper
|
commit | commitdiff | tree |
2007-07-16 |
Vadim Zeitlin | include wx/dynarray.h to fix compilation with minimal...
|
commit | commitdiff | tree |
2007-07-16 |
Vadim Zeitlin | add wxUSE_BASE64 checks around DoRead/WriteBinary(...
|
commit | commitdiff | tree |
2007-07-16 |
Vadim Zeitlin | include wx/longlong.h to fix compilation with wxUSE_DATETIME==0
|
commit | commitdiff | tree |
2007-07-16 |
Vadim Zeitlin | fix WX_ARG_WITH behaviour when it's used before wxUSE_ALL_FE...
|
commit | commitdiff | tree |
2007-07-16 |
Vadim Zeitlin | added unistd.h include for close()
|
commit | commitdiff | tree |
2007-07-15 |
Vadim Zeitlin | simplify the test for build setup.h being out of date...
|
commit | commitdiff | tree |
2007-07-15 |
Vadim Zeitlin | added wxUSE_CONSOLE_EVENTLOOP around wxConsoleEventLoop
|
commit | commitdiff | tree |
2007-07-15 |
Vadim Zeitlin | no real changes, just added an extra status message
|
commit | commitdiff | tree |
2007-07-15 |
Vadim Zeitlin | create greyed image for wxBitmapButton in MSW automatically...
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | regenerated after wxUSE_SELECT/EPOLL_DISPATCHER additions
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | make the path absolute before using it with gtk_file_chooser...
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | replace RunLoop() call with Dispatch() after wxFDIODispatche...
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | allow setting empty tooltip in SetIcon() (patch 1750994)
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | don't leak epoll descriptor
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | corrected #if check which was written as #ifdef
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | create the single global IO dispatcher in wxFDIODispatcher...
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | replaced wxFDIODispatcher::RunLoop() with Dispatch...
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | changed wxFDIODispatcher::UnregisterFD() to take only...
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | ignore bakefile-generated test.dsw too
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | added include guard
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDISPATCH...
|
commit | commitdiff | tree |
2007-07-14 |
Vadim Zeitlin | fix harmless unused variable warning
|
commit | commitdiff | tree |
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 |
next |