2008-09-25 |
Vadim Zeitlin | specify the file name in IO errors messages; also make... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Fixed bug: Settings property attribute to wxNullVariant... |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Fix wxCursor() ctor compilation by casting argument... |
tree | commitdiff |
2008-09-25 |
Robin Dunn | Consolidate old and new implementations of Get/SetSelection |
tree | commitdiff |
2008-09-25 |
Jaakko Salli | Fixed bug: wxPGProperty::OnEvent() was never called... |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | fix parsing of IP literals in URIs, added test for it |
tree | commitdiff |
2008-09-25 |
Vadim Zeitlin | removed hardcoded size of 66 bytes of PRINTDLG struct... |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | small build fixes for PCH-less builds |
tree | commitdiff |
2008-09-25 |
Stefan Csomor | avoiding crash for pure modifier events |
tree | commitdiff |
2008-09-25 |
Robin Dunn | More changes needed to fix problems resulting from... |
tree | commitdiff |
2008-09-25 |
Kevin Ollivier | Get wxMediaCtrl stub impl. going for OS X Cocoa. |
tree | commitdiff |
2008-09-25 |
Kevin Ollivier | Remove some wxCocoa stuff that isn't in OS X Cocoa. |
tree | commitdiff |
2008-09-24 |
Kevin Ollivier | #ifdef Carbon-specific code to get stubbed DND support... |
tree | commitdiff |
2008-09-24 |
Robin Dunn | Unicode-related compile fixes |
tree | commitdiff |
2008-09-24 |
Robin Dunn | Fix wxStockCursor realted compile error |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | fix build errors deriving from making wxColourData... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | changed wxColourData::GetCustomColour to const; there... |
tree | commitdiff |
2008-09-24 |
Vadim Zeitlin | return false, not true, from wxSingleInstanceChecker... |
tree | commitdiff |
2008-09-24 |
Vadim Zeitlin | reverted r55167, see #9854 |
tree | commitdiff |
2008-09-24 |
Vadim Zeitlin | restore the original selection when the dropdown is... |
tree | commitdiff |
2008-09-24 |
Stefan Csomor | supporting GetSize, fixes #9969 |
tree | commitdiff |
2008-09-23 |
Stefan Csomor | fixing compiles under certain flags |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | use wxGetDisplayPPI() instead of redoing it |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | use factor of 10, not 100, to convert mm to cm after... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | use inches2mm instead of literal constant in wxGetDispl... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | position the insertion point to the start, not end... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | don't crash if the grid is being deleted while a cell... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | fix the event handling in presence of pushed event... |
tree | commitdiff |
2008-09-22 |
Stefan Csomor | using new API instead of 2.8 compat, fixes #9990 |
tree | commitdiff |
2008-09-22 |
Stefan Csomor | fixing typo, thanks to Angelo Mottola |
tree | commitdiff |
2008-09-22 |
Stefan Csomor | fixing override, fixes #9985 (second error) |
tree | commitdiff |
2008-09-22 |
Kevin Ollivier | Adding compiling (but not yet working) taskbar implemen... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | use ProcessEventHere() instead of ProcessEvent() in... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | hook the docview-specific customization of event handli... |
tree | commitdiff |
2008-09-22 |
Vadim Zeitlin | extracted the part of ProcessEvent() which is repeated... |
tree | commitdiff |
2008-09-21 |
Stefan Csomor | fixing typo (lead to always floating layering for simpl... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Fixed non-precompiled headers compilation |
tree | commitdiff |
2008-09-21 |
Stefan Csomor | fixing focus, fixes #9985 |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Revised #ifndef WX_PRECOMP headers, added missing ... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | 'wx(U)LongLong << variant' type safety improved (now... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Removed #include <typeinfo> (since C++ RTTI is no longe... |
tree | commitdiff |
2008-09-21 |
Jaakko Salli | Moved SetPropertyAttributeAll() to wxPropertyGridInterface |
tree | commitdiff |
2008-09-21 |
Vadim Zeitlin | don't waste time sending out update UI events for separ... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | Get rid of gs_cairo; if wxGtkPrint* classes are used... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | route all Cairo calls in GTK printing code through... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | added wxGetDisplayPPI() convenience function and wxPrin... |
tree | commitdiff |
2008-09-21 |
Václav Slavík | progress message passed to wxDC::StartDoc() is not... |
tree | commitdiff |
2008-09-21 |
Kevin Ollivier | Stubbed wxToolTip implementation to get code that uses... |
tree | commitdiff |
2008-09-20 |
Kevin Ollivier | Source changes needed to get MDI support compiling... |
tree | commitdiff |
2008-09-20 |
Vadim Zeitlin | use a single wxKeyboardEvent parameter instead of 4... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | - Main change is the addition of wxGridSelectRowsOrColu... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | make wxKeyEvent and wxMouseEvent derive from the same... |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Eliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Eliminate a warning |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Moved wxPGChoices m_choices member from various propert... |
tree | commitdiff |
2008-09-19 |
Jaakko Salli | Do not insert client data if client data is not used |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | fix bug in SetInsertionPoint(-1) implementation |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | set selection point to end in wxTextEntryBase::SetValue... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | implement EnableTextChangedEvents() to make ChangeValue... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | set buffer length after reading the file contents into... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | return 0 (meaning the file is not seekable, as the... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | fix ownerdrawn button label drawing in ODS_NOACCEL... |
tree | commitdiff |
2008-09-19 |
Vadim Zeitlin | cancel the current operation if mouse capture is lost... |
tree | commitdiff |
2008-09-17 |
Vadim Zeitlin | ensure that the copies of the bitmap passed to wxMemory... |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Added separate SetFocusOnCanvas() function so that... |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | Try to improve focus problem situation by using more... |
tree | commitdiff |
2008-09-17 |
Jaakko Salli | wxUSE_PROPGRID is now recognized by source and header... |
tree | commitdiff |
2008-09-16 |
Jaakko Salli | Try to display '...' text on editor buttons more consis... |
tree | commitdiff |
2008-09-16 |
Jaakko Salli | Do not incorrectly interprete StringToValue() returning... |
tree | commitdiff |
2008-09-16 |
Vadim Zeitlin | more grid folding: got rid of duplicate version of... |
tree | commitdiff |
2008-09-16 |
Jaakko Salli | Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVa... |
tree | commitdiff |
2008-09-16 |
Julian Smart | Switched off some buggy optimisation that caused caret... |
tree | commitdiff |
2008-09-16 |
Vadim Zeitlin | start of the great grid folding: introduce wxGridOperat... |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | use wxSwap() |
tree | commitdiff |
2008-09-15 |
Julian Smart | Fixed Freeze problem that rendered control invisible |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | implement CreateGrid() in terms of SetTable() instead... |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | more cleanup (removed some TODOs/FIXMEs); use native... |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | remove the now unused GetScroll[XY] |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | WinCE compilation fix: don't use FNERR_INVALIDFILENAME |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | remove automatic selection of the current row/column... |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | select current column when Ctrl-Space is pressed; the... |
tree | commitdiff |
2008-09-15 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | improve display of hints during column move (#9884) |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | don't steal focus back to wxGrid when it hides an edito... |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | fix drawing of the column move hint when the grid is... |
tree | commitdiff |
2008-09-15 |
Vadim Zeitlin | fix repaining of highlight for merged cells (#9718) |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | we don't need to round up the best/fitting grid size... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | need to AdjustScrollbars() after changing the virtual... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | move the grid-specific workaround for scrollbar hystere... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | don't use SetScrollbars() as this forces the grid virtu... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | no changes, just clarified a comment |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | really, really fix handling Enter in spin controls... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | Have support for both char* and wchar_t* in wxPGPropArg... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | Fixed bug: Setting property value string did not update... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | wxVariant list used to translate between list of proper... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | Adapt to 'premature' events being sent from editor... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | Fixed ambiguity with bitwise operators |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | added wxFileName::GetVolumeString() (#9950) |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | compilation fix after the last commit |
tree | commitdiff |
next |