2009-07-13 |
Vadim Zeitlin | Make wxLog::EnableLogging() and wxLogNull thread-specific. |
tree | commitdiff |
2009-07-13 |
Vadim Zeitlin | Add support for thread-specific log targets. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Made wxLogXXX() functions thread-safe. |
tree | commitdiff |
2009-07-10 |
Jaakko Salli | Do not disable some useful buttons when wxCB_SORT style... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | make bitmap button background more visible |
tree | commitdiff |
2009-07-08 |
Vadim Zeitlin | update LboxLogger definition after the previous revisio... |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | really fix compilation fix after last change |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | translate wxMessageDialog labels to the language of... |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2009-07-03 |
Jaakko Salli | A better fix for one unused variable warning (one that... |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | fix harmless warnings (mostly about unused parameters... |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | make the sample work again by correcting DrawHeaderButt... |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | show combobox drop down/close up events (closes #10954) |
tree | commitdiff |
2009-07-02 |
Vadim Zeitlin | don't use WaitOnConnect(), it doesn't make sense to... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | added wxICON_NONE and implement support for it in wxGTK... |
tree | commitdiff |
2009-06-22 |
Vadim Zeitlin | relayout the sizer containing the button after changing... |
tree | commitdiff |
2009-06-22 |
Vadim Zeitlin | extract event handler body in a separate function inste... |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | added wxTreeCtrl::GetFocusedItem() (closes #10859) |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | wxHtmlWindow background drawing fixes for OS X and... |
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-15 |
Jaakko Salli | Added support for wxLongLong and wxULongLong in wxVaria... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | implement support for per-state bitmaps in wxMSW wxButton |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | implement images support for wxButton under XP and... |
tree | commitdiff |
2009-06-13 |
Vadim Zeitlin | don't leave the document in modified state after loadin... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | compilation fix after wxLoadFileSelector() changes |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | only allow selecting existing files in wxLoadFileSelect... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added XRC handler for wxFileCtrl (closes #10785) |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | don't start menu IDs at 0 to avoid an assert under Mac |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | fix typo in previous commit |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | work around apparent VC6 bug resulting in warnings... |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | suppress MSVC warning about cast truncating constant... |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | work around MSVC warnings about using uninitialized... |
tree | commitdiff |
2009-06-07 |
Jaakko Salli | Implementations of wxPGProperty::ChildChanged() must... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | fix warnings about using signed values for chars and... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | fix unused parameter warning |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | added multiple selections support to wxDirCtrl (closes... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated... |
tree | commitdiff |
2009-06-01 |
Vadim Zeitlin | correct Borland #pragma hdrstop position |
tree | commitdiff |
2009-06-01 |
Robert Roebling | Closes #10495: wxDataViewCtrl needs a way to start... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | improve wxTreeCtrl::ScrollTo() behaviour in the generic... |
tree | commitdiff |
2009-05-30 |
Vadim Zeitlin | added power, svg, taborder and xrc samples (closes... |
tree | commitdiff |
2009-05-25 |
Vadim Zeitlin | ensure that Excel is visible and has an opened workbook... |
tree | commitdiff |
2009-05-25 |
Vadim Zeitlin | add support for defining list control columns in XRC... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | added a timer updating a counter in the background... |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | mark the document as modified when its text control... |
tree | commitdiff |
2009-05-16 |
Francesco Montorsi | (dirty) fix rendering upon startup of the surface |
tree | commitdiff |
2009-05-12 |
Vadim Zeitlin | don't update stc.h when not building the library, it... |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | added UDP test (see #10717) |
tree | commitdiff |
2009-05-09 |
Vadim Zeitlin | add tests for GetLocal() and GetPeer() (see #10779) |
tree | commitdiff |
2009-05-09 |
Francesco Montorsi | add new predefined colour (and relative brush/pen)... |
tree | commitdiff |
2009-05-07 |
Vadim Zeitlin | add support for loading wxListCtrl items and wxImageLis... |
tree | commitdiff |
2009-05-07 |
Vadim Zeitlin | add SetEscapeId() test (see #10746) |
tree | commitdiff |
2009-05-06 |
Stefan Csomor | fixing osx_carbon guard |
tree | commitdiff |
2009-05-04 |
Vadim Zeitlin | don't use deprecated EVT_GRID_CELL_CHANGED synonym |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
tree | commitdiff |
2009-04-29 |
Vadim Zeitlin | show the new size of the grid row/col which was resized... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add a possibility to disable individual grid rows/colum... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | set more svn properties for the files which didn't... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | add parent parameter to wxAboutBox() (closes #9952) |
tree | commitdiff |
2009-04-26 |
Kevin Ollivier | Rebake after latest changes. |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | add support for table border width attribute (closes... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | no changes, just fix a typo in a menu item label |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | added find performance test (see #9870) and the possibi... |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | only use Mac-specific menu item under Mac |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | use wxSTB_ as prefix for wxStatusBar styles; add suppor... |
tree | commitdiff |
2009-04-24 |
Chris Elliott | update bakefile to 0.2.6 |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | add Bind() test |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
tree | commitdiff |
2009-04-16 |
Vadim Zeitlin | define constants for the number of items in the tree... |
tree | commitdiff |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
tree | commitdiff |
2009-04-15 |
Francesco Montorsi | small enhancement: account for SLANT==ITALIC on wxMSW... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | allow testing more font properties: light weight, slant... |
tree | commitdiff |
2009-04-07 |
Robert Roebling | Add test for wxDataViewColumn::GetWidth |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | added test for wxDC-based image scaling; updated copyright |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | paint background by default to avoid unexpected sample... |
tree | commitdiff |
2009-04-05 |
Vadim Zeitlin | implement GetImageCount() for GIF handler (closes ... |
tree | commitdiff |
2009-04-01 |
Francesco Montorsi | add IT locale to the makefile |
tree | commitdiff |
2009-04-01 |
Francesco Montorsi | include the locale name in the error message when the... |
tree | commitdiff |
2009-03-30 |
Václav Slavík | always return (owned or non-owned, depending on build... |
tree | commitdiff |
2009-03-26 |
Benjamin Williams | fix misusage of wxFlexGridSizer that was causing an... |
tree | commitdiff |
2009-03-25 |
Vadim Zeitlin | don't omit wxOK in wxMessageBox() call |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | remove VCard code leftover: it's not part of wx |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | make sure that wxProcess always have a valid PID set... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | add the ability to test the wxBell() function |
tree | commitdiff |
2009-03-23 |
Vadim Zeitlin | add timing of the page loading (see #9972) |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | fix typo in comment introduced in the previous change... |
tree | commitdiff |
2009-03-21 |
Vadim Zeitlin | don't build flash and mfc samples with non-MSVC compile... |
tree | commitdiff |
2009-03-19 |
Francesco Montorsi | commit temporary fix for the sample for 2.9.0 release |
tree | commitdiff |
2009-03-18 |
Benjamin Williams | updated aui sample to demonstrate/test wxITEM_RADIO... |
tree | commitdiff |
2009-03-18 |
Vadim Zeitlin | add combobox drop down/close up events (closes #10587) |
tree | commitdiff |
2009-03-17 |
Jouk Jansen | correct typo in my previous commit |
tree | commitdiff |
2009-03-17 |
Jouk Jansen | correcting #ifdef syntax error |
tree | commitdiff |
2009-03-16 |
Francesco Montorsi | allow testing wxSystemSettings::GetFont() return value |
tree | commitdiff |
2009-03-16 |
Vadim Zeitlin | add a menu item to test setting focus (see #626 comment:42) |
tree | commitdiff |
2009-03-15 |
Kevin Ollivier | Rebake after last change. |
tree | commitdiff |
next |