2008-09-21 |
Vadim Zeitlin | don't waste time sending out update UI events for separators...
|
commit | commitdiff | tree |
2008-09-21 |
Vadim Zeitlin | no changes, just reformat/reindent, remove wxT()s
|
commit | commitdiff | tree |
2008-09-20 |
Vadim Zeitlin | add const synonyms for wxGridTableBase::GetNumberRows...
|
commit | commitdiff | tree |
2008-09-20 |
Vadim Zeitlin | fix g++ warning about order of objects in the initializer...
|
commit | commitdiff | tree |
2008-09-20 |
Vadim Zeitlin | use a single wxKeyboardEvent parameter instead of 4...
|
commit | commitdiff | tree |
2008-09-19 |
Vadim Zeitlin | allow specifying the initial modifier keys values in...
|
commit | commitdiff | tree |
2008-09-19 |
Vadim Zeitlin | - Main change is the addition of wxGridSelectRowsOrColumns...
|
commit | commitdiff | tree |
2008-09-19 |
Vadim Zeitlin | make wxKeyEvent and wxMouseEvent derive from the same...
|
commit | commitdiff | tree |
2008-09-19 |
Vadim Zeitlin | add unit test for wxTextEntry methods of wxComboBox
|
commit | commitdiff | tree |
2008-09-19 |
Vadim Zeitlin | fix bug in SetInsertionPoint(-1) implementation
|
commit | commitdiff | tree |
2008-09-19 |
Vadim Zeitlin | set selection point to end in wxTextEntryBase::SetValue...
|
commit | commitdiff | tree |
2008-09-19 |
Vadim Zeitlin | implement EnableTextChangedEvents() to make ChangeValue...
|
commit | commitdiff | tree |
2008-09-19 |
Vadim Zeitlin | do enable PCH for the tests, wx/wx.h was not precompiled...
|
commit | commitdiff | tree |
2008-09-19 |
Vadim Zeitlin | extract wxTextEntry unit tests in a reusable base class
|
commit | commitdiff | tree |
2008-09-19 |
Vadim Zeitlin | set buffer length after reading the file contents into...
|
commit | commitdiff | tree |
2008-09-19 |
Vadim Zeitlin | return 0 (meaning the file is not seekable, as the...
|
commit | commitdiff | tree |
2008-09-19 |
Vadim Zeitlin | fix ownerdrawn button label drawing in ODS_NOACCEL...
|
commit | commitdiff | tree |
2008-09-19 |
Vadim Zeitlin | cancel the current operation if mouse capture is lost...
|
commit | commitdiff | tree |
2008-09-18 |
Vadim Zeitlin | mention that you need to update samples/samples.dsw...
|
commit | commitdiff | tree |
2008-09-18 |
Vadim Zeitlin | use #defines, not typedefs, for compatibility class...
|
commit | commitdiff | tree |
2008-09-18 |
Vadim Zeitlin | rebaked after propgrid sample addition
|
commit | commitdiff | tree |
2008-09-17 |
Vadim Zeitlin | ensure that the copies of the bitmap passed to wxMemoryDC...
|
commit | commitdiff | tree |
2008-09-16 |
Vadim Zeitlin | more grid folding: got rid of duplicate version of...
|
commit | commitdiff | tree |
2008-09-16 |
Vadim Zeitlin | document wxGridTableBase
|
commit | commitdiff | tree |
2008-09-16 |
Vadim Zeitlin | start of the great grid folding: introduce wxGridOperations...
|
commit | commitdiff | tree |
2008-09-16 |
Vadim Zeitlin | disable AUI (and also MDI in 2.8) under CE, it doesn...
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | use wxSwap()
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | document wxDELETE() and wxDELETEA() (now committing...
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | document wxDELETE() and wxDELETEA()
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | implement CreateGrid() in terms of SetTable() instead...
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | more cleanup (removed some TODOs/FIXMEs); use native...
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | add SetUseNativeColLabels() test
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | remove the now unused GetScroll[XY]
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | WinCE compilation fix: don't use FNERR_INVALIDFILENAME
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | take old (wx 2.2? older?) wxGrid compatibility functions...
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | reviewed, updated and corrected wxGrid docs
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | remove automatic selection of the current row/column...
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | select current column when Ctrl-Space is pressed; the...
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | improve display of hints during column move (#9884)
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | don't steal focus back to wxGrid when it hides an editor...
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | fix drawing of the column move hint when the grid is...
|
commit | commitdiff | tree |
2008-09-15 |
Vadim Zeitlin | fix repaining of highlight for merged cells (#9718)
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | we don't need to round up the best/fitting grid size...
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | need to AdjustScrollbars() after changing the virtual...
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | move the grid-specific workaround for scrollbar hysteresis...
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | no changes, just removed the unnecessary wxGrid:: qualifiers
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | don't use SetScrollbars() as this forces the grid virtual...
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | no changes, just clarified a comment
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | make the simple canvas larger as otherwise the simple...
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | delete the old labels when recreating the spin controls
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | really, really fix handling Enter in spin controls...
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | use transparent icons and clear the DC before drawing...
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | some wxGrid docs cleanup, it's still a huge mess though
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | added wxFileName::GetVolumeString() (#9950)
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | compilation fix after the last commit
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | don't give spurious error messages if the default browser...
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | build fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | make ellipses drawn with transparent pen more wxGC...
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | check the item index inside Item() itself instead of...
|
commit | commitdiff | tree |
2008-09-14 |
Vadim Zeitlin | must include typeinfo before using typeid()
|
commit | commitdiff | tree |
2008-09-13 |
Vadim Zeitlin | cache the item text size to optimize tree layout/painting...
|
commit | commitdiff | tree |
2008-09-13 |
Vadim Zeitlin | no real changes, just some reformatting
|
commit | commitdiff | tree |
2008-09-12 |
Vadim Zeitlin | must include typeinfo before using typeid()
|
commit | commitdiff | tree |
2008-09-12 |
Vadim Zeitlin | must include typeinfo before using typeid()
|
commit | commitdiff | tree |
2008-09-12 |
Vadim Zeitlin | PCH-less compilation fix
|
commit | commitdiff | tree |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934)
|
commit | commitdiff | tree |
2008-09-12 |
Vadim Zeitlin | STL build fix
|
commit | commitdiff | tree |
2008-09-12 |
Vadim Zeitlin | return true from IsBeingDeleted() if any of the parent...
|
commit | commitdiff | tree |
2008-09-12 |
Vadim Zeitlin | add grid category and mark all grid-related classes...
|
commit | commitdiff | tree |
2008-09-12 |
Vadim Zeitlin | fix the event type in EVT_GRID_[CMD_]COL_MOVE declaration...
|
commit | commitdiff | tree |
2008-09-12 |
Vadim Zeitlin | fix crash under MSW due to constructing a static wxDDEClient...
|
commit | commitdiff | tree |
2008-09-12 |
Vadim Zeitlin | add wxCANCEL_DEFAULT support
|
commit | commitdiff | tree |
2008-09-11 |
Vadim Zeitlin | added wxCANCEL_DEFAULT style to wxMessageDialog (only...
|
commit | commitdiff | tree |
2008-09-11 |
Vadim Zeitlin | test wxCANCEL_DEFAULT flag
|
commit | commitdiff | tree |
2008-09-11 |
Vadim Zeitlin | added wxCANCEL_DEFAULT style to wxMessageDialog (only...
|
commit | commitdiff | tree |
2008-09-11 |
Vadim Zeitlin | made wxLogGui more flexible and documented it and added...
|
commit | commitdiff | tree |
2008-09-11 |
Vadim Zeitlin | added braces to suppress g++ 4.3 warnings
|
commit | commitdiff | tree |
2008-09-11 |
Vadim Zeitlin | made wxLogGui more flexible and documented it and added...
|
commit | commitdiff | tree |
2008-09-11 |
Vadim Zeitlin | added swap() for the other arrays too (and now committing...
|
commit | commitdiff | tree |
2008-09-11 |
Vadim Zeitlin | added swap() for the other arrays too
|
commit | commitdiff | tree |
2008-09-11 |
Vadim Zeitlin | added wxArrayString::swap()
|
commit | commitdiff | tree |
2008-09-11 |
Vadim Zeitlin | don't use wxStrings in a statically initialized array...
|
commit | commitdiff | tree |
2008-09-11 |
Vadim Zeitlin | get rid of __WXCOCOA__ check in common CreateLogTarget...
|
commit | commitdiff | tree |
2008-09-11 |
Vadim Zeitlin | partially revert 55488: don't use message box with...
|
commit | commitdiff | tree |
2008-09-11 |
Vadim Zeitlin | replace the static control in wxMessageDialog with...
|
commit | commitdiff | tree |
2008-09-09 |
Vadim Zeitlin | add tests for the remaining message box flags (wxNO_DEFAULT...
|
commit | commitdiff | tree |
2008-09-08 |
Vadim Zeitlin | added a dialog for wxMessageBox testing
|
commit | commitdiff | tree |
2008-09-07 |
Vadim Zeitlin | added missing wx/dcclient.h header for PCH-less compilation...
|
commit | commitdiff | tree |
2008-09-06 |
Vadim Zeitlin | implement Empty() using clear() instead of Truncate(0)
|
commit | commitdiff | tree |
2008-09-06 |
Vadim Zeitlin | access TLS cache variable directly and not via a helper...
|
commit | commitdiff | tree |
2008-09-06 |
Vadim Zeitlin | add wxGTK_CONVs to fix STL and ANSI builds
|
commit | commitdiff | tree |
2008-09-05 |
Vadim Zeitlin | add missing header for PCH-less build
|
commit | commitdiff | tree |
2008-09-05 |
Vadim Zeitlin | no changes, fix typo
|
commit | commitdiff | tree |
2008-09-05 |
Vadim Zeitlin | allow copying text in the log dialogs
|
commit | commitdiff | tree |
2008-09-05 |
Vadim Zeitlin | adjust the labels before centering the dialog as doing...
|
commit | commitdiff | tree |
2008-09-05 |
Vadim Zeitlin | allow passing literal strings and results of c_str...
|
commit | commitdiff | tree |
2008-09-05 |
Vadim Zeitlin | make it possible to use stock ids for custom message...
|
commit | commitdiff | tree |
2008-09-05 |
Vadim Zeitlin | added support for custom labels in wxMessageBox for...
|
commit | commitdiff | tree |
2008-09-05 |
Vadim Zeitlin | use more clear messaage about the custom labels in...
|
commit | commitdiff | tree |
2008-09-05 |
Vadim Zeitlin | implement support for custom button labels in wxMessageBox...
|
commit | commitdiff | tree |
next |