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 |
2008-09-05 |
Vadim Zeitlin | extract button size calculation from button label size...
|
commit | commitdiff | tree |
2008-09-05 |
Vadim Zeitlin | extract wrapper for SystemParametersInfo(SPI_GETNONCLIENTMET...
|
commit | commitdiff | tree |
2008-09-05 |
Vadim Zeitlin | removed unnceessary gtk_window_set_transient_for()...
|
commit | commitdiff | tree |
2008-09-04 |
Vadim Zeitlin | emphasize that mingw32-make and not MSYS make must...
|
commit | commitdiff | tree |
2008-09-04 |
Vadim Zeitlin | show the "Window" menu only when we have any MDI children...
|
commit | commitdiff | tree |
2008-09-03 |
Vadim Zeitlin | copy alpha presence flag when copying bitmaps using...
|
commit | commitdiff | tree |
2008-09-03 |
Vadim Zeitlin | fix some typos and other minor problems (#9886)
|
commit | commitdiff | tree |
2008-09-03 |
Vadim Zeitlin | better documentation of DeviceToLogicalXXX() (#9896)
|
commit | commitdiff | tree |
2008-09-03 |
Vadim Zeitlin | add wxSP_THIN_SASH for completeness (#9902)
|
commit | commitdiff | tree |
2008-09-03 |
Vadim Zeitlin | test showing parent/sibling items too (#9903)
|
commit | commitdiff | tree |
2008-09-03 |
Vadim Zeitlin | add more wxUSE_XXX checks
|
commit | commitdiff | tree |
2008-09-03 |
Vadim Zeitlin | include wx/control.h for the base class declaration...
|
commit | commitdiff | tree |
2008-09-02 |
Vadim Zeitlin | reverted accidentally committed change
|
commit | commitdiff | tree |
2008-09-02 |
Vadim Zeitlin | use {short,long}_help_string parameters of AddTool...
|
commit | commitdiff | tree |
2008-09-02 |
Vadim Zeitlin | don't set SHOW_FILES, its value is yes by default anyhow...
|
commit | commitdiff | tree |
next |