projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
fixed to the newly added crt.h header:
[wxWidgets.git]
/
docs
/
2007-04-07
Vadim Zeitlin
mention more predefined array classes (part of patch...
tree
|
commitdiff
2007-04-07
Vadim Zeitlin
fix typo in OnClosingDocument() name
tree
|
commitdiff
2007-04-06
Robin Dunn
More patches from FM to clean up after moving contribs...
tree
|
commitdiff
2007-04-05
Robin Dunn
Patch from FM with more bakefile tweaks and etc.
tree
|
commitdiff
2007-04-05
Vadim Zeitlin
fix typo in allowOthers description
tree
|
commitdiff
2007-04-05
Václav Slavík
made wxString::Replace, Matches and Find work with...
tree
|
commitdiff
2007-04-05
Robin Dunn
Bakefile and other changes for new locations of STC...
tree
|
commitdiff
2007-04-01
Vadim Zeitlin
added support for ellipsization and markup in wxStaticT...
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
set string field of wxCommandEvent object generated...
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
added gtk.tlw.can-set-transparency system option (repla...
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
1. Moved m_usePrimary to wxClipboardBase as it's now...
tree
|
commitdiff
2007-03-31
Vadim Zeitlin
decouple primary selection handling from clipboard...
tree
|
commitdiff
2007-03-30
Václav Slavík
added char_str() and wchar_str() methods to wxString...
tree
|
commitdiff
2007-03-30
Vadim Zeitlin
don't handle orderly socket shutdown by the peer as...
tree
|
commitdiff
2007-03-30
Vadim Zeitlin
fixed broken link and use \backslash instead of literal...
tree
|
commitdiff
2007-03-30
Vadim Zeitlin
added more wxART_XXX ids (patch 1687751)
tree
|
commitdiff
2007-03-30
Vadim Zeitlin
don't call gtk_label_set_line_wrap() from DoGetBestSize...
tree
|
commitdiff
2007-03-26
Vadim Zeitlin
added wxWindow::NavigateIn(); provide wxGTK implementat...
tree
|
commitdiff
2007-03-26
Václav Slavík
use wxStrings in wxLocale methods, _() and wxGetTransla...
tree
|
commitdiff
2007-03-26
Václav Slavík
escape _ in LaTeX sources
tree
|
commitdiff
2007-03-26
Vadim Zeitlin
added taborder sample
tree
|
commitdiff
2007-03-26
Julian Smart
Typo correction
tree
|
commitdiff
2007-03-25
Vadim Zeitlin
don't check whether the window is shown and enabled...
tree
|
commitdiff
2007-03-25
Vadim Zeitlin
make wxNO_BORDER work with wxRadioBox (patch 1525406)
tree
|
commitdiff
2007-03-25
Vadim Zeitlin
document GetBufferSize() (patch 1687070)
tree
|
commitdiff
2007-03-25
Vadim Zeitlin
corrected name of wxWS_EX_PROCESS_UI_UPDATES style...
tree
|
commitdiff
2007-03-25
Vadim Zeitlin
corrected link to gettext manual (part of patch 1686335)
tree
|
commitdiff
2007-03-23
Vadim Zeitlin
more changes from 2.8.4 added
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-19
Vadim Zeitlin
deprecate wxTR_EXTENDED and remove it from the docs
tree
|
commitdiff
2007-03-19
Vadim Zeitlin
fixed handling of accelerators using PageUp/Down keys...
tree
|
commitdiff
2007-03-18
Vadim Zeitlin
added labels support for toolbar controls for wxMac...
tree
|
commitdiff
2007-03-18
Vadim Zeitlin
use wxStandardPaths and wxFileName in wxFileConfig...
tree
|
commitdiff
2007-03-18
Vadim Zeitlin
wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
tree
|
commitdiff
2007-03-18
Vadim Zeitlin
added wxJoin and wxSplit functions (modified patch...
tree
|
commitdiff
2007-03-17
Vadim Zeitlin
corrected typo in \texttt in last commit
tree
|
commitdiff
2007-03-17
Vadim Zeitlin
updated portability note for wxGetDiskSpace (patch...
tree
|
commitdiff
2007-03-17
Vadim Zeitlin
fix extra indentation in wxHTML_ALIGN_JUSTIFY display...
tree
|
commitdiff
2007-03-17
Vadim Zeitlin
implemented wxMemoryInputStream::CanRead() and added...
tree
|
commitdiff
2007-03-17
Vadim Zeitlin
added wxMemoryInputStream(wxInputStream&, size_t) ctor...
tree
|
commitdiff
2007-03-17
Václav Slavík
first phase of transition to unified Unicode build:
tree
|
commitdiff
2007-03-17
Vadim Zeitlin
shutdown sockets gracefully instead of doing it with...
tree
|
commitdiff
2007-03-16
Vadim Zeitlin
multiple fixes to wxJoystick under Unix and new index...
tree
|
commitdiff
2007-03-15
Vadim Zeitlin
added support for wxGRID_AUTOSIZE in wxGrid::SetRow...
tree
|
commitdiff
2007-03-15
Vadim Zeitlin
added wxGridUpdateLocker helper class wrapping Begin...
tree
|
commitdiff
2007-03-15
Vadim Zeitlin
fix GetSize() for large files (patch 1680876)
tree
|
commitdiff
2007-03-14
Vadim Zeitlin
avoid duplicated empty help menu in localized applicati...
tree
|
commitdiff
2007-03-14
Vadim Zeitlin
don't add extra GetCharHeight() pixels to the top borde...
tree
|
commitdiff
2007-03-13
Vadim Zeitlin
corrected example; minor fixes to the text; uncommented...
tree
|
commitdiff
2007-03-12
Vadim Zeitlin
added wxAppTraits::SetLocale() and call it during wxApp...
tree
|
commitdiff
2007-03-11
Vadim Zeitlin
added wxSafeConvertMB2WX/WX2MB() and use them when...
tree
|
commitdiff
2007-03-11
Vadim Zeitlin
added support for wxTE_NO_VSCROLL (patch 1588605) and...
tree
|
commitdiff
2007-03-11
Vadim Zeitlin
set GtkRcStyle::text to fg colour too to allow changing...
tree
|
commitdiff
2007-03-10
Vadim Zeitlin
derive wxConfig classes from wxObject and add wxRTTI...
tree
|
commitdiff
2007-03-10
Vadim Zeitlin
added GetTextExtent() overload returning wxSize (patch...
tree
|
commitdiff
2007-03-09
Václav Slavík
deprecated wxString::GetWriteBuf() and friends in favou...
tree
|
commitdiff
2007-03-08
Vadim Zeitlin
added wxMutex::LockTimeout() (modified patch 1671637)
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket...
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
fix base64 computation for strings whose length modulo...
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
fix hang on startup in Unicode build if any standard...
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
fixed detection of number of processors under Linux...
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
native wxHyperlinkCtrl implementation for GTK+ 2.10...
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
add a note about changing selection background colour
tree
|
commitdiff
2007-03-07
Václav Slavík
deprecated wxString::GetWriteBuf() and friends in favou...
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
tree
|
commitdiff
2007-03-07
Vadim Zeitlin
return correct client area for at least the primary...
tree
|
commitdiff
2007-03-05
Julian Smart
Updated change log
tree
|
commitdiff
2007-03-04
Vadim Zeitlin
remove inexistent wxGetMultipleChoice()
tree
|
commitdiff
2007-03-04
Vadim Zeitlin
wxCreateGreyedImage() deprecated, use wxImage::ConvertT...
tree
|
commitdiff
2007-03-02
Václav Slavík
changes wxDirExists() to accept wxString instead of...
tree
|
commitdiff
2007-02-19
Julian Smart
Doc corrections
tree
|
commitdiff
2007-02-17
Robert Roebling
[1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr
tree
|
commitdiff
2007-02-14
Vadim Zeitlin
Slovak translation added
tree
|
commitdiff
2007-02-12
Vadim Zeitlin
clarify Wait() semantics (see patch 1652076)
tree
|
commitdiff
2007-02-12
Václav Slavík
fixed syntax errors
tree
|
commitdiff
2007-02-11
Vadim Zeitlin
added support for colour cursors in wxGTK (patch 1655576)
tree
|
commitdiff
2007-02-11
Vadim Zeitlin
miscellaneous minor corrections (patch 1652327)
tree
|
commitdiff
2007-02-11
Vadim Zeitlin
made AddPendingEvent() virtual (patch 1652077)
tree
|
commitdiff
2007-02-11
Vadim Zeitlin
wxTopLevelWindow::GetClientSize() returns 0x0 when...
tree
|
commitdiff
2007-02-11
Vadim Zeitlin
return the restored window size from GetSize() when...
tree
|
commitdiff
2007-02-11
Vadim Zeitlin
changed GetFromWindow() to take const pointer
tree
|
commitdiff
2007-02-10
Vadim Zeitlin
make GetSize() return the size of the window including...
tree
|
commitdiff
2007-02-09
Julian Smart
Reverted renderer changes and just use window variant...
tree
|
commitdiff
2007-02-08
Julian Smart
Added size constants to allow drawn control parts to...
tree
|
commitdiff
2007-02-08
Vadim Zeitlin
added const overload of GetChildren()
tree
|
commitdiff
2007-02-07
Julian Smart
Added flag for removing attributes
tree
|
commitdiff
2007-02-06
Robin Dunn
Set version number
tree
|
commitdiff
2007-02-06
Robin Dunn
Added SetToolNormalBitmap and SetToolDisabledBitmap
tree
|
commitdiff
2007-02-06
Włodzimierz Skiba
Fixed wxComboBox always sorted in all univ builds ...
tree
|
commitdiff
2007-02-06
Paul Cornett
simplify wxGTK DoSetSizeHints logic, respect size incre...
tree
|
commitdiff
2007-02-05
Václav Slavík
added script to generate parts of rsp manifests with...
tree
|
commitdiff
2007-02-05
Vadim Zeitlin
made (many) more wxGrid methods const
tree
|
commitdiff
2007-02-05
Julian Smart
Typo correction
tree
|
commitdiff
2007-02-04
Vadim Zeitlin
add accessors using wxFileName to wxFile/DirPickerCtrl...
tree
|
commitdiff
2007-02-04
Vadim Zeitlin
added wxEventBlocker class (patch 1622444)
tree
|
commitdiff
2007-02-02
Vadim Zeitlin
don't wake up on Windows messages when waiting for...
tree
|
commitdiff
2007-02-02
Vadim Zeitlin
added support for underlined fonts
tree
|
commitdiff
2007-02-01
Vadim Zeitlin
document wxNewId() as being deprecated
tree
|
commitdiff
2007-02-01
Vadim Zeitlin
document Next/PrevControlId
tree
|
commitdiff
next