projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
adding missing y axis flip
[wxWidgets.git]
/
src
/
msw
/
2008-09-11
Vadim Zeitlin
replace the static control in wxMessageDialog with...
tree
|
commitdiff
2008-09-08
Robert Roebling
Test for reentrance into non-recursive wxMutex. If...
tree
|
commitdiff
2008-09-05
Vadim Zeitlin
adjust the labels before centering the dialog as doing...
tree
|
commitdiff
2008-09-05
Vadim Zeitlin
implement support for custom button labels in wxMessage...
tree
|
commitdiff
2008-09-05
Vadim Zeitlin
extract button size calculation from button label size...
tree
|
commitdiff
2008-09-05
Vadim Zeitlin
extract wrapper for SystemParametersInfo(SPI_GETNONCLIE...
tree
|
commitdiff
2008-09-05
Robert Roebling
Made wxMSW wxMutex non-recursive by checking reentrance
tree
|
commitdiff
2008-09-05
Robert Roebling
Add wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated...
tree
|
commitdiff
2008-09-04
Vadim Zeitlin
show the "Window" menu only when we have any MDI childr...
tree
|
commitdiff
2008-09-03
Vadim Zeitlin
copy alpha presence flag when copying bitmaps using...
tree
|
commitdiff
2008-09-03
Vadim Zeitlin
add more wxUSE_XXX checks
tree
|
commitdiff
2008-08-30
Vadim Zeitlin
using ListView_Get[Sub]ItemRect() provokes warnings...
tree
|
commitdiff
2008-08-30
Vadim Zeitlin
avoid unnecessary heap allocation of BITMAPINFO struct
tree
|
commitdiff
2008-08-30
Vadim Zeitlin
fix some (harmless) mingw32 4.3 warnings
tree
|
commitdiff
2008-08-30
Vadim Zeitlin
fix mingw32 4.3 warning about passing literal string...
tree
|
commitdiff
2008-08-21
Vadim Zeitlin
make ellipses drawn by wxDC more consistent with wxGC...
tree
|
commitdiff
2008-08-21
Vadim Zeitlin
don't always create DIBs in wxBitmap(wxImage) ctor
tree
|
commitdiff
2008-08-20
Václav Slavík
fixed scaling of print preview if there's not enough...
tree
|
commitdiff
2008-08-18
Vadim Zeitlin
fix MSVC warning about int->bool conversion introduced...
tree
|
commitdiff
2008-08-18
Vadim Zeitlin
use CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in Create...
tree
|
commitdiff
2008-08-18
Vadim Zeitlin
add comparison operators for UUID class (#9871)
tree
|
commitdiff
2008-08-16
Vadim Zeitlin
fix spurious assert failure in DestroyGripper() which...
tree
|
commitdiff
2008-08-13
Paul Cornett
move notebook event definition to common code
tree
|
commitdiff
2008-08-05
Vadim Zeitlin
mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces...
tree
|
commitdiff
2008-08-05
Vadim Zeitlin
fix bug in Mark() which highlighted the day not only...
tree
|
commitdiff
2008-08-03
Vadim Zeitlin
compilation fix for PCH-less build; also moved some...
tree
|
commitdiff
2008-08-03
Vadim Zeitlin
add BSTR arrays handling in wxConvertOleToVariant(...
tree
|
commitdiff
2008-08-03
Vadim Zeitlin
add support for multiline labels in wxToggleButton
tree
|
commitdiff
2008-08-03
Vadim Zeitlin
added wxSHUTDOWN_LOGOFF flag, don't use EWX_FORCE by...
tree
|
commitdiff
2008-08-02
Vadim Zeitlin
don't use our custom WM_PAINT handler with composited...
tree
|
commitdiff
2008-08-02
Vadim Zeitlin
return true from IsDoubleBuffered() if our TLW parent...
tree
|
commitdiff
2008-08-02
Vadim Zeitlin
add wxGet/Set/HasWindowExStyle() helpers and use them
tree
|
commitdiff
2008-08-02
Vadim Zeitlin
add wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
tree
|
commitdiff
2008-08-02
Vadim Zeitlin
improve best size calculation; notably account for...
tree
|
commitdiff
2008-08-02
Vadim Zeitlin
ensure that one of wxRA_SPECIFY_{COLS,ROWS} is set...
tree
|
commitdiff
2008-08-02
Stefan Csomor
guarding all text methods against unset font
tree
|
commitdiff
2008-08-01
Vadim Zeitlin
removed a cast to WPARAM which was unnecessary and...
tree
|
commitdiff
2008-08-01
Vadim Zeitlin
remove wxSETranslator() entirely from wxUSE_ON_FATAL_EX...
tree
|
commitdiff
2008-08-01
Vadim Zeitlin
use a single wxBookCtrlEvent class for all wxBookCtrlBa...
tree
|
commitdiff
2008-07-29
Vadim Zeitlin
don't use BS_AUTORADIOBUTTON at all, BS_RADIOBUTTON...
tree
|
commitdiff
2008-07-29
Vadim Zeitlin
add PostSizeEvent() and use it in wxMSW status bar...
tree
|
commitdiff
2008-07-29
Vadim Zeitlin
generate a size event from ShowWithEffect() for consist...
tree
|
commitdiff
2008-07-29
Vadim Zeitlin
send the size event in SendSizeEvent() instead of posti...
tree
|
commitdiff
2008-07-29
Vadim Zeitlin
move SendSizeEvent() down to wxWindow from wxFrame...
tree
|
commitdiff
2008-07-18
Vadim Zeitlin
mention compatibility implications of wxExecute() quoti...
tree
|
commitdiff
2008-07-18
Vadim Zeitlin
compilation fix for eVC4: include commctrl.h explicitely
tree
|
commitdiff
2008-07-16
Vadim Zeitlin
allow using SetFont(wxNullFont) to reset the font as...
tree
|
commitdiff
2008-07-16
Stefan Csomor
adding missing include for non-precomp builds, and...
tree
|
commitdiff
2008-07-16
Vadim Zeitlin
_beginthreadex() entry point should really return unsig...
tree
|
commitdiff
2008-07-16
Vadim Zeitlin
check for comctl32.dll version and not OS one as an...
tree
|
commitdiff
2008-07-16
Vadim Zeitlin
use parent background and not ours unless one was expli...
tree
|
commitdiff
2008-07-16
Vadim Zeitlin
clean up wxBitmapButton::Create(); override MSWGetStyle...
tree
|
commitdiff
2008-07-15
Vadim Zeitlin
don't pass pointers to unaligned DWORDs to avoid 64...
tree
|
commitdiff
2008-07-10
Vadim Zeitlin
make wxApp::Yield() exception-safe
tree
|
commitdiff
2008-07-09
Vadim Zeitlin
fix wxUniv/MSW build with wxUSE_MENUS==0 (#9694)
tree
|
commitdiff
2008-07-05
Vadim Zeitlin
remove code for drawing icon of minimized window manual...
tree
|
commitdiff
2008-07-05
Vadim Zeitlin
avoid duplicating wxWindow::HandleCommand() in wxFrame...
tree
|
commitdiff
2008-07-04
Robert Roebling
Use t_str() instead of c_str()
tree
|
commitdiff
2008-07-03
Robert Roebling
Make wxMSW wxBase compile in UTF-8 mode
tree
|
commitdiff
2008-07-03
Vadim Zeitlin
handle FNERR_INVALIDFILENAME which happens if an invali...
tree
|
commitdiff
2008-07-03
Vadim Zeitlin
support disabling items before adding them to the menu...
tree
|
commitdiff
2008-07-01
Vadim Zeitlin
compilation fix for PCH-less build after last commit
tree
|
commitdiff
2008-07-01
Vadim Zeitlin
change not only the focus but also last remembered...
tree
|
commitdiff
2008-07-01
Vadim Zeitlin
quote the arguments containing spaces or quotes correct...
tree
|
commitdiff
2008-06-30
Vadim Zeitlin
fix a hang up in wxExecute(wxArrayString& output) overl...
tree
|
commitdiff
2008-06-30
Vadim Zeitlin
implement wxListCtrl::GetSubItemRect() for generic...
tree
|
commitdiff
2008-06-29
Vadim Zeitlin
compilation fix for ASCII STL build (#9661)
tree
|
commitdiff
2008-06-29
Vadim Zeitlin
support wxListCtrl::GetViewRect() in report view too...
tree
|
commitdiff
2008-06-28
Vadim Zeitlin
don't activate items on Alt-Space or Alt-Enter (#9615)
tree
|
commitdiff
2008-06-28
Vadim Zeitlin
don't call OnData() if OnEnter() rejected the drag...
tree
|
commitdiff
2008-06-24
Vadim Zeitlin
don't use deprecated wxIconizeEvent::Iconized()
tree
|
commitdiff
2008-06-24
Robert Roebling
Next part of tree state icon patches
tree
|
commitdiff
2008-06-22
Vadim Zeitlin
fix problem with label characters starting with -1...
tree
|
commitdiff
2008-06-22
Vadim Zeitlin
allow wxDialog::ShowModal() after Show() (see #1416...
tree
|
commitdiff
2008-06-21
Vadim Zeitlin
initialize wx{Client,Paint,Window}DC with fonts/colours...
tree
|
commitdiff
2008-06-21
Vadim Zeitlin
assert if ShowModal() is called after a previous Show...
tree
|
commitdiff
2008-06-21
Vadim Zeitlin
implement wxWinINetInputStream::GetSize() (#9600)
tree
|
commitdiff
2008-06-20
Robert Roebling
Don't let MSW's wxSpinCtrl emit spin up and down events...
tree
|
commitdiff
2008-06-16
Robert Roebling
#9591: Item state (icons) for wxTreeCtrl on any platform
tree
|
commitdiff
2008-06-16
Václav Slavík
Implemented high-quality preview for wxMSW (this approa...
tree
|
commitdiff
2008-06-15
Václav Slavík
revert part of r54233 that was included by accident
tree
|
commitdiff
2008-06-15
Václav Slavík
if gdiplus.dll cannot be loaded, return NULL from wxGra...
tree
|
commitdiff
2008-06-14
Vadim Zeitlin
recreate the window if FSAA is requested (changeset_r54...
tree
|
commitdiff
2008-06-11
Paul Cornett
move 8 copies of the same function to common code
tree
|
commitdiff
2008-06-08
Vadim Zeitlin
deprecate wxDC::SetClippingRegion(wxRegion) overload...
tree
|
commitdiff
2008-06-08
Vadim Zeitlin
added multisampling (anti-aliasing) support to wxGLCanv...
tree
|
commitdiff
2008-06-07
Vadim Zeitlin
more compilation fixes for VC6 (#9492)
tree
|
commitdiff
2008-06-07
Vadim Zeitlin
compilation fix for PCH-less compilation after the...
tree
|
commitdiff
2008-06-07
Vadim Zeitlin
ensure that dialog gripper is always positioned below...
tree
|
commitdiff
2008-06-07
Vadim Zeitlin
support multiline labels in wxCheckBox (#9495)
tree
|
commitdiff
2008-06-03
Vadim Zeitlin
fix crash when repositioning tools without labels in...
tree
|
commitdiff
2008-06-02
Robin Dunn
Add a SetDoubleBuffered method for wxMSW (XP+)
tree
|
commitdiff
2008-06-01
Vadim Zeitlin
use wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP
tree
|
commitdiff
2008-05-30
Vadim Zeitlin
ensure that GetEditControl() returns something even...
tree
|
commitdiff
2008-05-30
Vadim Zeitlin
no changes, just refactor the code to avoid having...
tree
|
commitdiff
2008-05-29
Vadim Zeitlin
include wx/crt.h needed for wxFprintf() (closes #9509)
tree
|
commitdiff
2008-05-29
Vadim Zeitlin
don't give an error if VT_DATE variant is being release...
tree
|
commitdiff
2008-05-29
Vadim Zeitlin
take wxString in wxCrashReport::SetFileName() to allow...
tree
|
commitdiff
2008-05-29
Paul Cornett
mark long-deprecated ctor as such
tree
|
commitdiff
2008-05-28
Vadim Zeitlin
fix assert in ANSI build in wxConsoleStderr::GetCommand...
tree
|
commitdiff
next