2009-02-17 |
Robert Roebling | Blind implementation of YieldFor() for OSX/Cocoa, copie... |
tree | commitdiff |
2009-02-17 |
Robert Roebling | Blind implementation of GetSubItemRect() for wxListCtrl... |
tree | commitdiff |
2009-02-16 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2009-02-16 |
Paul Cornett | fix evtloop.h header dependency |
tree | commitdiff |
2009-02-16 |
Robert Roebling | Compilo |
tree | commitdiff |
2009-02-16 |
Robert Roebling | Compilo |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | wxApp::DoYield => wxGUIEventLoop::YieldFor (part of... |
tree | commitdiff |
2009-02-15 |
Stefan Csomor | switching to compositing operators (fixes #9881), addin... |
tree | commitdiff |
2009-02-14 |
Kevin Ollivier | Fix typo (sorry, thought I compiled before committing.) |
tree | commitdiff |
2009-02-14 |
Kevin Ollivier | Start on implementation for wxTE_MULTILINE / wxTE_RICH... |
tree | commitdiff |
2009-02-14 |
Kevin Ollivier | Remove the "double border" around the search ctrl. |
tree | commitdiff |
2009-02-14 |
Kevin Ollivier | Add a tracking rect on resize so that the view will... |
tree | commitdiff |
2009-02-13 |
Kevin Ollivier | clickCount is not available for mouse entered/exited... |
tree | commitdiff |
2009-02-13 |
Kevin Ollivier | Implement NSPanel support to get wxFRAME_TOOL_WINDOW... |
tree | commitdiff |
2009-02-13 |
Stefan Csomor | direct wxFrame events support (paint was not delivered... |
tree | commitdiff |
2009-02-13 |
Stefan Csomor | different contentview-offset code, otherwise 'wx' synth... |
tree | commitdiff |
2009-02-13 |
Stefan Csomor | paint event was missing the id, Connect not working... |
tree | commitdiff |
2009-02-12 |
Stefan Csomor | renaming clickedAction callbacks to more generic contro... |
tree | commitdiff |
2009-02-12 |
Stefan Csomor | CGContextFlush is already called in SetNativeContext |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Restore DrawRadioButton to the main wxRenderer API... |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Fix assertion when passing nil to setKeyEquivalent. |
tree | commitdiff |
2009-02-10 |
Stefan Csomor | supporting graphics context on invisible views, icon... |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | We'll get an unhandled exception if the view is hidden... |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | paint event handling fixes and wxClientDC implementatio... |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | make sure no delegates/impl ptrs are still set during... |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | drawing code now in common file |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | replacing RgnHandle with HIShapeRef usage |
tree | commitdiff |
2009-02-09 |
Stefan Csomor | common drawing code for osx-cocoa and osx-carbon, also... |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | Remove delegates before releasing the native object... |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | Do a sanity check to make sure GetWindow() has a valid... |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | Initial support for EVT_ERASE_BACKGROUND for OS X Cocoa. |
tree | commitdiff |
2009-02-09 |
Francesco Montorsi | save the current status text for each pane inside wxSta... |
tree | commitdiff |
2009-02-08 |
Kevin Ollivier | Stub out GetMatchingPair() for now to allow us to use... |
tree | commitdiff |
2009-02-08 |
Kevin Ollivier | Crash fix for when a wxNullBitmap is passed in as the... |
tree | commitdiff |
2009-02-08 |
Kevin Ollivier | Header fix for OS X Cocoa build. |
tree | commitdiff |
2009-02-08 |
Stefan Csomor | turning on icons for osx-cocoa |
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 |
Stefan Csomor | adding scroll wheel support |
tree | commitdiff |
2009-02-07 |
Kevin Ollivier | Implement GetDashCount() for Carbon/Cocoa. |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-02-07 |
Stefan Csomor | reworking event handling to redirect to c++ virtual... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-02-01 |
Robert Roebling | Make wxCheckListBox call event.SetString() on all platf... |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | fixing utf32 native conversion |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | adding explicit log.h include |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | adding the GetEventHandler() indirection |
tree | commitdiff |
2009-02-01 |
Stefan Csomor | adding explicit log.h include |
tree | commitdiff |
2009-01-31 |
Robert Roebling | Commit Hartwig's patch for DnD in wxDataViewCtrl |
tree | commitdiff |
2009-01-30 |
Robert Roebling | Add wxSIZE_FORCE_EVENT and use is from wxSizerItem... |
tree | commitdiff |
2009-01-30 |
Stefan Csomor | use native conversions that are close to the native... |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | rename wxRendererNative::DrawRadioButton() to DrawOptio... |
tree | commitdiff |
2009-01-26 |
Robert Roebling | Implement hint cursor for resizable columns |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | blind build fix for wxMac |
tree | commitdiff |
2009-01-25 |
Francesco Montorsi | build fix |
tree | commitdiff |
2009-01-25 |
Stefan Csomor | adapting to name change in r58318 |
tree | commitdiff |
2009-01-25 |
Stefan Csomor | adapting to name change in r58318 |
tree | commitdiff |
2009-01-23 |
Stefan Csomor | fixing some warnings |
tree | commitdiff |
2009-01-23 |
Stefan Csomor | fixing 64 bit compile |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Forgot this one |
tree | commitdiff |
2009-01-23 |
Robert Roebling | Give some OSX specific methods OSX prefix, fixes hidden... |
tree | commitdiff |
2009-01-23 |
Robert Roebling | wxDataViewCtrl fixes |
tree | commitdiff |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
tree | commitdiff |
2009-01-20 |
Stefan Csomor | streamlining slider, scroller, spinbutton for osx carbo... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-18 |
Robert Roebling | Really set standard cursor when over title bar and... |
tree | commitdiff |
2009-01-18 |
Stefan Csomor | mouse and cursor additions for cocoa, see #10361 |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | fixing screen coordinate transformation |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | missing commit |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | fixing dangling includes |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | printing adjustment |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | streamlining printing support, adding printing support... |
tree | commitdiff |
2009-01-17 |
Stefan Csomor | avoiding warning for unused var in cocoa build |
tree | commitdiff |
2009-01-16 |
Stefan Csomor | fixing infinite recursion for rotated text, introduced... |
tree | commitdiff |
2009-01-15 |
Stefan Csomor | make sure group boxes don't get the big font |
tree | commitdiff |
2009-01-15 |
Stefan Csomor | adding missing header for non-precomp build |
tree | commitdiff |
2009-01-15 |
Stefan Csomor | fixing controls with content areas, correcting radiobox... |
tree | commitdiff |
2009-01-14 |
Robert Roebling | Don't make wxFrame grow when adding a native wxToolbar |
tree | commitdiff |
2009-01-14 |
Stefan Csomor | cleaning up warnings, more common event code |
tree | commitdiff |
2009-01-14 |
Stefan Csomor | routing native events first to the wx class and only... |
tree | commitdiff |
2009-01-13 |
Robert Roebling | Also update cursor when over toolbar and titlebar |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | using subclass as impl ptr, common code in macro becaus... |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | common event code |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | make sure that code is always available when compiling... |
tree | commitdiff |
2009-01-13 |
Stefan Csomor | removing duplicate code |
tree | commitdiff |
2009-01-12 |
Stefan Csomor | adding 10.4 build compatibility for osx cocoa, see... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | fixes #10358 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | making sure enabling the menus works |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | guarding against NULL peers |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | fixing wrong constant |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | fixing default location for cocoa, see #10361 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | calling superclass impl, see #10361 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | cocoa layout optimization, see #10361 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | native apple event support for osx cocoa |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | supporting PopUp on osx cocoa as well, see #10361 |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | adding open and close hand cursor constants, implementa... |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | moving launch methods to common code |
tree | commitdiff |
2009-01-09 |
Stefan Csomor | guarding against calls through 'non-window' instances... |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | fix the fix of r57935 |
tree | commitdiff |
next |