projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
unused variable, more efficient increment operator
[wxWidgets.git]
/
src
/
msw
/
2007-06-26
Vadim Zeitlin
remove .cvsignore files, they're useless with svn
tree
|
commitdiff
2007-06-21
Vadim Zeitlin
fix STL build (don't rely on implicit wxString to char...
tree
|
commitdiff
2007-06-21
Vadim Zeitlin
fixed compilation in Unicode build (it was silently...
tree
|
commitdiff
2007-06-21
Vadim Zeitlin
fix compilation in ANSI STL build
tree
|
commitdiff
2007-06-21
Vadim Zeitlin
blind fix for wxUSE_WXDIB==0 compilation (replaces...
tree
|
commitdiff
2007-06-20
Václav Slavík
more changes to make wx compile without implicit wxStri...
tree
|
commitdiff
2007-06-20
Václav Slavík
use wxString in wxRegKey methods; make it compile witho...
tree
|
commitdiff
2007-06-19
Václav Slavík
make wxSetEnv compatible with ANSI and Unicode, depreca...
tree
|
commitdiff
2007-06-19
Václav Slavík
return wxString from wxDynamicLibrary::GetDllExt()
tree
|
commitdiff
2007-06-17
Vadim Zeitlin
correct setting of pSymbol->SizeOfStruct (patch 1737789)
tree
|
commitdiff
2007-06-11
Václav Slavík
compilation fixes for PCH-less build
tree
|
commitdiff
2007-06-11
Václav Slavík
use wx/crt.h as the 'official' header for wxCRT wrapper...
tree
|
commitdiff
2007-06-10
Václav Slavík
don't use implicit wxString->char*/wchar_t* conversion...
tree
|
commitdiff
2007-06-10
Václav Slavík
1. made CRT wrappers definitions indepenent of wxUSE_UN...
tree
|
commitdiff
2007-06-09
Vadim Zeitlin
fix custom draw bug for controls with only one column...
tree
|
commitdiff
2007-06-09
Vadim Zeitlin
fix SetProcessAffinityMask() prototype (was missing...
tree
|
commitdiff
2007-06-09
Vadim Zeitlin
cancel dragging if Esc is pressed (patch 1733657)
tree
|
commitdiff
2007-06-02
Vadim Zeitlin
enable non-top tabs workaround for Vista too (replaces...
tree
|
commitdiff
2007-06-02
Vadim Zeitlin
added msw.font.no-proof-quality system option as it...
tree
|
commitdiff
2007-05-30
Václav Slavík
use wxString, not wxChar*, in wxDataFormat ctor and...
tree
|
commitdiff
2007-05-29
Julian Smart
Give the correct colour for notebook pages under Vista...
tree
|
commitdiff
2007-05-25
Julian Smart
Fix for previous patch
tree
|
commitdiff
2007-05-25
Julian Smart
Made toolbar background rebar-like on Vista. Solid...
tree
|
commitdiff
2007-05-25
Vadim Zeitlin
added wxMSW-specific wxEntryStart() overload taking...
tree
|
commitdiff
2007-05-24
Vadim Zeitlin
1. Derive wxMessageDialogBase from wxDialog (why did...
tree
|
commitdiff
2007-05-23
Vadim Zeitlin
don't crash in dtor if the dialog had never been shown...
tree
|
commitdiff
2007-05-22
Vadim Zeitlin
don't define wxEventLoop class differently in GUI and...
tree
|
commitdiff
2007-05-18
Vadim Zeitlin
added virtual wxFrame::FindItemInMenuBar(): overriding...
tree
|
commitdiff
2007-05-18
Vadim Zeitlin
don't give debug messages about WM_MDISETMENU failure...
tree
|
commitdiff
2007-05-18
Vadim Zeitlin
don't dereference NULL parent in wxMDIChildFrame dtor...
tree
|
commitdiff
2007-05-18
Vadim Zeitlin
do use the font in DoGetTextExtent()
tree
|
commitdiff
2007-05-18
Vadim Zeitlin
compilation fix after wxString changes
tree
|
commitdiff
2007-05-18
Vadim Zeitlin
override DoGetTextExtent instead of redefining GetTextE...
tree
|
commitdiff
2007-05-18
Vadim Zeitlin
undid unnecessary renaming of src/msw/evtloop.cpp to...
tree
|
commitdiff
2007-05-17
Robert Roebling
Correct landscape printing in wxPageSetupDialog
tree
|
commitdiff
2007-05-16
Robert Roebling
Compilation without threads.
tree
|
commitdiff
2007-05-14
Vadim Zeitlin
implement event loop for console applications (heavily...
tree
|
commitdiff
2007-05-12
Vadim Zeitlin
getting text colour using the themes API doesn't seem...
tree
|
commitdiff
2007-05-11
Vadim Zeitlin
added support for drop down toolbar buttons (patch...
tree
|
commitdiff
2007-05-11
Vadim Zeitlin
fix wxComboCtrl colours under Windows Vista (patch...
tree
|
commitdiff
2007-05-11
Vadim Zeitlin
translate the 'About' string (patch 1717088)
tree
|
commitdiff
2007-05-11
Vadim Zeitlin
use LRESULT instead of LONG in MSWOnDraw() to fix it...
tree
|
commitdiff
2007-05-11
Vadim Zeitlin
don't try to update TLW default button in WM_SET/KILLFO...
tree
|
commitdiff
2007-05-10
Vadim Zeitlin
added wxListCtrl::SetItemPtrData()
tree
|
commitdiff
2007-05-10
Vadim Zeitlin
replaced more int/longs with wxCoord
tree
|
commitdiff
2007-05-09
Vadim Zeitlin
use wxCopyRectToRECT instead of duplicating it
tree
|
commitdiff
2007-05-05
Paul Cornett
build fix for wxUSE_DRAGIMAGE==0
tree
|
commitdiff
2007-05-05
Paul Cornett
build fix
tree
|
commitdiff
2007-05-05
Robert Roebling
Apply [ 1713345 ] combobox: cmd accelerators shouldn...
tree
|
commitdiff
2007-05-02
Robert Roebling
Moved all the coordinate system calculation to wxDCBase
tree
|
commitdiff
2007-05-01
Robert Roebling
Made device to logical and vv conversion methods
tree
|
commitdiff
2007-04-27
Václav Slavík
PCH-less compilation fixes
tree
|
commitdiff
2007-04-26
Vadim Zeitlin
use wxCopyRectToRECT() instead of duplicating its code...
tree
|
commitdiff
2007-04-25
Vadim Zeitlin
changed wxDC::GetTextExtent() and related methods to...
tree
|
commitdiff
2007-04-23
Vadim Zeitlin
fix bug introduced in wxFontRefData::SetNativeFontInfo...
tree
|
commitdiff
2007-04-23
Vadim Zeitlin
fix SelectItem() for single selection case which was...
tree
|
commitdiff
2007-04-21
Vadim Zeitlin
don't let def window proc start another drag operation...
tree
|
commitdiff
2007-04-21
Vadim Zeitlin
removed extraneous semicolons
tree
|
commitdiff
2007-04-20
Vadim Zeitlin
preparation for allowing to use wxTimer in wxBase ...
tree
|
commitdiff
2007-04-17
Vadim Zeitlin
compilation fix for PCH-less compilation after last...
tree
|
commitdiff
2007-04-16
Vadim Zeitlin
more native look for wxCheckListBox (especially under...
tree
|
commitdiff
2007-04-16
Vadim Zeitlin
added new wxCONTROL_FLAT bit (see discussion of patch...
tree
|
commitdiff
2007-04-16
Vadim Zeitlin
use wxRenderer::DrawCheckBox() instead of doing it...
tree
|
commitdiff
2007-04-16
Vadim Zeitlin
implement DrawCheckBox() in class Win32 renderer (modif...
tree
|
commitdiff
2007-04-14
Václav Slavík
removed extra semicolons (patch #1700459; fixes compila...
tree
|
commitdiff
2007-04-13
Vadim Zeitlin
implement support for right-aligned/centered items...
tree
|
commitdiff
2007-04-11
Stefan Csomor
compile guard
tree
|
commitdiff
2007-04-11
Vadim Zeitlin
don't use obsolete functions (mostly copystring() and...
tree
|
commitdiff
2007-04-10
Vadim Zeitlin
send selection events when Ctrl-clicking an item repeea...
tree
|
commitdiff
2007-04-10
Vadim Zeitlin
Big wxGL classes refactoring/cleanup:
tree
|
commitdiff
2007-04-09
Mattia Barbon
Replace direct calls to ProcessEvent() with
tree
|
commitdiff
2007-04-09
Vadim Zeitlin
compilation fix after last change
tree
|
commitdiff
2007-04-08
Vadim Zeitlin
Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
tree
|
commitdiff
2007-04-07
Vadim Zeitlin
use wxIconBundle::GetIconOfExactSize() instead of dupli...
tree
|
commitdiff
2007-04-07
Vadim Zeitlin
made wxTLW::SetIcon() non-virtual, it was already imple...
tree
|
commitdiff
2007-04-06
Robin Dunn
More patches from FM to clean up after moving contribs...
tree
|
commitdiff
2007-04-05
Václav Slavík
provide both const char* and const wchar_t* implicit...
tree
|
commitdiff
2007-04-05
Vadim Zeitlin
construct wxBasicString directly from wxString instead...
tree
|
commitdiff
2007-04-04
Vadim Zeitlin
compilation fix for Unicode build: remove ambiguity...
tree
|
commitdiff
2007-04-04
Vadim Zeitlin
don't call OnMouseEnter(-1) twice when the mouse leaves...
tree
|
commitdiff
2007-04-03
Vadim Zeitlin
Undid last commit and restored bool argument to wxFrame...
tree
|
commitdiff
2007-04-03
Vadim Zeitlin
removed second parameter of wxFrame::DoGiveHelp(),...
tree
|
commitdiff
2007-04-01
Vadim Zeitlin
implement GetBestSize() (patch 1386199)
tree
|
commitdiff
2007-04-01
Vadim Zeitlin
added support for ellipsization and markup in wxStaticT...
tree
|
commitdiff
2007-04-01
Vadim Zeitlin
added a generic mechanism for registering global handle...
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
1. Moved m_usePrimary to wxClipboardBase as it's now...
tree
|
commitdiff
2007-03-30
Vadim Zeitlin
don't crash when attempting to select hidden tree root...
tree
|
commitdiff
2007-03-29
Vadim Zeitlin
fix compilation with wxUSE_EXTENDED_RTTI && !WXWIN_COMP...
tree
|
commitdiff
2007-03-27
Julian Smart
Need an extra pixel when divider present
tree
|
commitdiff
2007-03-26
Robin Dunn
Forward port of my recent changes in the 2.8 branch:
tree
|
commitdiff
2007-03-26
Vadim Zeitlin
assert if AddRoot() is called twice for a wxTR_HIDE_ROO...
tree
|
commitdiff
2007-03-25
Vadim Zeitlin
don't check whether the window is shown and enabled...
tree
|
commitdiff
2007-03-23
Vadim Zeitlin
don't use TPM_RECURSE under NT4, it results in TrackPop...
tree
|
commitdiff
2007-03-23
Vadim Zeitlin
make IsEnabled() return false even if the window parent...
tree
|
commitdiff
2007-03-22
Vadim Zeitlin
correct the checked flag in the event generated by...
tree
|
commitdiff
2007-03-22
Vadim Zeitlin
don't lose the combobox text when it's opened and close...
tree
|
commitdiff
2007-03-22
Vadim Zeitlin
use correct background colour for the box label when...
tree
|
commitdiff
2007-03-22
Vadim Zeitlin
call GetTextExtent() after selecting the correct font...
tree
|
commitdiff
2007-03-21
Vadim Zeitlin
use wxIsEmpty() instead of deprecated IsEmpty()
tree
|
commitdiff
2007-03-20
Vadim Zeitlin
removed unnecessary WXDLLIMPEXP_CORE from private class...
tree
|
commitdiff
next