projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Length --> length
[wxWidgets.git]
/
src
/
msw
/
2006-03-23
Vadim Zeitlin
replaced all int/size_t indices in wxControlWithItems...
tree
|
commitdiff
2006-03-23
Vadim Zeitlin
fixed last commit which accidentally included parts...
tree
|
commitdiff
2006-03-23
Julian Smart
Added missing declarations required for e.g. VC++ 6
tree
|
commitdiff
2006-03-23
Vadim Zeitlin
Minor fixes after last commit:
tree
|
commitdiff
2006-03-23
Julian Smart
Added an optimization that fixes a recursive paint...
tree
|
commitdiff
2006-03-23
Włodzimierz Skiba
Centering maximized wxTLWs on screen should do nothing.
tree
|
commitdiff
2006-03-23
Włodzimierz Skiba
Warning fix.
tree
|
commitdiff
2006-03-23
Vadim Zeitlin
removed unneeded (and provoking warnings in DLL build...
tree
|
commitdiff
2006-03-21
Vadim Zeitlin
added semicolons after wxCHECK()s (part of patch 1450705)
tree
|
commitdiff
2006-03-20
Vadim Zeitlin
provide stubs for conversion to/from image functions...
tree
|
commitdiff
2006-03-20
Vadim Zeitlin
removed hard tabs
tree
|
commitdiff
2006-03-17
Vadim Zeitlin
use correct string in wxEVT_COMMAND_COMBOBOX_SELECTED...
tree
|
commitdiff
2006-03-16
Vadim Zeitlin
added wxDisplay::GetClientArea() (currently implemented...
tree
|
commitdiff
2006-03-16
Włodzimierz Skiba
wxDisplay build fix for missing Direct Draw.
tree
|
commitdiff
2006-03-16
Julian Smart
Mobile 5 Smartphone fixes
tree
|
commitdiff
2006-03-16
Włodzimierz Skiba
forward port from 2.6 - eVC3 fix.
tree
|
commitdiff
2006-03-16
Vadim Zeitlin
wxDisplay cleanup/rewrite:
tree
|
commitdiff
2006-03-15
Vadim Zeitlin
use wxDynamicLibrary::GetSymbolAorW() instead of duplic...
tree
|
commitdiff
2006-03-15
Julian Smart
Fix for WinCE
tree
|
commitdiff
2006-03-15
Włodzimierz Skiba
wxTinderbox warning fix.
tree
|
commitdiff
2006-03-15
Julian Smart
Fix for command bar not painting in Windows Mobile 5
tree
|
commitdiff
2006-03-15
Julian Smart
Add menus even if we have no menubar HMENU (Windows...
tree
|
commitdiff
2006-03-15
Julian Smart
Corrected wrong include
tree
|
commitdiff
2006-03-15
Julian Smart
Fix compile problem with VS 2005
tree
|
commitdiff
2006-03-14
Włodzimierz Skiba
Line-up interfaces to use size_t for GetCount()s (and...
tree
|
commitdiff
2006-03-14
Włodzimierz Skiba
wxComboBox with SmartphoneCE has different members...
tree
|
commitdiff
2006-03-13
Włodzimierz Skiba
Warning fixes.
tree
|
commitdiff
2006-03-12
Vadim Zeitlin
fixed event generation for wxComboBox to be consistent...
tree
|
commitdiff
2006-03-12
Vadim Zeitlin
fixed event generation for wxChoice: it now sends one...
tree
|
commitdiff
2006-03-12
Vadim Zeitlin
don't send EVT_CHOICE events while the dropdown is...
tree
|
commitdiff
2006-03-12
Włodzimierz Skiba
Line-up interfaces to use size_t for GetCount()s (and...
tree
|
commitdiff
2006-03-12
Vadim Zeitlin
don't require multimon.h any more now (patch 1446030...
tree
|
commitdiff
2006-03-12
Włodzimierz Skiba
wxTinderbox build fix (!PCH support).
tree
|
commitdiff
2006-03-12
Vadim Zeitlin
more accurate best size calculation logic (use the...
tree
|
commitdiff
2006-03-11
Włodzimierz Skiba
WXUNUSED is our coding standard.
tree
|
commitdiff
2006-03-11
Julian Smart
Applied patch [ 1443707 ] kill "cast truncates constant...
tree
|
commitdiff
2006-03-11
Julian Smart
Applied [ 1425529 ] Tooltip was not removed on deletion
tree
|
commitdiff
2006-03-11
Julian Smart
Applied patch [ 1447184 ] Elimination of a warning...
tree
|
commitdiff
2006-03-10
Robin Dunn
Applied Patch #1424869: Implement wxListCtrl::SetItemCo...
tree
|
commitdiff
2006-03-10
Włodzimierz Skiba
Warning fix.
tree
|
commitdiff
2006-03-09
Włodzimierz Skiba
FontEnum fix: use NULL for global enumeration.
tree
|
commitdiff
2006-03-09
Vadim Zeitlin
call SetWindowPos(SWP_FRAMECHANGED) after changing...
tree
|
commitdiff
2006-03-09
Vadim Zeitlin
define UDM_{SETRANGE|SETPOS|GETPOS}32 if we don't have...
tree
|
commitdiff
2006-03-09
Vadim Zeitlin
don't clear clipboard if it was changed by another...
tree
|
commitdiff
2006-03-09
Vadim Zeitlin
fix gcc4 warning for wndproc casts (patch 1431939)
tree
|
commitdiff
2006-03-09
Vadim Zeitlin
added wxListBox::HitTest() from Ryan (patch 1446207)
tree
|
commitdiff
2006-03-09
Vadim Zeitlin
don't check that the cursor is over the window calling...
tree
|
commitdiff
2006-03-08
Vadim Zeitlin
don't draw focus rect for custom drawn items when the...
tree
|
commitdiff
2006-03-08
Vadim Zeitlin
generate wxEVT_COMMAND_TEXT_ENTER for multiline control...
tree
|
commitdiff
2006-03-07
Włodzimierz Skiba
Removed unused and outdated Watcom build files.
tree
|
commitdiff
2006-03-07
Włodzimierz Skiba
Borland build fix.
tree
|
commitdiff
2006-03-05
Vadim Zeitlin
fix to last custom draw fix: only leave space for the...
tree
|
commitdiff
2006-03-05
Vadim Zeitlin
another custom draw fix: leave space for the image...
tree
|
commitdiff
2006-03-05
Vadim Zeitlin
don't trust CDIS_FOCUS flag vale in custom drawing...
tree
|
commitdiff
2006-03-04
Julian Smart
If context menu not handled, treat as left click instead.
tree
|
commitdiff
2006-03-03
Vadim Zeitlin
move the code freeing temporary argv array to wxEntry...
tree
|
commitdiff
2006-03-02
Julian Smart
Application clipping region can be set to null without...
tree
|
commitdiff
2006-02-28
Julian Smart
Added context menu support under PocketPC
tree
|
commitdiff
2006-02-26
Włodzimierz Skiba
Correct wxCheckListBox insertion.
tree
|
commitdiff
2006-02-25
Włodzimierz Skiba
Revitalise SIP support in all toplevel wince windows.
tree
|
commitdiff
2006-02-25
Jamie Gadd
Fixes for WinCE build caused by my last commit.
tree
|
commitdiff
2006-02-25
Vadim Zeitlin
cleaned up and disabled by default the toolbar buttons...
tree
|
commitdiff
2006-02-25
Vadim Zeitlin
DT_WORD_ELLIPSIS is not defined under CE
tree
|
commitdiff
2006-02-24
Julian Smart
Fixed interpretation of selection and added selection...
tree
|
commitdiff
2006-02-24
Jamie Gadd
Make wx{List,Tree}Ctrl resize their standard font if...
tree
|
commitdiff
2006-02-23
Jamie Gadd
Fix bug where labels were multicoloured if their length...
tree
|
commitdiff
2006-02-22
Václav Slavík
skip the paint event instead of calling wxControl versi...
tree
|
commitdiff
2006-02-22
Kevin Hock
Rearrange and simplify read and error checks, and remov...
tree
|
commitdiff
2006-02-18
Vadim Zeitlin
gcc initializer order fix warning (patch 1432835)
tree
|
commitdiff
2006-02-17
Vadim Zeitlin
compilation fix for old SDK headers (such as shipped...
tree
|
commitdiff
2006-02-16
Robin Dunn
Fix for Bug #1432054: ToolBar controls not removed...
tree
|
commitdiff
2006-02-15
Vadim Zeitlin
return non-numpad key codes from wxCharCodeMSWToWX...
tree
|
commitdiff
2006-02-14
Vadim Zeitlin
modified custom draw code to fully draw the items using...
tree
|
commitdiff
2006-02-13
Vadim Zeitlin
use C cast instead of reinterpret_cast which doesn...
tree
|
commitdiff
2006-02-12
Włodzimierz Skiba
wxWinCE warning fix.
tree
|
commitdiff
2006-02-12
Vadim Zeitlin
removed extra semicolons added by previous patch (patch...
tree
|
commitdiff
2006-02-12
Michael Wetherell
Warning fixes for VC5 (Igor Korot)
tree
|
commitdiff
2006-02-12
Michael Wetherell
Some compilers don't define SIZE_T (e.g. dmc) so use...
tree
|
commitdiff
2006-02-12
Jamie Gadd
Replace deprecated wxNB_* flags with wxBK_* used in...
tree
|
commitdiff
2006-02-12
Vadim Zeitlin
added linear and concentric gradient fill functions...
tree
|
commitdiff
2006-02-11
Kevin Hock
Respect the REUSEADDR flag to allow rebinding; bind...
tree
|
commitdiff
2006-02-11
Vadim Zeitlin
use wxDiskspaceSize_t which is long and not wxLongLong...
tree
|
commitdiff
2006-02-11
Julian Smart
Applied patch [ 1412216 ] non-themed fallback support...
tree
|
commitdiff
2006-02-11
Julian Smart
Applied [ 1394785 ] wxListCtrl::EndEditLabel implementation
tree
|
commitdiff
2006-02-11
Julian Smart
Applied patch [ 1417709 ] wxFSVolume produces error...
tree
|
commitdiff
2006-02-11
Julian Smart
Applied part 2 of [ 1415183 ] a couple of wxAutomation...
tree
|
commitdiff
2006-02-11
David Surovell
fixed wx_media linkage/export problems - from RN patch
tree
|
commitdiff
2006-02-10
Jamie Gadd
Toplevel windows don't have sibling static boxes. Fixes...
tree
|
commitdiff
2006-02-10
Vadim Zeitlin
fixed deprecation warnings; removed #if 0'd code
tree
|
commitdiff
2006-02-10
Vadim Zeitlin
compilation fix for gcc4 (patch 1428840)
tree
|
commitdiff
2006-02-10
Vadim Zeitlin
Ryan's cumulative wxActiveX and media control patch...
tree
|
commitdiff
2006-02-09
Jamie Gadd
Fix drag and drop inside static boxes.
tree
|
commitdiff
2006-02-09
Vadim Zeitlin
don't put the size of the data with the data itself...
tree
|
commitdiff
2006-02-09
Vadim Zeitlin
great copy ctor/assignment operators cleanup by Paul...
tree
|
commitdiff
2006-02-09
Vadim Zeitlin
fixed wxUSE_TABDIALOG/TAB_DIALOG confusion and other...
tree
|
commitdiff
2006-02-08
Vadim Zeitlin
don't lose the alignment flags when setting the column...
tree
|
commitdiff
2006-02-08
Vadim Zeitlin
fix for artefacts when dragging a column divider in...
tree
|
commitdiff
2006-02-08
Vadim Zeitlin
don't update m_iconized in IsIconized(), this can break...
tree
|
commitdiff
2006-02-08
Vadim Zeitlin
make access specifiers for the virtual functions match...
tree
|
commitdiff
2006-02-08
Vadim Zeitlin
removed code refreshing toolbar on every MDI child...
tree
|
commitdiff
next