projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add wxDir::GetNameWithSep() and use it to avoid consecutive slashes.
[wxWidgets.git]
/
src
/
msw
/
2012-05-02
Dimitri Schoolwerth
Fixed parts of toolbar background not being drawn with...
tree
|
commitdiff
2012-04-27
Julian Smart
Restored the exact-fit-button horizontal margin calcula...
tree
|
commitdiff
2012-04-20
Robin Dunn
Make wxTaskBarIcon's ctor have the same API on all...
tree
|
commitdiff
2012-04-16
Vadim Zeitlin
No real changes, just some typo fixes for previous...
tree
|
commitdiff
2012-04-15
Vadim Zeitlin
Use new style directory selection dialog under Vista...
tree
|
commitdiff
2012-04-14
Vadim Zeitlin
Call wxThread::OnExit() from wxThread::Exit() in wxMSW...
tree
|
commitdiff
2012-04-14
Vadim Zeitlin
Add support for VT_I8 (long long) values to wxAutomatio...
tree
|
commitdiff
2012-04-12
Steve Lamerton
Always check that we get a valid IDispatch* from get_Do...
tree
|
commitdiff
2012-04-06
Vadim Zeitlin
Handle Ctrl-O and Ctrl-L MSW wxWebView accelerators...
tree
|
commitdiff
2012-04-05
Vadim Zeitlin
Set the menu itself as event object for EVT_MENU_{OPEN...
tree
|
commitdiff
2012-04-05
Vadim Zeitlin
Hide combobox popup when it is hidden itself in wxMSW.
tree
|
commitdiff
2012-04-05
Vadim Zeitlin
Refactor: move wxComboBox::MSWDoPopupOrDismiss() down...
tree
|
commitdiff
2012-04-05
Vadim Zeitlin
Remove support for MetroWerks CodeWarrior compiler.
tree
|
commitdiff
2012-04-05
Vadim Zeitlin
Fix handling of the main window of composite controls...
tree
|
commitdiff
2012-04-05
Vadim Zeitlin
No real changes, just use clearer names for wxMSW wxToo...
tree
|
commitdiff
2012-04-05
Vadim Zeitlin
Really fix source coordinates handling in wxDC::Blit...
tree
|
commitdiff
2012-04-01
Stefan Csomor
correct text drawing with background brush, fixes ...
tree
|
commitdiff
2012-03-28
Steve Lamerton
Minor changes, just trim trailing spaces in webview...
tree
|
commitdiff
2012-03-27
Steve Lamerton
Correctly use QueryInterface in GetDocument to ensure...
tree
|
commitdiff
2012-03-27
Vadim Zeitlin
Honour source wxDC coordinate system in wxDC::Blit...
tree
|
commitdiff
2012-03-26
Vadim Zeitlin
Minor fix to wxGraphicsContext::SetInterpolationQuality...
tree
|
commitdiff
2012-03-24
Vadim Zeitlin
Implement wxGraphicsContext::SetInterpolationQuality...
tree
|
commitdiff
2012-03-22
Vadim Zeitlin
Implement horizontal mouse wheel events support for...
tree
|
commitdiff
2012-03-20
Vadim Zeitlin
Fix wxMSW compilation when wxUSE_FONTMAP==0.
tree
|
commitdiff
2012-03-18
Vadim Zeitlin
Avoid crashes in wxMSW when using buttons without valid...
tree
|
commitdiff
2012-03-12
Julian Smart
Removed redundant DoEnable
tree
|
commitdiff
2012-03-11
Julian Smart
A fix for flicker when the top-level window is disabled...
tree
|
commitdiff
2012-03-05
Julian Smart
It should be possible to set a null bitmap without...
tree
|
commitdiff
2012-03-05
Vadim Zeitlin
Remove the wrong "std::" scope prefix before ceil(...
tree
|
commitdiff
2012-03-04
Vadim Zeitlin
Use __WINDOWS__ for OS checks and __WXMSW__ for GUI...
tree
|
commitdiff
2012-03-04
Vadim Zeitlin
Use standard IDC_CROSS cursor in wxMSW.
tree
|
commitdiff
2012-03-04
Vadim Zeitlin
Don't set value unnecessarily in wxSpinCtrl::Create...
tree
|
commitdiff
2012-03-04
Vadim Zeitlin
No changes, just add wxSpinCtrl::Init() to wxMSW.
tree
|
commitdiff
2012-03-04
Vadim Zeitlin
Fix stretchable spaces in wxToolBar after tool removal...
tree
|
commitdiff
2012-03-04
Vadim Zeitlin
Correct mouse event coordinates in wxMSW wxUIActionSimu...
tree
|
commitdiff
2012-03-04
Vadim Zeitlin
Use __WINDOWS__ for OS kind checks and reserve __WXMSW_...
tree
|
commitdiff
2012-03-04
Vadim Zeitlin
Take disabled windows into account in wxFindWindowAtPoi...
tree
|
commitdiff
2012-02-29
Vadim Zeitlin
Remove redundant assignment in wxDialUpManagerMSW code.
tree
|
commitdiff
2012-02-29
Vadim Zeitlin
Replace incorrect uses of wxString::empty() with the...
tree
|
commitdiff
2012-02-25
Vadim Zeitlin
Dispatch unknown messages immediately in wxMSW YieldFor().
tree
|
commitdiff
2012-02-21
Julian Smart
The tree only sets the focus in response to a TVN_SELCH...
tree
|
commitdiff
2012-02-15
Vadim Zeitlin
Make wxDragImage ctors taking hot spot point really...
tree
|
commitdiff
2012-02-11
Vadim Zeitlin
Update marks in non-current months shown in wxMSW wxCal...
tree
|
commitdiff
2012-02-11
Vadim Zeitlin
Set marks used in wxMSW wxCalendarCtrl unconditionally.
tree
|
commitdiff
2012-02-05
Vadim Zeitlin
Don't set PAGESETUPDLG::hDevNames and hDevMode when...
tree
|
commitdiff
2012-02-05
Vadim Zeitlin
Preserve focus when window is minimized and restored...
tree
|
commitdiff
2012-02-05
Vadim Zeitlin
Ensure that the progress dialog parent is activated...
tree
|
commitdiff
2012-02-05
Vadim Zeitlin
No changes, just implement Raise() in wxTopLevelWindow...
tree
|
commitdiff
2012-02-02
Steve Lamerton
Disable navigation sounds in wxWebViewIE. This brings...
tree
|
commitdiff
2012-02-02
Vadim Zeitlin
Fix initial wxRadioBox buttons positions in wxMSW.
tree
|
commitdiff
2012-01-24
Vadim Zeitlin
Fix setting frame icon when using non-standard icon...
tree
|
commitdiff
2012-01-24
Vadim Zeitlin
Append all items at once during wxChoice creation in...
tree
|
commitdiff
2012-01-23
Vadim Zeitlin
Add support for stricken-through fonts.
tree
|
commitdiff
2012-01-23
Vadim Zeitlin
Add wxFont ctor taking a single flags argument instead...
tree
|
commitdiff
2012-01-23
Vadim Zeitlin
Fix incorrect cast resulting in a warning in wxMSW...
tree
|
commitdiff
2012-01-23
Vadim Zeitlin
Avoid warnings about mismatched format string in wxMSW...
tree
|
commitdiff
2012-01-20
Vadim Zeitlin
Add error checking when retrieving client data from...
tree
|
commitdiff
2012-01-20
Vadim Zeitlin
Check that an error really occurred when getting wxChoi...
tree
|
commitdiff
2012-01-20
Vadim Zeitlin
Try to avoid truncation of the message in wxMSW wxMessa...
tree
|
commitdiff
2012-01-18
Vadim Zeitlin
No changes, just minor wxMSW code cleanup: use WinStruct<>.
tree
|
commitdiff
2012-01-15
Steve Lamerton
Implement IDocHostUIHandler in wxWebViewIE to improve...
tree
|
commitdiff
2012-01-15
Steve Lamerton
Add wxActiveXContainer::QueryClientSiteInterface to...
tree
|
commitdiff
2012-01-15
Vadim Zeitlin
Implement wxMenuBar::EnableTop() for wxMSW and wxGTK.
tree
|
commitdiff
2012-01-15
Vadim Zeitlin
Correct wrong checks for wxUSE_OWNER_DRAWN.
tree
|
commitdiff
2012-01-14
Vadim Zeitlin
Fix the size of the font returned from wxTextCtrl:...
tree
|
commitdiff
2012-01-13
Vadim Zeitlin
Correct handle passed to DocumentProperties() in MSW...
tree
|
commitdiff
2012-01-11
Vadim Zeitlin
Add wxUSE_OWNER_DRAW checks to wxMSW wxMenu code.
tree
|
commitdiff
2012-01-10
Dimitri Schoolwerth
Fixed clicking on MSW slider not changing value with...
tree
|
commitdiff
2012-01-10
Vadim Zeitlin
Fix wxFrame::AttachMenuBar() compilation under Windows CE.
tree
|
commitdiff
2012-01-10
Vadim Zeitlin
Add missing wxUSE_TOOLTIPS and wxUSE_UXTHEME checks...
tree
|
commitdiff
2012-01-07
Vadim Zeitlin
Add support for wxLIST_AUTOSIZE_USEHEADER to InsertColu...
tree
|
commitdiff
2012-01-07
Vadim Zeitlin
Implement best size calculation for report mode wxListCtrl.
tree
|
commitdiff
2012-01-07
Vadim Zeitlin
Add wxListCtrlBase common base class for port-specific...
tree
|
commitdiff
2012-01-07
Vadim Zeitlin
Set Z-position correctly for wxEVT_JOY_ZMOVE events.
tree
|
commitdiff
2012-01-07
Vadim Zeitlin
Joystick messages coordinates are unsigned, treat them...
tree
|
commitdiff
2012-01-05
Vadim Zeitlin
Don't fill wxListEvent::m_item when using virtual list...
tree
|
commitdiff
2011-12-28
Vadim Zeitlin
Restore wxEVT_MENU_CLOSE generation under Windows 95...
tree
|
commitdiff
2011-12-28
Vadim Zeitlin
Compilation fix for VC6 after r70151.
tree
|
commitdiff
2011-12-28
Vadim Zeitlin
Add standard art providers at the bottom of the art...
tree
|
commitdiff
2011-12-28
Vadim Zeitlin
Complete wxEVT_MENU_{OPEN,CLOSE} implementation in...
tree
|
commitdiff
2011-12-27
Vadim Zeitlin
Compilation fix for PCH-less build after r70122.
tree
|
commitdiff
2011-12-27
Vadim Zeitlin
Fix the size of the font returned by wxTextCtrl::GetSty...
tree
|
commitdiff
2011-12-22
Steve Lamerton
Use OLE helper macros in wxWebView to reduce the amount...
tree
|
commitdiff
2011-12-22
Steve Lamerton
Mark various OLE helper functions as DLL exported so...
tree
|
commitdiff
2011-12-19
Dimitri Schoolwerth
Cleaned up some of the code in wxSlider::DoMoveWindow.
tree
|
commitdiff
2011-12-19
Vadim Zeitlin
Added support for wxEXEC_MAKE_GROUP_LEADER to wxExecute().
tree
|
commitdiff
2011-12-19
Dimitri Schoolwerth
Fixed min and max label values not being swapped when...
tree
|
commitdiff
2011-12-19
Dimitri Schoolwerth
Removed useless if statement in slider code.
tree
|
commitdiff
2011-12-19
Dimitri Schoolwerth
Don't move the slider's value label if it's not being...
tree
|
commitdiff
2011-12-18
Steve Lamerton
Ensure wxWebViewIE::SetPage clears the existing content...
tree
|
commitdiff
2011-12-17
Vadim Zeitlin
Make wxPalette ctor and Create() const-correct in wxMSW.
tree
|
commitdiff
2011-12-17
Vadim Zeitlin
Define wxBitmapComboBox::Insert(void* clientData) overl...
tree
|
commitdiff
2011-12-17
Vadim Zeitlin
Don't activate MSW dialogs when setting their initial...
tree
|
commitdiff
2011-12-16
Vadim Zeitlin
Keep the item being updated selected in wxMSW wxChoice...
tree
|
commitdiff
2011-12-16
Vadim Zeitlin
Corrected test for region validity in wxMSW wxRegion...
tree
|
commitdiff
2011-12-16
Vadim Zeitlin
Make multiline checkboxes wider in wxMSW to avoid word...
tree
|
commitdiff
2011-12-11
Vadim Zeitlin
Ensure that Enter key presses are never stolen from...
tree
|
commitdiff
2011-12-08
Vadim Zeitlin
Add wxEXEC_HIDE_CONSOLE flag allowing to unconditionall...
tree
|
commitdiff
2011-12-07
Vadim Zeitlin
Fix the size of the buffer when using wxIPC::Execute...
tree
|
commitdiff
2011-12-07
Vadim Zeitlin
Remove vertical wxTextCtrl adjustment hacks for wxMSW...
tree
|
commitdiff
next