2007-12-01 |
Vadim Zeitlin | compilation fix after argv changes (move initialization...
|
commit | commitdiff | tree |
2007-11-30 |
Vadim Zeitlin | compilation fix after removing default wxDC ctor
|
commit | commitdiff | tree |
2007-11-30 |
Vadim Zeitlin | free wxDCFactory::m_factory; also renamed SetDCFactory...
|
commit | commitdiff | tree |
2007-11-30 |
Vadim Zeitlin | remove default wxDC ctor to make it impossible to construct...
|
commit | commitdiff | tree |
2007-11-30 |
Vadim Zeitlin | mention wxDC change (more details would be welcome)
|
commit | commitdiff | tree |
2007-11-30 |
Vadim Zeitlin | last commit resolved the conflict incorrectly, undoing it
|
commit | commitdiff | tree |
2007-11-30 |
Vadim Zeitlin | move IMPLEMENT_CLASS macros for wxBuffered[Paint]DC...
|
commit | commitdiff | tree |
2007-11-30 |
Vadim Zeitlin | corrected DECLARE_DYNAMIC_CLASS use
|
commit | commitdiff | tree |
2007-11-30 |
Vadim Zeitlin | use WS_SYSMENU if wxCLOSE_BOX style is given, otherwise...
|
commit | commitdiff | tree |
2007-11-30 |
Vadim Zeitlin | fix an unused variable warning in release build
|
commit | commitdiff | tree |
2007-11-30 |
Vadim Zeitlin | unused parameters and float/double->int conversion...
|
commit | commitdiff | tree |
2007-11-30 |
Vadim Zeitlin | fix compilation error after r50329: wxMenu doesn't...
|
commit | commitdiff | tree |
2007-11-30 |
Vadim Zeitlin | blind compilation fix after last commit
|
commit | commitdiff | tree |
2007-11-30 |
Vadim Zeitlin | build fixes for wxUSE_STL==1
|
commit | commitdiff | tree |
2007-11-29 |
Vadim Zeitlin | translate the descriptions in SetDesc(wxCmdLineEntryDesc)
|
commit | commitdiff | tree |
2007-11-28 |
Vadim Zeitlin | define AW_XXX constants if SDK doesn't (fixes VC6 compilatio...
|
commit | commitdiff | tree |
2007-11-28 |
Vadim Zeitlin | added wx/mac/dataview.h to ADVANCED_MAC_HDR (bug 1840231...
|
commit | commitdiff | tree |
2007-11-28 |
Vadim Zeitlin | typo fix
|
commit | commitdiff | tree |
2007-11-28 |
Vadim Zeitlin | fix typo in an example (patch 1837973)
|
commit | commitdiff | tree |
2007-11-28 |
Vadim Zeitlin | don't keep dangling m_prevRadio pointer (2nd part of...
|
commit | commitdiff | tree |
2007-11-28 |
Vadim Zeitlin | initialize m_ownsConv (part of patch 1836644)
|
commit | commitdiff | tree |
2007-11-28 |
Vadim Zeitlin | set disposition to OPEN_ALWAYS for write and read-write...
|
commit | commitdiff | tree |
2007-11-28 |
Vadim Zeitlin | always call GTKSetActivatesDefault(), not only if wxTE_PROCE...
|
commit | commitdiff | tree |
2007-11-28 |
Vadim Zeitlin | return immediately after processing TaskbarCreated...
|
commit | commitdiff | tree |
2007-11-28 |
Vadim Zeitlin | removed ADVANCED_CMN_NATIVE_HDR, files in it (wx/datectrl...
|
commit | commitdiff | tree |
2007-11-26 |
Vadim Zeitlin | unload msimg32.dll earlier (before static cleanup time...
|
commit | commitdiff | tree |
2007-11-25 |
Vadim Zeitlin | removed extraneous backslash
|
commit | commitdiff | tree |
2007-11-25 |
Vadim Zeitlin | wxStr[c]spn_String fixes: use size_t, not int, as return...
|
commit | commitdiff | tree |
2007-11-25 |
Vadim Zeitlin | use size_t instead of unsigned int to avoid MSVC warnings...
|
commit | commitdiff | tree |
2007-11-25 |
Vadim Zeitlin | no real changes, just updated bakefile URL and fixed...
|
commit | commitdiff | tree |
2007-11-24 |
Vadim Zeitlin | added Show/HideWithEffect() and implemented them using...
|
commit | commitdiff | tree |
2007-11-24 |
Vadim Zeitlin | rewrite the sample to use a main frame to make it more...
|
commit | commitdiff | tree |
2007-11-24 |
Vadim Zeitlin | added wxNotificationMessage and implemented it generically...
|
commit | commitdiff | tree |
2007-11-23 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 in DoGetSibling()
|
commit | commitdiff | tree |
2007-11-23 |
Vadim Zeitlin | use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
|
commit | commitdiff | tree |
2007-11-23 |
Vadim Zeitlin | return int from wxGetWindowId(), not WORD, to ensure...
|
commit | commitdiff | tree |
2007-11-22 |
Vadim Zeitlin | rebaked after timer/socket changes
|
commit | commitdiff | tree |
2007-11-22 |
Vadim Zeitlin | define wxUSE_UNICODE=0 in non-Unicode build to prevent...
|
commit | commitdiff | tree |
2007-11-22 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_XXX instead of WXDLLEXPORT
|
commit | commitdiff | tree |
2007-11-21 |
Vadim Zeitlin | removed AC_TYPE_UID_T check, we don't need it (and...
|
commit | commitdiff | tree |
2007-11-20 |
Vadim Zeitlin | remove support for configarg.cache, use config.status...
|
commit | commitdiff | tree |
2007-11-20 |
Vadim Zeitlin | use FindWindowEx() instead of ChildWindowFromPoint...
|
commit | commitdiff | tree |
2007-11-20 |
Vadim Zeitlin | add gstreamer libraries to EXTRALIBS_MEDIA which is...
|
commit | commitdiff | tree |
2007-11-20 |
Vadim Zeitlin | added wxWindow::GetPrev/NextSibling()
|
commit | commitdiff | tree |
2007-11-19 |
Vadim Zeitlin | another PCH-less build fix after last change
|
commit | commitdiff | tree |
2007-11-19 |
Vadim Zeitlin | Hildonized wxColourDialog
|
commit | commitdiff | tree |
2007-11-19 |
Vadim Zeitlin | only call hildon_program_remove_window() when destroying...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | always return true from IsMaximized() under Hildon
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | don't show size grip if the window the status bar is...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | fix unused parameter warning after last change
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | experimental IPv6 implementation (patch 1771429)
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | fix gcc signed/unsigned comparison warnings after recent...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | wxGTK compilation fix after wxInfoMessageBox change...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | wxColourData::operator=() should return wxColourData...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | added public wxInfoMessageBox() (slightly modified...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | preserve custom colours between calls to wxGetColourFromUser...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | no real changes: just some cleanup, better error handling...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | use newsince{2.9.0}, not {3.0}
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | fix more unused parameters and variables warnings
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | add wxUSE_DATAVIEWCTRL check to fix a hundred compilation...
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | removed not implemented anyhow SetIcons()
|
commit | commitdiff | tree |
2007-11-18 |
Vadim Zeitlin | compilation fix after argv changes
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | don't use GTK printing in wxUniv
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | animateg.cpp shouldn't be in UNIV_SRC as it belongs...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | more native GTK implementations of the classes in wxGTK...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | rename g_openDialogs to wxOpenModalDialogsCount and...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | fix several problems in handling of the menu items...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | PCH-less compilation fix after last commit
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | assume that all directories have children by default...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | test for remote drive existence using wxDirExists(...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | added SetInitialSocketBuffers() to allow changing the...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | handle NULL BSTRs as empty ones per Microsoft convention
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | forward SetFocus() to the directory tree (replaces...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | allow to optionally use vendor name component in standard...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | added vendor display name (for consistency with app...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | fix wxColourDialog::Centre() and SetSize() (modified...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | compare colours using their operator==() instead of...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | PCH-less compilation fix after last commit
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | no real changes, just some cleanup: add wxIsAltDown...
|
commit | commitdiff | tree |
2007-11-17 |
Vadim Zeitlin | add wxModule::AddDependency(name) overload (patch 1790451)
|
commit | commitdiff | tree |
2007-11-16 |
Vadim Zeitlin | document Next/PrevControlId() removal (should have...
|
commit | commitdiff | tree |
2007-11-16 |
Vadim Zeitlin | don't capture the mouse when just moving it in the...
|
commit | commitdiff | tree |
2007-11-16 |
Vadim Zeitlin | reset global wxTheApp pointer before deleting it to...
|
commit | commitdiff | tree |
2007-11-16 |
Vadim Zeitlin | move Add/DeleteAttribute() implementations out of line...
|
commit | commitdiff | tree |
2007-11-16 |
Vadim Zeitlin | added logic to manage automatically allocated ids in...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | fix another minor bug in DLGC_WANTMESSAGE handling...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | override GetDefaultBorder() to return wxBORDER_NONE...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | unselect all selected items, not just the currently...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | use GDK_SIZING instead of GDK_FLEUR which looks more...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | fix unreachable code warning in TranslateBorder()
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | correction to the changes of r49805 to make the code...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | disambiguate between 2 base class IsEmpty() versions...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | added GetLineText() test
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | replace changes of r49890 by defining more compatibility...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | compilation fix after argv changes
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | compilation fix for g++ 3.4 (and maybe others)
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | nl_langinfo() check in wxIsLocaleUtf8() was never done...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | use standard functions for BSTR handling instead of...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | reset the dialog fields if they're not specified in...
|
commit | commitdiff | tree |
2007-11-13 |
Vadim Zeitlin | delete m_idleMutex later to avoid crashes if any windows...
|
commit | commitdiff | tree |
next |