2009-03-10 |
Kevin Ollivier | Focus handling fixes - make sure new windows activate... |
tree | commitdiff |
2009-03-10 |
Kevin Ollivier | Border styles create a double-border on native search... |
tree | commitdiff |
2009-03-09 |
Kevin Ollivier | Fix for accessing m_peer during initialization. |
tree | commitdiff |
2009-03-08 |
Stefan Csomor | letting the peer declare whether it wants to draw its... |
tree | commitdiff |
2009-03-08 |
Kevin Ollivier | Fix double-click support for wxListBox (#10548) |
tree | commitdiff |
2009-03-08 |
Kevin Ollivier | Fixes needed to get transient popup windows working... |
tree | commitdiff |
2009-03-08 |
Kevin Ollivier | Make sure the user can't select the text. |
tree | commitdiff |
2009-03-07 |
Robert Roebling | wxDATAVIEW_CELL_ACTIVATABLE translates Editable under... |
tree | commitdiff |
2009-03-07 |
Robert Roebling | Report first selected item in selection change event |
tree | commitdiff |
2009-03-07 |
Robert Roebling | Make wxDataViewCtrl::GetBestSize() return a height... |
tree | commitdiff |
2009-03-07 |
Kevin Ollivier | For search ctrl, the bordered and bezeled styles destro... |
tree | commitdiff |
2009-03-07 |
Kevin Ollivier | Add alignment support, and more tweaks for label size... |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Fill out the left and top fields as well. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Sheet support for wxDirDialog. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Don't use result for both NS and wx button ID values. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Sheet support for wxMessageDialog. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Fix for sheets based on NSAlert. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Make sure we call SetEventObject before firing events. |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Make wxStaticText for OS X Cocoa properly size multilin... |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Use sheets for native file dialogs if the dialog has... |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Ensure that WriteText moves the selection to the end... |
tree | commitdiff |
2009-03-05 |
Kevin Ollivier | Fix comparison operator for functions keys (fixes ... |
tree | commitdiff |
2009-03-04 |
Kevin Ollivier | Ensure we get mouse moved events. |
tree | commitdiff |
2009-03-04 |
Kevin Ollivier | Don't always set the titled mask. |
tree | commitdiff |
2009-03-03 |
Kevin Ollivier | More fixes for clickCount... even sometimes when respon... |
tree | commitdiff |
2009-03-02 |
Francesco Montorsi | revert r59246; the window parameter was there by purpos... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | another wxOSX build fix after wxTextEntry::GetValue... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | wxOSX build fix after wxTextEntry::GetValue() renaming... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | deprecated GetCheckBoxSize(wxWindow *) in favour of... |
tree | commitdiff |
2009-02-28 |
Kevin Ollivier | Cast needed to fix compilation on 10.4 --This line... |
tree | commitdiff |
2009-02-27 |
Stefan Csomor | applying patch, fixes #10523 |
tree | commitdiff |
2009-02-27 |
Stefan Csomor | applying patch, fixes #10524 |
tree | commitdiff |
2009-02-25 |
Kevin Ollivier | Remove no longer necessary re-entrancy check, fix funct... |
tree | commitdiff |
2009-02-24 |
Kevin Ollivier | Turn off the annoying beep when a key down is passed... |
tree | commitdiff |
2009-02-22 |
Kevin Ollivier | Quick fix to prevent a crash when running on 10.4. |
tree | commitdiff |
2009-02-22 |
Kevin Ollivier | Missed one symbol used in the compatibility path. |
tree | commitdiff |
2009-02-22 |
Kevin Ollivier | Fix for building under 10.4, where the BlendMode consta... |
tree | commitdiff |
2009-02-22 |
Kevin Ollivier | Landing basic EVT_CHAR support, along with the rest... |
tree | commitdiff |
2009-02-22 |
Kevin Ollivier | Add support for EVT_TEXT in OS X Cocoa. |
tree | commitdiff |
2009-02-19 |
Paul Cornett | unused variable |
tree | commitdiff |
2009-02-18 |
Paul Cornett | use bool expression rather than implicit conversion |
tree | commitdiff |
2009-02-17 |
Robert Roebling | Corrected meaning of parameter col as the position... |
tree | commitdiff |
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 |
next |