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 |
2005-07-28 |
Vadim Zeitlin | typo (patch 1246614)
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | added wxZipFSHandler::Cleanup() (modified patch 1213615)
|
commit | commitdiff | tree |
2005-07-28 |
Vadim Zeitlin | disabled wxStackWalker and wxCrashReport for Win64
|
commit | commitdiff | tree |
2005-07-26 |
Vadim Zeitlin | moved declaration of variable only used if wxUSE_GIF...
|
commit | commitdiff | tree |
2005-07-26 |
Vadim Zeitlin | removed (non existing) default argument for DrawRoundedRectangle
|
commit | commitdiff | tree |
2005-07-25 |
Vadim Zeitlin | disabled clipboard and dnd if dataobj is disabled
|
commit | commitdiff | tree |
2005-07-24 |
Vadim Zeitlin | corrected misleading comment about DllGetVersion()
|
commit | commitdiff | tree |
2005-07-21 |
Vadim Zeitlin | reverted last change with setting the focus only if...
|
commit | commitdiff | tree |
2005-07-21 |
Vadim Zeitlin | added mouse wheel event test; don't trap left mouse...
|
commit | commitdiff | tree |
2005-07-21 |
Vadim Zeitlin | position of wxEVT_MOUSEWHEEL events is now in client...
|
commit | commitdiff | tree |
2005-07-20 |
Vadim Zeitlin | check the validity of wxString pointer itself too
|
commit | commitdiff | tree |
2005-07-20 |
Vadim Zeitlin | check that wxString is valid before dumping it
|
commit | commitdiff | tree |
2005-07-20 |
Vadim Zeitlin | fixed assert when dumping a string which is locked...
|
commit | commitdiff | tree |
2005-07-20 |
Vadim Zeitlin | update from Liou Xiao (accelerator key format changed)
|
commit | commitdiff | tree |
2005-07-20 |
Vadim Zeitlin | take the address of the member in wxON_BLOCK_EXIT_OBJ...
|
commit | commitdiff | tree |
2005-07-20 |
Vadim Zeitlin | regenerated to include scope guard test
|
commit | commitdiff | tree |
2005-07-20 |
Vadim Zeitlin | tooltips work under Mac as well; no need for wxUSE_TOOLTIP...
|
commit | commitdiff | tree |
2005-07-16 |
Vadim Zeitlin | handle '&' in the names of the files in the history...
|
commit | commitdiff | tree |
2005-07-16 |
Vadim Zeitlin | put GetEscapeId() inside #if wxABI_VERSION > 20601
|
commit | commitdiff | tree |
2005-07-16 |
Vadim Zeitlin | fixed a rare crash due to malformed HTML
|
commit | commitdiff | tree |
2005-07-16 |
Vadim Zeitlin | fixed handling of the accelerators of menu items added...
|
commit | commitdiff | tree |
next |