2005-08-07 |
Vadim Zeitlin | assign 0, not NULL, to an int
|
commit | commitdiff | tree |
2005-08-07 |
Vadim Zeitlin | deTABified
|
commit | commitdiff | tree |
2005-08-07 |
Vadim Zeitlin | fix problems with __POWERPC__ being redefined
|
commit | commitdiff | tree |
2005-08-06 |
Vadim Zeitlin | set m_error correctly (patch 1249848)
|
commit | commitdiff | tree |
2005-08-06 |
Vadim Zeitlin | fix wxGetMessageName() in Unicode build (patch 1250662)
|
commit | commitdiff | tree |
2005-08-06 |
Vadim Zeitlin | recognize 0/1 as false/true in string->bool conversion...
|
commit | commitdiff | tree |
2005-08-06 |
Vadim Zeitlin | generate MD5SUM files for nightly builds (patch 1252331)
|
commit | commitdiff | tree |
2005-08-06 |
Vadim Zeitlin | added char/wxChar note (bug 1252854)
|
commit | commitdiff | tree |
2005-08-06 |
Vadim Zeitlin | added ldconfig-not-in-path note and removed duplicate...
|
commit | commitdiff | tree |
2005-08-06 |
Vadim Zeitlin | corrected regex library name in ANSI builds
|
commit | commitdiff | tree |
2005-08-06 |
Vadim Zeitlin | added wx/recguard.h (bug 1253148)
|
commit | commitdiff | tree |
2005-08-06 |
Vadim Zeitlin | set best fitting size for the toolbar in Realize()
|
commit | commitdiff | tree |
2005-08-06 |
Vadim Zeitlin | don't crash in GetTextExtent() under Windows where...
|
commit | commitdiff | tree |
2005-08-06 |
Vadim Zeitlin | initialize backing store bitmap in Create(), notebook...
|
commit | commitdiff | tree |
2005-08-05 |
Vadim Zeitlin | added explicit wx/dynlib.h include
|
commit | commitdiff | tree |
2005-08-05 |
Vadim Zeitlin | missing dllexport declaration added
|
commit | commitdiff | tree |
2005-08-05 |
Vadim Zeitlin | disable RTTI and exceptions by default for wxWinCE/eVC
|
commit | commitdiff | tree |
2005-08-05 |
Vadim Zeitlin | corrected logic in wxQTMediaEvtHandler::OnEraseBackground...
|
commit | commitdiff | tree |
2005-08-05 |
Vadim Zeitlin | only link with 3rd party libs if they're needed
|
commit | commitdiff | tree |
2005-08-05 |
Vadim Zeitlin | don't allow negative splitter position
|
commit | commitdiff | tree |
2005-08-05 |
Vadim Zeitlin | use wxDynamicLibrary::GetSymbolAorW() instead of the...
|
commit | commitdiff | tree |
2005-08-05 |
Vadim Zeitlin | 1. extracted code common to all backends in wxMediaBackendCo...
|
commit | commitdiff | tree |
2005-08-05 |
Vadim Zeitlin | fixed horrible hack with passing pointers of wrong...
|
commit | commitdiff | tree |
2005-08-05 |
Vadim Zeitlin | removed unused OnPaint() handlers
|
commit | commitdiff | tree |
2005-08-05 |
Vadim Zeitlin | don't remember size passed to SetSize() as pending...
|
commit | commitdiff | tree |
2005-08-05 |
Vadim Zeitlin | initialize send_event field of GdkEventExpose we generate...
|
commit | commitdiff | tree |
2005-08-05 |
Vadim Zeitlin | compilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476)
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | corrected wxUnix2DosFilename signature, added deprecation...
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | corrected test for __WXGTK__ (but should it be there...
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | corrected HAVE_NMLVFINDITEM tests, eliminated HAVE_NM_FINDIT...
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | use ifdef, not if, to test for HAVE_WCSRTOMBS
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | removed more remains of wxUSE_PENWINDOWS
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | corrected test for HAVE_FSYNC: ifdef, not if
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | added wxUSE_DC_CACHEING
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_MENU_CALLBACK references: the code inside...
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | removed (unused since quite some time) wxUSE_ITSY_BITSY
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_PENWINDOWS (and its misspellings), it...
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | define wxUSE_MFC as 0 if it's not defined (fixes gcc...
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | added tests for fsync() and pthread_cleanup_push/pop()
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | test for wxHAVE_PTHREAD_CLEANUP with #ifdefs instead...
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | added HAVE_FSYNC and wxHAVE_PTHREAD_CLEANUP (replacing...
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | define wxFsync() as fsync() under Unix not as (not...
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | configure defines HAVE_FSYNC, not wxHAVE_FSYNC
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | wxNEED_STRDUP was wrong tested with #if instead of...
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | check that wxUSE_DATEPICKCTRL_GENERIC is defined before...
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | define wxUSE_IPV6 as 0 to avoid -Wundef warnings
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | NEED_GTK_ICON_SIZE_LOOKUP was incorrectly tested using...
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | due to a typo in #if condition, validation was disabled...
|
commit | commitdiff | tree |
2005-08-04 |
Vadim Zeitlin | define wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings...
|
commit | commitdiff | tree |
2005-08-03 |
Vadim Zeitlin | no need to check dbghelp DLL initialization in GetAssertStac...
|
commit | commitdiff | tree |
2005-08-03 |
Vadim Zeitlin | don't give error message if we failed to get the stack...
|
commit | commitdiff | tree |
2005-08-03 |
Vadim Zeitlin | define WXWIN_COMPATIBILITY_EVENT_TYPES as 0 if it's...
|
commit | commitdiff | tree |
2005-08-03 |
Vadim Zeitlin | test for __MWERKS__ with #ifdef, not #if (fixes a ...
|
commit | commitdiff | tree |
2005-08-03 |
Vadim Zeitlin | get rid of wxUSE_COMPATIBLE_COORD_TYPES, it is not...
|
commit | commitdiff | tree |
2005-08-01 |
Vadim Zeitlin | don't crash when showing vert toolbar when horz one...
|
commit | commitdiff | tree |
2005-07-31 |
Vadim Zeitlin | don't call SetSize when creating the 2nd toolbar, this...
|
commit | commitdiff | tree |
2005-07-31 |
Vadim Zeitlin | account for client area origin when returning pending...
|
commit | commitdiff | tree |
2005-07-31 |
Vadim Zeitlin | regenerated after adding sound.rc
|
commit | commitdiff | tree |
2005-07-30 |
Vadim Zeitlin | moved MSW-specific stuff to wx/msw/chkconf.h, this...
|
commit | commitdiff | tree |
2005-07-30 |
Vadim Zeitlin | define wxUSE_UNICODE_MSLU as 0 unconditionally, CE...
|
commit | commitdiff | tree |
2005-07-30 |
Vadim Zeitlin | wxUSE_UNICODE_MSLU is MSW-specific so shouldn't be...
|
commit | commitdiff | tree |
2005-07-30 |
Vadim Zeitlin | forcefully disable wxUSE_STACKWALKER
|
commit | commitdiff | tree |
2005-07-30 |
Vadim Zeitlin | updated the script to deal with licensing information...
|
commit | commitdiff | tree |
2005-07-30 |
Vadim Zeitlin | oops, wxUSE_UNICODE_MSLU and not wxUSE_MSLU
|
commit | commitdiff | tree |
2005-07-30 |
Vadim Zeitlin | define wxUSE_MSLU=1 in compiler flags if MSLU=1 was...
|
commit | commitdiff | tree |
2005-07-30 |
Vadim Zeitlin | return pending position/size if any, not the current one
|
commit | commitdiff | tree |
2005-07-30 |
Vadim Zeitlin | replaced wxMoveWindowDeferred() with wxWindow::DoMoveSibling()
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | take border into account in best size calculations
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | decreased text limit which we consider to be set by...
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | use ReadLine() instead of GetLine() which sometimes...
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | added wxDynamicLibrary::GetSymbolAorW()
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | compilation fix for IBM xlC (closes 1230392)
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | xlC needs -qunique under AIX only, at least it doesn...
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | don't crash in Get() if there is no wxApp (closes 1236514)
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | async playback and object lifetime remarks
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | added test for playing sound from memory
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | added Stop test
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | refactoring in preparation for further changes: moved...
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | fixed id values to be more standard
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | added http://www.wxwidgets.org/bincompat.html link
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | added test for playing Windows resources
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | added GlobalPtr: GlobalAlloc/Free() wrapper
|
commit | commitdiff | tree |
2005-07-29 |
Vadim Zeitlin | renamed GlobalPtr to GlobalPtrLock
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | many improvements/bug fixes to media control: new wxEVT_MEDI...
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | missing dll decl stuff and members initialization in...
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | clarifications about MRU menu workings (patch 1221797)
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | don't reserve space in the header for the column image...
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | added wxImage::RotateHue() and RGB <-> HSV conversions...
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | mention VC8 support
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | don't include shlwapi.h as it might be not available...
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | Ctrl+mouse wheel changes zoom factor in print preview...
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | removed USE_SHARED_LIBRARY mentions (and all variations...
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | ShowFullScreen() shows the window if it was still hidden...
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | moved wxURL::ConvertToValidURI() and other methods...
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | fix for wxLongLong division test (patch 1233771)
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | corrected event type for standalone scrollbars (patch...
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | document wxDb::ExecSql() 3 params overload (patch 1240839)
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | Ryan's binary compatibility technote (patch 1242898)
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | added wxABI_VERSION check around newly added function
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | don't log error if connection has been already terminated...
|
commit | commitdiff | tree |
next |