2009-02-19 |
Paul Cornett | fix for IBM xlC 8, it can't parse the template syntax |
tree | commitdiff |
2009-02-19 |
Paul Cornett | fix for IBM xlC 8, it can't compile Clone() if wxDataFo... |
tree | commitdiff |
2009-02-19 |
Paul Cornett | fix for IBM and HP compilers, which don't allow ->... |
tree | commitdiff |
2009-02-18 |
Paul Cornett | use bool expression rather than implicit conversion |
tree | commitdiff |
2009-02-18 |
Paul Cornett | remove unused wxKeyEvent member m_scanCode |
tree | commitdiff |
2009-02-18 |
Paul Cornett | build fixes for wxUSE_THREADS==0 |
tree | commitdiff |
2009-02-17 |
Jaakko Salli | Improved documentation for GetProperty(), GetPropertyBy... |
tree | commitdiff |
2009-02-17 |
Robert Roebling | Blind implementation of GetSubItemRect() for wxListCtrl... |
tree | commitdiff |
2009-02-17 |
Paul Cornett | fix deferred show when SetSize() is called after SetCli... |
tree | commitdiff |
2009-02-16 |
Paul Cornett | fix evtloop.h header dependency |
tree | commitdiff |
2009-02-16 |
Stefan Csomor | make OSX defines to be 1, not only defined, for backwar... |
tree | commitdiff |
2009-02-16 |
Stefan Csomor | fixing typo |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | PCH-less build fix by Tim S |
tree | commitdiff |
2009-02-15 |
Stefan Csomor | switching to compositing operators (fixes #9881), addin... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | build fix |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-14 |
Jaakko Salli | Fixed wxPropertyGrid::HitTest() documentation |
tree | commitdiff |
2009-02-14 |
Kevin Ollivier | Start on implementation for wxTE_MULTILINE / wxTE_RICH... |
tree | commitdiff |
2009-02-13 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_CORE... |
tree | commitdiff |
2009-02-13 |
Jaakko Salli | Clarified wxPropertyGrid::HitTest() docs |
tree | commitdiff |
2009-02-13 |
Robert Roebling | More GTK prefixing for internal methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | GTK prefix for internal tooltip methods |
tree | commitdiff |
2009-02-13 |
Robert Roebling | Removed unneeded FixUpMouse() method, some more GTK... |
tree | commitdiff |
2009-02-13 |
Robert Roebling | Forgot to commit file for giving a GTK specific methid... |
tree | commitdiff |
2009-02-13 |
Bryan Petty | GTK compilo: looks like a header missed the r58850... |
tree | commitdiff |
2009-02-12 |
Robert Roebling | wxFilePickerCtrl's button should know if it has an... |
tree | commitdiff |
2009-02-12 |
Vadim Zeitlin | made wxArrayString::assign(iterator, iterator) a templa... |
tree | commitdiff |
2009-02-12 |
Julian Smart | Fixed wxRichTextRange != operator |
tree | commitdiff |
2009-02-12 |
Stefan Csomor | renaming clickedAction callbacks to more generic contro... |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Restore DrawRadioButton to the main wxRenderer API... |
tree | commitdiff |
2009-02-10 |
Paul Cornett | corrected build fix, new code does work with GTK+ ... |
tree | commitdiff |
2009-02-10 |
Francesco Montorsi | fix for when wxUSE_DRAG_AND_DROP==0 (e.g. in wxX11) |
tree | commitdiff |
2009-02-09 |
Vadim Zeitlin | compilation fix for GTK+ < 2.10 |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | flipped accessor conforming to plain c++ impl |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | GetRegion is not needed anymore |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | common drawing code for osx-cocoa and osx-carbon, also... |
tree | commitdiff |
2009-02-09 |
Francesco Montorsi | fix memory leak; allocate the DC before SetFont() is... |
tree | commitdiff |
2009-02-09 |
Francesco Montorsi | save the current status text for each pane inside wxSta... |
tree | commitdiff |
2009-02-08 |
Kevin Ollivier | Enable wxDVC on OS X Cocoa using the generic control. |
tree | commitdiff |
2009-02-08 |
Kevin Ollivier | Stub out GetMatchingPair() for now to allow us to use... |
tree | commitdiff |
2009-02-08 |
Paul Cornett | new wxTaskBarIcon implementation for GTK2 |
tree | commitdiff |
2009-02-08 |
Paul Cornett | do only what is necessary in SetScrollbars(), let the... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | optimize rendering code by calling GetClientSize()... |
tree | commitdiff |
2009-02-08 |
Stefan Csomor | turning on icons for osx-cocoa |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | don't react to wxEVT_DESTROY events from child windows |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | use Ellipsize() in wxStatusBarGeneric so that the text... |
tree | commitdiff |
2009-02-08 |
Francesco Montorsi | split wxControl::Ellipsize() in two functions for bette... |
tree | commitdiff |
2009-02-08 |
Stefan Csomor | menu fixes, also fixes #10479 |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | make dtor public to fix VC6 build |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | fix other insert() overloads to work when inserting... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | removed wrong check from splice(it, list, first) |
tree | commitdiff |
2009-02-07 |
Kevin Ollivier | Implement GetDashCount() for Carbon/Cocoa. |
tree | commitdiff |
2009-02-07 |
Kevin Ollivier | Add (currently unimplemented) missing wxRegion construc... |
tree | commitdiff |
2009-02-07 |
Kevin Ollivier | The GL library needs access to this. |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | fix wxList::erase(it, end()) in non-STL build (see... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | fix (harmless for now) g++ warning about non-virtual... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | yet another wxUSE_DRAG_AND_DROP==0 compilation fix |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | fix typo in last commit |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | rename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT |
tree | commitdiff |
2009-02-07 |
Jaakko Salli | Eliminated two unneeded arguments from wxPropertyGrid... |
tree | commitdiff |
2009-02-07 |
Jaakko Salli | Fixed and refactored wxPropertyGridManager decsription... |
tree | commitdiff |
2009-02-07 |
Stefan Csomor | reworking event handling to redirect to c++ virtual... |
tree | commitdiff |
2009-02-06 |
Vadim Zeitlin | allow handling events in a function taking the base... |
tree | commitdiff |
2009-02-05 |
Francesco Montorsi | document the protected functions of wxTextValidator... |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | add a wxEventType argument to wxThreadEvent for coheren... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | use WXDLLIMPEXP_CORE, not WXDLLIMPEXP_BASE for wxThread... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | fix the new wxThreadEvent class adopting the new type... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-02-04 |
Jaakko Salli | Added proper COW to wxPGChoices, moved wxPGChoices... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | add standard wxBLUE_PEN for coherency with the colours... |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | fix MSVC warning about implicit int to bool conversion |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | restore the default bitmap icons size to 16*15, making... |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | compilation fixes for wxMSW/Univ |
tree | commitdiff |
2009-02-04 |
Vadim Zeitlin | added back compatibility headers (apparently svn can... |
tree | commitdiff |
2009-02-03 |
Francesco Montorsi | Re-add support for multiple text validator styles but |
tree | commitdiff |
2009-02-03 |
Vadim Zeitlin | added wxPersistentRegisterAndRestore() function to... |
tree | commitdiff |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
tree | commitdiff |
2009-02-03 |
Robert Roebling | Also report events from wxCollapsiblePane's label |
tree | commitdiff |
2009-02-02 |
Vadim Zeitlin | work around VC6 ICE in DLL build |
tree | commitdiff |
2009-02-02 |
Vadim Zeitlin | use explicit this-> with non-dependent names (compilati... |
tree | commitdiff |
2009-02-02 |
Vadim Zeitlin | Changes to template Connect() to make it compile with... |
tree | commitdiff |
2009-02-02 |
Vadim Zeitlin | don't always disable new events code; leave it enabled... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | remove WXDLLIMPEXP_BASE from template classes to fix... |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | no real changes, just add some comments |
tree | commitdiff |
2009-02-01 |
Francesco Montorsi | blind fix for wxMac |
tree | commitdiff |
2009-02-01 |
Francesco Montorsi | add GetControlWidget() accessor to the generic wxCollap... |
tree | commitdiff |
2009-02-01 |
Francesco Montorsi | add uint/long/ulong overloads of operator* and operator... |
tree | commitdiff |
2009-02-01 |
Francesco Montorsi | use appropriate casts to fix warnings about double... |
tree | commitdiff |
2009-02-01 |
Stefan Neis | Removed extraneous semicolon (partly fixes #10456). |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | another wxUSE_DRAG_AND_DROP==0 compilation fix |
tree | commitdiff |
2009-02-01 |
Vadim Zeitlin | set standard properties |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | avoid warning |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | fixing utf32 native conversion |
tree | commitdiff |
2009-02-01 |
Paul Cornett | simplify Refresh() and Update() |
tree | commitdiff |
2009-02-01 |
Stefan Neis | Fixed compilation error on OS/2 (strnlen declaration... |
tree | commitdiff |
2009-02-01 |
Stefan Neis | Removed extraneous semicolons and commas (partly fixes... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | attempt to fix DLL samples link with VC6 which has... |
tree | commitdiff |
next |