projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
renamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW() to avoid conflicts with
[wxWidgets.git]
/
src
/
msw
/
2005-09-14
Dimitri Schoolwerth
reverted last changes which were false alarm
tree
|
commitdiff
2005-09-13
Włodzimierz Skiba
Warning fix.
tree
|
commitdiff
2005-09-13
Włodzimierz Skiba
Missing includes.
tree
|
commitdiff
2005-09-13
Dimitri Schoolwerth
fixed uninitialized variable (depending on wxChoice...
tree
|
commitdiff
2005-09-12
Vadim Zeitlin
VC++ /Wp64 warning fixes
tree
|
commitdiff
2005-09-11
Kevin Hock
Send mouse leave events in HandleMouseMove if HAVE_TRAC...
tree
|
commitdiff
2005-09-11
Julian Smart
Applied [ 1283696 ] wxDC::GetPartialTextExtents crashes...
tree
|
commitdiff
2005-09-11
Julian Smart
Applied patch [ 1263950 ] wxConnection fixes for Unicode
tree
|
commitdiff
2005-09-11
Vadim Zeitlin
wxMediaCtrl patch from Ryan:
tree
|
commitdiff
2005-09-09
Julian Smart
Applied patch [ 1232933 ] [WinCE] wxDateTime incorrect...
tree
|
commitdiff
2005-09-09
Julian Smart
Moved definition
tree
|
commitdiff
2005-09-09
Julian Smart
WinCE fixes
tree
|
commitdiff
2005-09-09
Julian Smart
Restored missing SS_SUNKEN for WinCE
tree
|
commitdiff
2005-09-03
Vadim Zeitlin
fix showing keyboard cues under Win2k/XP
tree
|
commitdiff
2005-09-02
Vadim Zeitlin
ignore hidden buttons when emulating clicks on them
tree
|
commitdiff
2005-08-31
Stefan Neis
Replaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict...
tree
|
commitdiff
2005-08-30
Vadim Zeitlin
return a more useful value from wxJoystick::GetProductN...
tree
|
commitdiff
2005-08-30
Vadim Zeitlin
generate mouse events for all static controls, not...
tree
|
commitdiff
2005-08-30
Vadim Zeitlin
fix for status bar positioning: account for wx client...
tree
|
commitdiff
2005-08-28
Vadim Zeitlin
fixed status bar positioning to work both with and...
tree
|
commitdiff
2005-08-28
Vadim Zeitlin
added IsSizeDeferred() (part of patch 1199639)
tree
|
commitdiff
2005-08-28
Vadim Zeitlin
corrected #ifdefs testing wxUSE_UNICODE_MSLU
tree
|
commitdiff
2005-08-25
Vadim Zeitlin
pressing enter now activates the default button even...
tree
|
commitdiff
2005-08-25
Vadim Zeitlin
only give error about missing richedit.dll once (the...
tree
|
commitdiff
2005-08-25
Włodzimierz Skiba
[ 1273159 ] logical vs. bitwise operators, part 2
tree
|
commitdiff
2005-08-19
Vadim Zeitlin
check whether unicows.dll works correctly instead of...
tree
|
commitdiff
2005-08-19
Vadim Zeitlin
check for unicows.dll on program starup when wxUSE_UNIC...
tree
|
commitdiff
2005-08-17
Vadim Zeitlin
made wxChoice and wxComboBox::GetSelection() return...
tree
|
commitdiff
2005-08-16
Włodzimierz Skiba
Reuse functionality of wxGetStockLabel().
tree
|
commitdiff
2005-08-15
Vadim Zeitlin
compilation fix for wxUSE_STL=1 and mingw
tree
|
commitdiff
2005-08-12
Michael Wetherell
Translate '&Help' to '&' for italian Windows only
tree
|
commitdiff
2005-08-11
Vadim Zeitlin
force update of MDI client window size after the MDI...
tree
|
commitdiff
2005-08-11
Vadim Zeitlin
added wxSIZE_FORCE flag for SetSize()
tree
|
commitdiff
2005-08-06
Vadim Zeitlin
fix wxGetMessageName() in Unicode build (patch 1250662)
tree
|
commitdiff
2005-08-06
Vadim Zeitlin
set best fitting size for the toolbar in Realize()
tree
|
commitdiff
2005-08-06
Vadim Zeitlin
initialize backing store bitmap in Create(), notebook...
tree
|
commitdiff
2005-08-05
Vadim Zeitlin
added explicit wx/dynlib.h include
tree
|
commitdiff
2005-08-05
Vadim Zeitlin
missing dllexport declaration added
tree
|
commitdiff
2005-08-05
Vadim Zeitlin
corrected logic in wxQTMediaEvtHandler::OnEraseBackgrou...
tree
|
commitdiff
2005-08-05
Vadim Zeitlin
use wxDynamicLibrary::GetSymbolAorW() instead of the...
tree
|
commitdiff
2005-08-05
Vadim Zeitlin
1. extracted code common to all backends in wxMediaBack...
tree
|
commitdiff
2005-08-05
Vadim Zeitlin
fixed horrible hack with passing pointers of wrong...
tree
|
commitdiff
2005-08-05
Vadim Zeitlin
removed unused OnPaint() handlers
tree
|
commitdiff
2005-08-05
Vadim Zeitlin
don't remember size passed to SetSize() as pending...
tree
|
commitdiff
2005-08-04
Vadim Zeitlin
corrected HAVE_NMLVFINDITEM tests, eliminated HAVE_NM_F...
tree
|
commitdiff
2005-08-04
Vadim Zeitlin
removed more remains of wxUSE_PENWINDOWS
tree
|
commitdiff
2005-08-04
Vadim Zeitlin
removed wxUSE_PENWINDOWS (and its misspellings), it...
tree
|
commitdiff
2005-08-03
Vadim Zeitlin
don't give error message if we failed to get the stack...
tree
|
commitdiff
2005-07-31
Vadim Zeitlin
account for client area origin when returning pending...
tree
|
commitdiff
2005-07-30
Mattia Barbon
Remove unused headers.
tree
|
commitdiff
2005-07-30
Vadim Zeitlin
return pending position/size if any, not the current one
tree
|
commitdiff
2005-07-30
Vadim Zeitlin
replaced wxMoveWindowDeferred() with wxWindow::DoMoveSi...
tree
|
commitdiff
2005-07-29
Vadim Zeitlin
take border into account in best size calculations
tree
|
commitdiff
2005-07-29
Vadim Zeitlin
decreased text limit which we consider to be set by...
tree
|
commitdiff
2005-07-29
Włodzimierz Skiba
OW/Borland/MinGW warnings. Missing headers.
tree
|
commitdiff
2005-07-29
Chris Elliott
wxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271
tree
|
commitdiff
2005-07-29
Vadim Zeitlin
refactoring in preparation for further changes: moved...
tree
|
commitdiff
2005-07-29
Chris Elliott
fix for VC (also ok with Borland and DMC)
tree
|
commitdiff
2005-07-29
Vadim Zeitlin
renamed GlobalPtr to GlobalPtrLock
tree
|
commitdiff
2005-07-28
Vadim Zeitlin
many improvements/bug fixes to media control: new wxEVT...
tree
|
commitdiff
2005-07-28
Vadim Zeitlin
don't reserve space in the header for the column image...
tree
|
commitdiff
2005-07-28
Vadim Zeitlin
don't include shlwapi.h as it might be not available...
tree
|
commitdiff
2005-07-28
Vadim Zeitlin
don't log error if connection has been already terminat...
tree
|
commitdiff
2005-07-24
Vadim Zeitlin
corrected misleading comment about DllGetVersion()
tree
|
commitdiff
2005-07-22
Michael Wetherell
Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesc...
tree
|
commitdiff
2005-07-22
Włodzimierz Skiba
[1231183] 'cleanup: mismatched indentation' and other...
tree
|
commitdiff
2005-07-21
Vadim Zeitlin
position of wxEVT_MOUSEWHEEL events is now in client...
tree
|
commitdiff
2005-07-20
Vadim Zeitlin
check the validity of wxString pointer itself too
tree
|
commitdiff
2005-07-20
Vadim Zeitlin
check that wxString is valid before dumping it
tree
|
commitdiff
2005-07-20
Vadim Zeitlin
fixed assert when dumping a string which is locked...
tree
|
commitdiff
2005-07-18
Kevin Hock
QueryValue should use Open(Read) rather than Open ...
tree
|
commitdiff
2005-07-18
Włodzimierz Skiba
Missing wxUSE_* markup.
tree
|
commitdiff
2005-07-18
Julian Smart
Patch from Andre Reitz to correct a couple of bugs
tree
|
commitdiff
2005-07-18
Włodzimierz Skiba
Code simplification and warning fixes.
tree
|
commitdiff
2005-07-18
Włodzimierz Skiba
wxMSWUniv build fix.
tree
|
commitdiff
2005-07-16
Vadim Zeitlin
fixed handling of the accelerators of menu items added...
tree
|
commitdiff
2005-07-15
Vadim Zeitlin
check whether there is a critical window and don't...
tree
|
commitdiff
2005-07-15
Vadim Zeitlin
added SetCriticalWindow() and AllowProcessing(): this...
tree
|
commitdiff
2005-07-15
Włodzimierz Skiba
Missing header after recent changes.
tree
|
commitdiff
2005-07-14
Vadim Zeitlin
moved Esc processing from wxWindow to wxDialog where...
tree
|
commitdiff
2005-07-09
Vadim Zeitlin
made wxTLW::GetSize() return the size of the maximized...
tree
|
commitdiff
2005-07-08
Vadim Zeitlin
made IsMaximized() return true if frame had been maximi...
tree
|
commitdiff
2005-07-06
Vadim Zeitlin
use private window class for dialup manager hidden...
tree
|
commitdiff
2005-07-06
Vadim Zeitlin
don't generate ACTIVATE events for Alt-Space key press
tree
|
commitdiff
2005-07-04
Chris Elliott
fix SF Bug 1232271
tree
|
commitdiff
2005-07-02
Vadim Zeitlin
fixed DoSetClientSize() to use ::MoveWindow() instead...
tree
|
commitdiff
2005-07-01
Vadim Zeitlin
really fixed wrong argument to wxString::Format()
tree
|
commitdiff
2005-07-01
Vadim Zeitlin
fixed wrong argument to wxString::Format(); include...
tree
|
commitdiff
2005-07-01
Włodzimierz Skiba
Helpers in disabling warnings for unused params.
tree
|
commitdiff
2005-07-01
Włodzimierz Skiba
eVC3 build fix.
tree
|
commitdiff
2005-06-30
Włodzimierz Skiba
Helpers in disabling warnings for unused params.
tree
|
commitdiff
2005-06-29
Vadim Zeitlin
use a constant instead of hardcoded value
tree
|
commitdiff
2005-06-24
Włodzimierz Skiba
Preserve logging state during QT plugin initialization.
tree
|
commitdiff
2005-06-24
Vadim Zeitlin
fixed appending menu items for a (popup) menu with...
tree
|
commitdiff
2005-06-23
Włodzimierz Skiba
Avoid logging when QT plugin is unused but fails (from...
tree
|
commitdiff
2005-06-21
Mattia Barbon
Implemented loading 256-color bitmaps.
tree
|
commitdiff
2005-06-21
Julian Smart
Applied [ 1213375 ] MSW wxMediaCtrl minor debugging...
tree
|
commitdiff
2005-06-21
Julian Smart
Applied [ 1223122 ] [wxMSW] Proper repainting when...
tree
|
commitdiff
2005-06-21
Václav Slavík
rolled back exceptions handling patch, it relied on...
tree
|
commitdiff
2005-06-20
Julian Smart
Reverted patch which appears to be responsible for...
tree
|
commitdiff
next