projects
/
wxWidgets.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wxWidgets.git
2005-01-22
Kevin Hock
gtk_range_set_inverted only available on GTK2
commit
|
commitdiff
|
tree
|
snapshot
2005-01-22
Mattia Barbon
Warning fixes.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-22
Mattia Barbon
Fix wxSortedArray::Index() when wxUSE_STL == 1, with...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Robin Dunn
Disable wxDatePickerCtrl if wxPopupWindow is not available
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Włodzimierz...
Headers cleaning.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
added wxStaticBoxSizer ctor creating a new static box
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Robin Dunn
* Some WXWIN_COMPATIBILITY_2_4 changes, as well as...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Robin Dunn
Added setter to wxMoveEvent
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Kevin Hock
Do not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Włodzimierz...
Warning fixes for MinGW.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Włodzimierz...
Warning fixes for MinGW.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Robin Dunn
Patch #1106564, corrects possible 100% CPU load condition.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Włodzimierz...
Warning fixes for MinGW.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
more forward declarations (trying to fix bug 1106829)
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
remove margins in the bitmap button
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
implemented DrawComboBoxDropButton() for classic Win32
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
added DrawComboBoxDropButton()
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
compilation fix when used together with native control
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
added possibility to use generic date control if configured
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
check for error in GetSelection(long *, long *); clean...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
define wxHAS_NATIVE_DATEPICKCTRL in the header file...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
moved code working around combobox selection bug to...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
added wxUSE_DATEPICKCTRL_GENERIC
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
renamed generic version to wxDatePickerCtrlGeneric...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
put datectlg.cpp in ADVANCED_SRC so that it can be...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
added wxUSE_DATEPICKCTRL
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Václav Slavík
compilation fix
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
don't include wx/popupwin.h in the header, use forward...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Włodzimierz...
Forgot to free string after usage.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Włodzimierz...
Start more than minimal TLW support.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Włodzimierz...
Reenable wxPalmOS status bar after recent changes....
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Kevin Hock
Add support for wxSL_INVERSE using gtk_range_set_inverted
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Kevin Hock
wxSL_INVERSE added, noted as being wxGTK only (for...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Kevin Hock
Add wxSL_INVERSE flag
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Kevin Hock
Fixed name strings to match documentation (Expanded...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
switched to using wxPopupWindow
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
define wxDateEvent static stuff here
commit
|
commitdiff
|
tree
|
snapshot
2005-01-21
Vadim Zeitlin
use ResetTime() in Today() instead of dealing with...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Robin Dunn
Fix typos
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
David Elliott
Add support for Metrowerks compilers.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Włodzimierz...
WM_CONTEXTMENU available since WinCE.NET
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Włodzimierz...
Missing define.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
David Elliott
Check for vsnprintf while using namespace std if its...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Vadim Zeitlin
expanded the date picker part to show wxDP_XXX styles
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Vadim Zeitlin
added and implemented for MSW wxDP_SHOWCENTURY flag
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
David Elliott
Make sure -DNO_GCC_PRAGMA is in wx-config output regard...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Włodzimierz...
Simple wxBatteryPower API for the support in wxWinCE...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Włodzimierz...
Syntax error fixes.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Vadim Zeitlin
compilation fix for CE: don't use GetModuleHandleA...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Vadim Zeitlin
call InitCommonControlsEx() when using comtl32.dll...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Vadim Zeitlin
report more information about the control whose creatio...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Vadim Zeitlin
fixed typo in testing whether wxUSE_NATIVE_STATUSBAR...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Włodzimierz...
PalmOS description.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Vadim Zeitlin
wxUSE_CRASHREPORT/STACKWALKER may be sued without wxUSE...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-20
Vadim Zeitlin
trying to get wxUSE_NATIVE_STATUSBAR setting correctly...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Robin Dunn
Adjust the bounding box of the labels to client coordinants
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Kevin Hock
Additional header files required
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Stefan Neis
Compilation fix for OS/2.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Kevin Hock
Additional header files required
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Stefan Neis
Compilation fixes for OS/2 (OS/2 still defines __UNIX__...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
Unicode compilation fix
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
use wxDP_SPIN by default under Win32
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
corrected #if tests to use correct wxUSE_DATEPICKCTRL...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
added wxDP_SPIN/DROPDOWN styles (only Win32 native...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Włodzimierz...
wxTextPos for all GetLastPosition with constants for...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
compilation fixes; pruned API
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Włodzimierz...
MinGW warning fix for hundreds of not initialized members.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Włodzimierz...
MinGW warning fix.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
added generic version of wxDatePickerCtrl from Andres...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Václav Slavík
hotfix for bakefile-0.1.5 bug: rpmspec format doesn...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Włodzimierz...
MinGW warning fix.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Włodzimierz...
MinGW warning fix.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Włodzimierz...
Cookie is not for dummy initialization due to condition...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Włodzimierz...
DMC PCH requires additional parameter in new bakefiles.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Václav Slavík
regenerated autoconf files using bakefile-0.1.5
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Václav Slavík
require bakefile-0.1.5 and use it's features
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
undef wxUSE_NATIVE_STATUSBAR before redefining it as...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Włodzimierz...
Fix for incomplete setup (wxPalmOS case).
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Włodzimierz...
Fixes after removal of palmos/gccpriv.h.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
David Elliott
Updated aclocal.m4 using Bakefile's CVS HEAD bakefile...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
fixed crash in wxKill() introduced by 1.116 patch ...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
reenabled WM_MOUSELEAVE event handling (patch 1104551...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
don't return HTCLIENT for static bitmaps, this breaks...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
(harmless) VC++ warning fixes
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
define wxUSE_NATIVE_STATUSBAR as 1 for wxMSW builds
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
clarified what needs to be done to get useful results...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
documented wxStackWalker/Frame
commit
|
commitdiff
|
tree
|
snapshot
2005-01-19
Vadim Zeitlin
implemented wxStackWalker for Unix (using glibc-specifi...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
Stefan Neis
Fixed some line breaks.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
Włodzimierz...
Less MSW related files in wxPalmOS port.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
David Elliott
Take -DWX_PRECOMP out of GCC_PRAGMA_FLAGS and put it...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
Robin Dunn
Use a panel
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
Włodzimierz...
Cleaning of headers.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
Włodzimierz...
MinGW warning fix.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
Włodzimierz...
MinGW warning fix.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
Włodzimierz...
MinGW warning fix.
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
Julian Smart
Skip processing in OnTextEnter so normal return process...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
Włodzimierz...
ctor/dtor not available in C code (MinGW fix).
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
Vadim Zeitlin
fixed memory leak in UpdateAttr[Rows][Or][Cols] (patch...
commit
|
commitdiff
|
tree
|
snapshot
2005-01-18
Vadim Zeitlin
fixed crash if an error happened inside WaitConnection...
commit
|
commitdiff
|
tree
|
snapshot
next