2009-01-31 |
Vadim Zeitlin | corrections after last commit, (see #10452 comment:6) |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | fix warnings about conversion between DWORD and pointer... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | define MIIM_BITMAP &c in wx/msw/missing.h instead of... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | use margin width after updating it in OnMeasureItem... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | don't use built-in support for menu bitmaps if they... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | use SetMenuItemInfo() to update the item label to avoid... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | no real changes, just remove unnecessary code; use... |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Add wxSIZE_FORCE_EVENT and use is from wxSizerItem... |
tree | commitdiff |
2009-01-29 |
Vadim Zeitlin | don't crash if we have no accelerators for the "Window... |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | remove the recently added MSWFindMenuBarItem() as we... |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | no real changes, just small cleanup, in particular... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | refactor WM_COMMAND messages handling in MDI frames... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | added CreateAccelTable() helper which creates the accel... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | add more wxUSE_MENUS guards |
tree | commitdiff |
2009-01-26 |
Václav Slavík | Automatically adjust toolbar's tool size if the provide... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | use a virtual function instead of wxDynamicCast(wxMDIPa... |
tree | commitdiff |
2009-01-26 |
Václav Slavík | changed wxMSW's default toolbar bitmaps size from obsol... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | disable the "Next" and "Previous" commands in the windo... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | don't show the currently hidden frame if Iconize()... |
tree | commitdiff |
2009-01-26 |
Vadim Zeitlin | include missing header (wx/msw/wrapcctl.h) for PCH... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | don't change the combobox text when it's being resized... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | undo r58380 as it breaks tree control background repain... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | compilation fix for VC6 after last change; use wx namin... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | remove duplicated HitTest implementation from wxCheckLi... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | use correct item index for wxEVT_COMMAND_LISTBOX_DOUBLE... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | add wxDrawStateBitmap() (closes #10289) |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added (MSW-only) wxListCtrl::OnGetItemColumnAttr()... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | convert COM arguments to wx lazily to improve performan... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | allow using wxBG_STYLE_CUSTOM even with the native... |
tree | commitdiff |
2009-01-24 |
Vadim Zeitlin | minor fixes for custom controls support in wxFileDialog... |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | added (wxMSW-only) wxToolTip::SetMaxWidth() and improve... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | tweak GetAppDir() to recognize more debug build directo... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Call SetDataSource() from OnEnter() so that querying... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | allocate size for the extra controls in the file dialog... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Add wxDataFormat GetMatchingPair() which wxGTK and... |
tree | commitdiff |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | compilation fix after NULL cast removal; also used... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | correct Id tags |
tree | commitdiff |
2009-01-18 |
Vadim Zeitlin | move ClassRegInfo out from anonymous namespace to work... |
tree | commitdiff |
2009-01-18 |
Vadim Zeitlin | compilation fix for old SDKs (VC6...) which don't defin... |
tree | commitdiff |
2009-01-18 |
Vadim Zeitlin | reduce the margins around bitmaps to avoid truncating... |
tree | commitdiff |
2009-01-17 |
Vadim Zeitlin | implement wxTreeCtrl::ItemHasChildren() properly for... |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | add missing header for mingw32 PCH-less build |
tree | commitdiff |
2009-01-15 |
Vadim Zeitlin | fix PCH-less build with wxUSE_URL_NATIVE (see #10338) |
tree | commitdiff |
2009-01-14 |
Vadim Zeitlin | don't try to destroy the already destroyed OCX HWND |
tree | commitdiff |
2009-01-13 |
Vadim Zeitlin | fix memory leak of FrameSite (see #3935) |
tree | commitdiff |
2009-01-13 |
Vadim Zeitlin | use wxWindow::GetClientSize() instead of ::GetClientRec... |
tree | commitdiff |
2009-01-12 |
Francesco Montorsi | assert when the item index is out of range in wxMSW... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | fix MSVC warning about possibly unused variable in... |
tree | commitdiff |
2009-01-11 |
Francesco Montorsi | just fix some $Id$ tokens |
tree | commitdiff |
2009-01-11 |
Vadim Zeitlin | added wxUSE_HEADERCTRL |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | Fix wxLaunchDefaultBrowser on wxMSW for local files... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | a few more int/wxPolygonFillMode substitutions in wxReg... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2009-01-07 |
Julian Smart | Added missing includes |
tree | commitdiff |
2009-01-07 |
Julian Smart | Added missing include |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | s/wxSplitPath/wxFileName::SplitPath |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | use wxFileName instead of ::wxStripExtension |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | s/wxGetTempFileName/wxFileName::CreateTempFileName |
tree | commitdiff |
2009-01-05 |
Francesco Montorsi | use GetCopyrightToDisplay instead of GetCopyright;... |
tree | commitdiff |
2009-01-02 |
Vadim Zeitlin | call ProcessPendingEvents() from wxAppConsoleBase:... |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | build fix for wxMSW statusbar |
tree | commitdiff |
2008-12-31 |
Francesco Montorsi | get rid of the wxListString class in wxStatusBar code... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | don't assert if MsgWaitForMultipleObjects() returns... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | don't assert if the socket has been closed since the... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | remove wxSOCKET_MAX_EVENT, it is not really necessary... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | use a common m_isInsideYield flag instead of static... |
tree | commitdiff |
2008-12-29 |
Vadim Zeitlin | replaced unweildy GAddress functions with wxSockAddress... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | call SetLabel() in Create() in order to run markup... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | move Read/Write() to common code, there was almost... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | remove the now unused Connect_Timeout() |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | remove the badle defined and apparently unnecessary... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | got rid of wxSocketBase::m_error which could get out... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | our sockets are always non-blocking anyhow so throw... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | remove the long deprecated wxTabCtrl class |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout() |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | correct typo in one of the last changes |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | refactor Input/Output_Timeout: don't duplicate the... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | remove the ugly INSTANCE macro |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | more wxSocket code wx-ification: use wxDynamicLibrary... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | remove USE_SYS_TYPES_FD_SET definition which is already... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | use wxCriticalSection instead of CRITICAL_SECTION and... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | merge msw/gsocket.cpp into msw/sockmsw.cpp |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | rename gsockmsw files to sockmsw |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | use void pointers, not char ones, in socket IO functions |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | don't use the client data for storing wxOwnerDrawn... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | make colours used by list and tree controls more consis... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | allow passing -1 range to SetScrollbar() to indicate... |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | undid change accidentally committed as part of r57093... |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | fix typo in r57455 which totally broke modal dialogs... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | really fix the length of the string returned by wxConve... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | close the handle returned by OpenProcessToken() (fixes... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | fix Get(Sub)ItemRect() after changes of r54437; added... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | add wxLogLastError() calls if Shell_NotifyIcon() fails... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | remove m_endModalCalled flag, it seems to be unnecessary |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | don't restore the focus manually after closing the... |
tree | commitdiff |
2008-12-19 |
Robert Roebling | Implemented wxBitmapToggleButton generically for now |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | implement wxLoadedDLL, a safer alternative to wxDL_GET_... |
tree | commitdiff |
next |