2009-09-14 |
Vadim Zeitlin | Add wxXmlResource::LoadObjectRecursively(). |
tree | commitdiff |
2009-09-14 |
Vadim Zeitlin | Added support for corner, row and column headers render... |
tree | commitdiff |
2009-09-14 |
Vadim Zeitlin | Remove unneeded pointer check. |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Rebake all the samples, demos and tests makefiles. |
tree | commitdiff |
2009-09-11 |
Julian Smart | wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_... |
tree | commitdiff |
2009-09-07 |
Vadim Zeitlin | Show the order in which different event handlers are... |
tree | commitdiff |
2009-09-01 |
Jaakko Salli | Added 'bool editable' argument to wxPropertyGrid::MakeC... |
tree | commitdiff |
2009-08-29 |
Jaakko Salli | Disabled top-level parent tracking by default (crashes... |
tree | commitdiff |
2009-08-24 |
Vadim Zeitlin | No changes, just fix unused variables and parameters... |
tree | commitdiff |
2009-08-23 |
Vadim Zeitlin | Show the current range of valid dates in the calendar... |
tree | commitdiff |
2009-08-23 |
Jaakko Salli | Added label editing capability into wxPropertyGrid |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | Do wait for connection in the server socket. |
tree | commitdiff |
2009-08-17 |
Jaakko Salli | Added multiple selection feature to wxPropertyGrid... |
tree | commitdiff |
2009-08-15 |
Jaakko Salli | Added workaround for VC6 internal compiler error (fixes... |
tree | commitdiff |
2009-08-11 |
Vadim Zeitlin | Another compilation fix after wxFlexGridSizer ctors... |
tree | commitdiff |
2009-08-11 |
Vadim Zeitlin | Compilation fix after wxFlexGridSizer ctors change. |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Add test for Push/PopStatusText(). |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Provide saner UI for setting status bar fields. |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | No changes, just removed the whitespace. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Test wxCalendarCtrl::SetDateRange() in the sample. |
tree | commitdiff |
2009-07-26 |
Vadim Zeitlin | Improve the menus. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Allow setting long version field in About dialog. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
tree | commitdiff |
2009-07-19 |
Vadim Zeitlin | fix more -Wparentheses warnings after wxLog changes |
tree | commitdiff |
2009-07-18 |
Paul Cornett | fix crash with repeated split horizontal/vertical and... |
tree | commitdiff |
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 |
next |