projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
added Remove(HWND); removed unused wParam parameter from SendTooltipMessage
[wxWidgets.git]
/
docs
/
changes.txt
2006-04-24
Włodzimierz Skiba
[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
blob
|
commitdiff
|
raw
2006-04-17
Vadim Zeitlin
added wxStandardPaths::GetDocumentsDir() (patch 1214360)
blob
|
commitdiff
|
raw
|
diff to current
2006-04-16
Vadim Zeitlin
centralized the handling of border styles; added border...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-16
Vadim Zeitlin
added wxMenu::AppendSubMenu() to avoid having to specif...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-16
Vadim Zeitlin
Handle alpha channel in wxImage::Mirror() and GetSubIma...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-15
Vadim Zeitlin
made width computation in GetTextExtent() more precise...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-15
Vadim Zeitlin
added wxString::rbegin() and rend()
blob
|
commitdiff
|
raw
|
diff to current
2006-04-14
Václav Slavík
don't show the I-beam cursor over text in wxHtmlListBox
blob
|
commitdiff
|
raw
|
diff to current
2006-04-14
Jamie Gadd
Fix bug in GetTimeZone where timezone wasn't set.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-13
Václav Slavík
1. added abstract interface to wxHtmlWindow for use...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-12
Vadim Zeitlin
mention UTF-16/32 fixes
blob
|
commitdiff
|
raw
|
diff to current
2006-04-10
Vadim Zeitlin
use the encoding of the font which is used to draw...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-05
Vadim Zeitlin
1. changed all "wxMBConv& conv" parameters to "const...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-01
Vadim Zeitlin
Described in the comments and documented the semantics...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-30
Julian Smart
Reverted wxChoice size fix due to problems in W2K and...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-27
Vadim Zeitlin
made wxTextFile work in Unicode (bug 1260189); also...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-25
Vadim Zeitlin
added wxStandardPaths::GetResourcesDir() and GetLocaliz...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-24
Włodzimierz Skiba
Updated changes list after int/size_t unsigned int.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-24
Robin Dunn
Add a note about WXK*PRIOR and WXK*NEXT
blob
|
commitdiff
|
raw
|
diff to current
2006-03-23
Vadim Zeitlin
replaced all int/size_t indices in wxControlWithItems...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-23
Julian Smart
Miscellaneous change log updates.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-21
Vadim Zeitlin
fixed several bugs in ParseDate() (invalid dates could...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-21
Vadim Zeitlin
show the function in which the assert failure occured...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-21
Vadim Zeitlin
added semicolons after wxCHECK()s (part of patch 1450705)
blob
|
commitdiff
|
raw
|
diff to current
2006-03-16
Vadim Zeitlin
added wxDisplay::GetClientArea() (currently implemented...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-16
Vadim Zeitlin
Albanian translation added (Besnik Bleta)
blob
|
commitdiff
|
raw
|
diff to current
2006-03-15
Julian Smart
Added documentation for compiling under Windows Mobile 5
blob
|
commitdiff
|
raw
|
diff to current
2006-03-14
Włodzimierz Skiba
Line-up interfaces to use size_t for GetCount()s (and...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-12
Vadim Zeitlin
native implementation of wxDirDialog for wxCocoa (patch...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-12
Vadim Zeitlin
support mnemonics for wxStatic/RadioBox and made it...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-12
Vadim Zeitlin
support underlined fonts (patch 1448089)
blob
|
commitdiff
|
raw
|
diff to current
2006-03-12
Vadim Zeitlin
don't require multimon.h any more now (patch 1446030...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-09
Vadim Zeitlin
added wxListBox::HitTest() from Ryan (patch 1446207)
blob
|
commitdiff
|
raw
|
diff to current
2006-03-06
Julian Smart
Fixed wxGenericFileDialog to work with WinCE, so it...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-04
Vadim Zeitlin
mention wxEventUpdateUI::Show() change
blob
|
commitdiff
|
raw
|
diff to current
2006-02-28
Julian Smart
Documented WinCE context menu change
blob
|
commitdiff
|
raw
|
diff to current
2006-02-24
Jamie Gadd
Make wx{List,Tree}Ctrl resize their standard font if...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-21
Włodzimierz Skiba
Fixed using list of wildcards in filter of wxDocTemplate.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-12
Vadim Zeitlin
typo
blob
|
commitdiff
|
raw
|
diff to current
2006-02-12
Vadim Zeitlin
added linear and concentric gradient fill functions...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-12
Kevin Hock
Note wxSOCKET_REUSEADDR and SetLocal/Connection changes...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-11
Vadim Zeitlin
added support for 64 bit ints in wx stream classes...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-11
Julian Smart
Applied patch [ 1412216 ] non-themed fallback support...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-10
Vadim Zeitlin
added generation of wxEVT_SCROLL_XXX (patch 1424698)
blob
|
commitdiff
|
raw
|
diff to current
2006-02-10
Vadim Zeitlin
GetFromWindow() is not MSW-only any more
blob
|
commitdiff
|
raw
|
diff to current
2006-02-10
Vadim Zeitlin
fixed centering of top level windows on secondary displ...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-09
Vadim Zeitlin
undeprecated wxSizerItem::IsShown() undoing last change...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-09
Jamie Gadd
Fix drag and drop inside static boxes.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-09
Vadim Zeitlin
implemented ScrollLines/Pages() for all classes in...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-09
Vadim Zeitlin
great copy ctor/assignment operators cleanup by Paul...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-08
Vadim Zeitlin
deprecated wxSizerItem::IsShown() because it doesn...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-08
Vadim Zeitlin
added support for <bg> tag for toolbars in XRC
blob
|
commitdiff
|
raw
|
diff to current
2006-02-08
Vadim Zeitlin
added support disabled tag for toolbar elements in XRC
blob
|
commitdiff
|
raw
|
diff to current
2006-02-05
Jamie Gadd
Put previous change under correct heading
blob
|
commitdiff
|
raw
|
diff to current
2006-02-05
Jamie Gadd
Mention wxDC::{Begin,End}Drawing deprecation.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-31
Włodzimierz Skiba
[ 1420190 ] Enable backspace key on smartphone
blob
|
commitdiff
|
raw
|
diff to current
2006-01-31
Julian Smart
Added SetSheetStyle to property sheet dialog to allow...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-30
Włodzimierz Skiba
Tree != List
blob
|
commitdiff
|
raw
|
diff to current
2006-01-30
Julian Smart
Entry for wxToolbook.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-27
Michael Wetherell
Link oleacc.lib conditionally since VC++ 5 w/o PSDK...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-27
Kevin Hock
Fixed wxSocketBase::InterruptWait on wxBase.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-25
Julian Smart
Updated change log
blob
|
commitdiff
|
raw
|
diff to current
2006-01-25
Julian Smart
Added wxHtmlHelp change log
blob
|
commitdiff
|
raw
|
diff to current
2006-01-22
Jamie Gadd
Distinguish numpad extended keys. Fixes bug #1327720
blob
|
commitdiff
|
raw
|
diff to current
2006-01-19
Włodzimierz Skiba
Checkable items in wxToolMenuBarTool supported.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-19
Jamie Gadd
Fixed bug #778299 - wxTE_RICH2 causes SetValue to show...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-17
Robin Dunn
Enable wxListCtrl in report mode to be able to use...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-15
Włodzimierz Skiba
More common code moved from generic dialogs to wxDialog...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-13
Vadim Zeitlin
fixed crash with ownerdrawn menu items accelerators...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-10
Jamie Gadd
Mention statusbar painting fix.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-10
Włodzimierz Skiba
wxCalendarCtrl: positioning fixes and colours following...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-08
David Surovell
fixed a typo
blob
|
commitdiff
|
raw
|
diff to current
2006-01-08
Jamie Gadd
Return correct values for GetFieldRect() when using...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-05
Robin Dunn
Added wxGetMouseState which returns the current state...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-02
Michael Wetherell
Mention rcdefs.h in changes.txt
blob
|
commitdiff
|
raw
|
diff to current
2006-01-02
Michael Wetherell
Update changes.txt with recent changes
blob
|
commitdiff
|
raw
|
diff to current
2006-01-02
Julian Smart
Added caption parameter to wxGetFontFromUser and wxGetC...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-27
Vadim Zeitlin
mention wxDC change
blob
|
commitdiff
|
raw
|
diff to current
2005-12-27
Václav Slavík
added support for <sub> and <sup> to wxHTML (based...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-24
Vadim Zeitlin
also generate wxEVT_SCROLL_CHANGED as under wxMSW
blob
|
commitdiff
|
raw
|
diff to current
2005-12-24
Vadim Zeitlin
implemented wxCURSOR_BLANK (bug 1377290)
blob
|
commitdiff
|
raw
|
diff to current
2005-12-24
Vadim Zeitlin
1. changed wxStringTokenizer to not modify the string...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-19
Julian Smart
Fixed problem trying to print from a preview, whereby...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-19
Julian Smart
wxMac changes documented.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-19
Włodzimierz Skiba
__WIN95__ removed (used to differ win3.1 vs. 'modern...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-18
Julian Smart
Added space after list item number, otherwise number...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-16
Julian Smart
Fixed MDI context menu event handling problem (Stefan...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-14
Julian Smart
Fixed wxFileDialog breakage on WinCE due to incorrect...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-10
Włodzimierz Skiba
wxDisplay support for wxWinCE port.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-29
Vadim Zeitlin
added wxRadioBox::IsItemEnabled/Shown() (for MSW only...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-22
David Surovell
added wxMac comment
blob
|
commitdiff
|
raw
|
diff to current
2005-11-22
Włodzimierz Skiba
wxGetUserName for WinCE.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-21
Vadim Zeitlin
removed non-const wxFontData::GetColour()
blob
|
commitdiff
|
raw
|
diff to current
2005-11-17
Julian Smart
Fixed problem with choice editor in wxGrid whereby...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-13
Włodzimierz Skiba
Resize all top level windows when SIP changes visibility.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-10
Vadim Zeitlin
added wxKeyEvent::GetModifiers()
blob
|
commitdiff
|
raw
|
diff to current
2005-11-08
Vadim Zeitlin
fix memory leak of pending events in wxEvtHandler dtor
blob
|
commitdiff
|
raw
|
diff to current
2005-11-07
Włodzimierz Skiba
wxGetWorkingDirectory() deprecated. Fixed #1338966.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-05
Włodzimierz Skiba
Native wxCheckListBox implementation for wxWinCE.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-03
Włodzimierz Skiba
Get/SetTitle only for wxTopLevelWindow.
blob
|
commitdiff
|
raw
|
diff to current
next