projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
remove scope-resolution operator from wxLogError() call: this doesn't work any more...
[wxWidgets.git]
/
src
/
2009-07-09
Vadim Zeitlin
remove scope-resolution operator from wxLogError()...
tree
|
commitdiff
2009-07-09
Vadim Zeitlin
Add information about the log message generation locati...
tree
|
commitdiff
2009-07-09
Robert Roebling
Reduce size of virtual list before sending out delete...
tree
|
commitdiff
2009-07-09
Stefan Csomor
adding special case for Carbon DataBrowser Checkbox
tree
|
commitdiff
2009-07-09
Vadim Zeitlin
compilation fix for !WXWIN_COMPATIBILITY_2_8 build
tree
|
commitdiff
2009-07-08
Vadim Zeitlin
Changed wxLog DoLogXXX() callbacks and introduced wxLog...
tree
|
commitdiff
2009-07-07
Jaakko Salli
Further fixes to colour properties that use wxPG_COLOUR...
tree
|
commitdiff
2009-07-06
Vadim Zeitlin
correct writing direction for Farsi
tree
|
commitdiff
2009-07-05
Vadim Zeitlin
don't call OnWriteWaiting() if we lost connection in...
tree
|
commitdiff
2009-07-05
Vadim Zeitlin
change wxSocketInputBasedManager::AddInput() to take...
tree
|
commitdiff
2009-07-05
Vadim Zeitlin
don't call release() on non-owned buffer in wchar_t...
tree
|
commitdiff
2009-07-05
Vadim Zeitlin
added EVT_DATAVIEW_CACHE_HINT event (closes #9891)
tree
|
commitdiff
2009-07-05
Vadim Zeitlin
updated the version to 2.9.1
tree
|
commitdiff
2009-07-05
Vadim Zeitlin
translate wxMessageDialog labels to the language of...
tree
|
commitdiff
2009-07-03
Jaakko Salli
Colour property with attribute wxPG_COLOUR_ALLOW_CUSTOM...
tree
|
commitdiff
2009-07-03
Vadim Zeitlin
we need to reset m_connected flag as well as setting...
tree
|
commitdiff
2009-07-03
Vadim Zeitlin
don't call wxSocketImpl::ReenableEvents() if the socket...
tree
|
commitdiff
2009-07-03
Vadim Zeitlin
compilation fix for wxOSX/Cocoa: don't use Carbon funct...
tree
|
commitdiff
2009-07-03
Vadim Zeitlin
suppress harmless warning about unused variable
tree
|
commitdiff
2009-07-03
Vadim Zeitlin
suppress harmless warning about possibly uninitialized...
tree
|
commitdiff
2009-07-03
Vadim Zeitlin
suppress harmless warning about possibly uninitialized...
tree
|
commitdiff
2009-07-03
Stefan Csomor
bracket 10.5 only code
tree
|
commitdiff
2009-07-03
Stefan Csomor
better font round-trip fidelity (native->wx->native...
tree
|
commitdiff
2009-07-03
Stefan Csomor
fixing warnings
tree
|
commitdiff
2009-07-02
Vadim Zeitlin
use WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ...
tree
|
commitdiff
2009-07-02
Vadim Zeitlin
reset m_establishing flag and last error when asynchron...
tree
|
commitdiff
2009-07-02
Vadim Zeitlin
set socket state to connected when it receives a connec...
tree
|
commitdiff
2009-07-02
Stefan Csomor
fixing memory leak and unnecessary cocoa init, refs...
tree
|
commitdiff
2009-07-02
Stefan Csomor
reverting incorrect conversion from r52690, refs #10856
tree
|
commitdiff
2009-07-02
Vadim Zeitlin
ignore bCase parameter of wxSortedArrayString::Index...
tree
|
commitdiff
2009-07-01
Vadim Zeitlin
set the context we create in IsExtensionSupported(...
tree
|
commitdiff
2009-07-01
Vadim Zeitlin
interpret ~ specially only when it is the first charact...
tree
|
commitdiff
2009-07-01
Vadim Zeitlin
ensure that we have event loop before showing a modal...
tree
|
commitdiff
2009-06-29
Vadim Zeitlin
don't use wxFilePicker style when creating wxButton
tree
|
commitdiff
2009-06-28
Kevin Ollivier
Fix typo in class name.
tree
|
commitdiff
2009-06-28
Vadim Zeitlin
simplify ScrollTo()
tree
|
commitdiff
2009-06-28
Vadim Zeitlin
remove obsolete comment moved to wxBitmapButtonBase
tree
|
commitdiff
2009-06-28
Vadim Zeitlin
another compilation fix after r61232
tree
|
commitdiff
2009-06-28
Julian Smart
Allow for menus when deleting a tool
tree
|
commitdiff
2009-06-28
Vadim Zeitlin
added wxICON_NONE and implement support for it in wxGTK...
tree
|
commitdiff
2009-06-28
Vadim Zeitlin
always use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu...
tree
|
commitdiff
2009-06-27
Vadim Zeitlin
set the initial size of bitmap buttons correctly again...
tree
|
commitdiff
2009-06-27
Vadim Zeitlin
check whether we show bitmaps at all in GTKUpdateBitmap...
tree
|
commitdiff
2009-06-27
Julian Smart
Fix for toolbar commands not working
tree
|
commitdiff
2009-06-24
Kevin Ollivier
Add wxGraphicsBitmap overload for DrawBitmap.
tree
|
commitdiff
2009-06-24
Vadim Zeitlin
compilation fix after wxBitmap image changes
tree
|
commitdiff
2009-06-24
Julian Smart
Style selection now restored after editing the style
tree
|
commitdiff
2009-06-24
Julian Smart
Made standard bullet names translatable
tree
|
commitdiff
2009-06-23
Kevin Ollivier
Build fixes after the 2.8->trunk forward port.
tree
|
commitdiff
2009-06-23
Vadim Zeitlin
adjust the toolbar tools bitmap size to fit the biggest...
tree
|
commitdiff
2009-06-23
Vadim Zeitlin
remove confusing wxDialog::ButtonSizerFlags and extract...
tree
|
commitdiff
2009-06-22
Vadim Zeitlin
Added DoGetClientBestSize() and use it for a couple...
tree
|
commitdiff
2009-06-22
Vadim Zeitlin
invalidate best window size when its label changes
tree
|
commitdiff
2009-06-22
Vadim Zeitlin
streamline best size calculation for buttons and made...
tree
|
commitdiff
2009-06-22
Vadim Zeitlin
fix more wxOSX/Carbon warnings in release build
tree
|
commitdiff
2009-06-22
Jaakko Salli
Significantly improved wxPropertyGrid's top-level paren...
tree
|
commitdiff
2009-06-21
Vadim Zeitlin
added support for bitmaps in wxButton to wxOSX/Cocoa
tree
|
commitdiff
2009-06-21
Vadim Zeitlin
no changes, just removed commented out Carbon code...
tree
|
commitdiff
2009-06-20
Kevin Ollivier
Forward port wxGraphicsBitmap cairo implementation...
tree
|
commitdiff
2009-06-20
Julian Smart
Patch from Bruno Daniel to fix tab position inconsistency
tree
|
commitdiff
2009-06-20
Stefan Csomor
make sure theme font info is reset if anything is changed
tree
|
commitdiff
2009-06-20
Stefan Csomor
simplify condition
tree
|
commitdiff
2009-06-20
Vadim Zeitlin
suppress more float/double->int conversion warnings...
tree
|
commitdiff
2009-06-20
Vadim Zeitlin
don't try to resize the bitmap buttons with wxBORDER_NO...
tree
|
commitdiff
2009-06-20
Vadim Zeitlin
fix many mostly harmless warnings in wxOSX/Carbon build
tree
|
commitdiff
2009-06-19
Vadim Zeitlin
implement wxTreeCtrl::GetFocusedItem() for wxMSW too...
tree
|
commitdiff
2009-06-19
Vadim Zeitlin
no need to check for wxID_HELP buttons in SetLabel...
tree
|
commitdiff
2009-06-19
Vadim Zeitlin
respect wxBU_NOTEXT style in wxButton
tree
|
commitdiff
2009-06-19
Stefan Csomor
guarding against null nowpeer in cases like native...
tree
|
commitdiff
2009-06-19
Vadim Zeitlin
override DoSetBitmap() instead of SetBitmapLabel()
tree
|
commitdiff
2009-06-19
Vadim Zeitlin
only erase background if we do have a non-default backg...
tree
|
commitdiff
2009-06-18
Vadim Zeitlin
erase background using the window background colour...
tree
|
commitdiff
2009-06-18
Vadim Zeitlin
fix a couple of harmless warnings during wxOSX build
tree
|
commitdiff
2009-06-18
Vadim Zeitlin
no changes, just removed apparently unneeded wxMacBitma...
tree
|
commitdiff
2009-06-18
Robert Roebling
Also fixed Clear() in the generic control
tree
|
commitdiff
2009-06-18
Vadim Zeitlin
set use-underline button property when setting its...
tree
|
commitdiff
2009-06-18
Robert Roebling
Further attempts to implement Clear() for the GTK control
tree
|
commitdiff
2009-06-18
Vadim Zeitlin
wxHtmlWindow background drawing fixes for OS X and...
tree
|
commitdiff
2009-06-18
Vadim Zeitlin
don't draw borders for bitmap buttons with wxBORDER_NON...
tree
|
commitdiff
2009-06-18
Jouk Jansen
Patch wxGTK1 for recent changes in bmpbuttn
tree
|
commitdiff
2009-06-18
Vadim Zeitlin
implement propert background style semantics for OS X
tree
|
commitdiff
2009-06-18
Vadim Zeitlin
use wxOSX_USE_COCOA instead of __WXOSX_COCOA__ (which...
tree
|
commitdiff
2009-06-17
Vadim Zeitlin
make wxCollapsiblePane blend into its parent background...
tree
|
commitdiff
2009-06-17
Vadim Zeitlin
suppress harmless gcc warning about not handling all...
tree
|
commitdiff
2009-06-17
Vadim Zeitlin
added wxBU_NOTEXT style to allow creating bitmap button...
tree
|
commitdiff
2009-06-17
Vadim Zeitlin
wxFont::MakeXXX() and Scale() methods now modify the...
tree
|
commitdiff
2009-06-17
Julian Smart
wxRichTextCtrl native caret now flashes, for wxMac...
tree
|
commitdiff
2009-06-17
Julian Smart
Avoid accidental enabling of disabled windows by checki...
tree
|
commitdiff
2009-06-17
Jouk Jansen
Update OpenVMS compile support
tree
|
commitdiff
2009-06-17
Jouk Jansen
Update OpenVMS compile support
tree
|
commitdiff
2009-06-17
Vadim Zeitlin
implement new wxBG_STYLE_XXX semantics for wxMSW too
tree
|
commitdiff
2009-06-16
Vadim Zeitlin
introduce wxBG_STYLE_{ERASE,PAINT} and implement their...
tree
|
commitdiff
2009-06-16
Vadim Zeitlin
fix compilation without wxUSE_STREAMS (closes #10900)
tree
|
commitdiff
2009-06-16
Vadim Zeitlin
implement wxGTK wxBitmapButton in terms of wxButton
tree
|
commitdiff
2009-06-16
Vadim Zeitlin
implement support for bitmaps for all states in wxGTK...
tree
|
commitdiff
2009-06-16
Vadim Zeitlin
added helper GTKShouldIgnoreEvent() to use in void...
tree
|
commitdiff
2009-06-16
Robert Roebling
Many more corrections and clarifications to virtual...
tree
|
commitdiff
2009-06-16
Vadim Zeitlin
use the directory of the most recently opened file...
tree
|
commitdiff
2009-06-16
Vadim Zeitlin
implement support for button bitmaps (normal state...
tree
|
commitdiff
2009-06-15
Jaakko Salli
Fixed printf-related warnings
tree
|
commitdiff
next