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 |
2008-09-14 |
Vadim Zeitlin | don't give spurious error messages if the default brows... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | build fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937) |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | make ellipses drawn with transparent pen more wxGC... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | must include typeinfo before using typeid() |
tree | commitdiff |
2008-09-13 |
Vadim Zeitlin | cache the item text size to optimize tree layout/painti... |
tree | commitdiff |
2008-09-13 |
Vadim Zeitlin | no real changes, just some reformatting |
tree | commitdiff |
2008-09-13 |
Jaakko Salli | wxPropertyGrid::DoPropertyChanged() incorrectly passed... |
tree | commitdiff |
2008-09-13 |
Jaakko Salli | wxPropertyGrid member m_visPropArray removed, now alway... |
tree | commitdiff |
2008-09-13 |
Robert Roebling | Fix crash |
tree | commitdiff |
2008-09-13 |
Jaakko Salli | Needed to convert string variable's type from wxChar... |
tree | commitdiff |
2008-09-13 |
Robert Roebling | include <typeinfo> in all files |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | must include typeinfo before using typeid() |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | must include typeinfo before using typeid() |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
tree | commitdiff |
2008-09-12 |
Stefan Csomor | implementing changes in toolbartool directly |
tree | commitdiff |
2008-09-12 |
Stefan Csomor | CoreText fixes |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | STL build fix |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | return true from IsBeingDeleted() if any of the parent... |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | add wxCANCEL_DEFAULT support |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | added wxCANCEL_DEFAULT style to wxMessageDialog (only... |
tree | commitdiff |
2008-09-11 |
Jouk Jansen | OpenVMS chokes on external templates |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | adding missing y axis flip |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | adding min and max size support for resizing events |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | fixes #9951 |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | fix bugs in the last changes to min and max size handli... |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | made wxLogGui more flexible and documented it and added... |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | get rid of __WXCOCOA__ check in common CreateLogTarget... |
tree | commitdiff |
next |