2009-04-26 |
Vadim Zeitlin | added missing parent parameter to Cocoa version of... |
tree | commitdiff |
2009-04-20 |
Stefan Csomor | content must be changeable by wx even though control... |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | textctrl fixes |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | adding support for focus events to multiline textctrl |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | supporting kill focus for single line text controls |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | focus handling streamlined |
tree | commitdiff |
2009-03-24 |
Stefan Csomor | conforming to new naming convention of starting all... |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | simplyfing code, fixing warnings |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | textctrl cleanup |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | fixing warnings in osx cocoa |
tree | commitdiff |
2009-03-22 |
Kevin Ollivier | Disabling sheets codepath until we can resolve the... |
tree | commitdiff |
2009-03-21 |
Stefan Csomor | fixing multiple extensions in one filter, turning off... |
tree | commitdiff |
2009-03-21 |
Stefan Csomor | making sure the repositioning within the contentview... |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | reworked font handling for osx |
tree | commitdiff |
2009-03-18 |
Kevin Ollivier | Fix toggle button style. |
tree | commitdiff |
2009-03-17 |
Kevin Ollivier | Handle the remaining selectors which otherwise lead... |
tree | commitdiff |
2009-03-15 |
Kevin Ollivier | On OS X, the button for wxID_HELP should never accept... |
tree | commitdiff |
2009-03-15 |
Stefan Csomor | changing layout to better adhere to HIG, fixing truncat... |
tree | commitdiff |
2009-03-15 |
Stefan Csomor | fixing obj-c warnings |
tree | commitdiff |
2009-03-15 |
Stefan Csomor | making sure peer->Move refreshes properly, bringing... |
tree | commitdiff |
2009-03-15 |
Stefan Csomor | changes for embedded, applying patch, fixes #10359 |
tree | commitdiff |
2009-03-14 |
Kevin Ollivier | implement EVT_TEXT and EVT_TEXT_ENTER for NSTextView... |
tree | commitdiff |
2009-03-13 |
Kevin Ollivier | Another place we need an autorelease pool. |
tree | commitdiff |
2009-03-11 |
Kevin Ollivier | Get SetLabel working again for wxStaticText by overridi... |
tree | commitdiff |
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-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 |
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-02-28 |
Kevin Ollivier | Cast needed to fix compilation on 10.4 --This line... |
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 | 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-17 |
Robert Roebling | Blind implementation of YieldFor() for OSX/Cocoa, copie... |
tree | commitdiff |
2009-02-16 |
Paul Cornett | fix evtloop.h header dependency |
tree | commitdiff |
2009-02-16 |
Robert Roebling | Compilo |
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-12 |
Stefan Csomor | renaming clickedAction callbacks to more generic contro... |
tree | commitdiff |
2009-02-12 |
Kevin Ollivier | Fix assertion when passing nil to setKeyEquivalent. |
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 |
Kevin Ollivier | Remove delegates before releasing the native object... |
tree | commitdiff |
2009-02-09 |
Kevin Ollivier | Initial support for EVT_ERASE_BACKGROUND for OS X Cocoa. |
tree | commitdiff |
2009-02-08 |
Kevin Ollivier | Crash fix for when a wxNullBitmap is passed in as the... |
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 |
Stefan Csomor | reworking event handling to redirect to c++ virtual... |
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-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 |
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 | printing adjustment |
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 |
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 |
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-12 |
Stefan Csomor | adding 10.4 build compatibility for osx cocoa, see... |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | guarding against NULL peers |
tree | commitdiff |
2009-01-10 |
Stefan Csomor | fixing default location for cocoa, 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-07 |
Francesco Montorsi | s/wxSplitPath/wxFileName::SplitPath |
tree | commitdiff |
2008-12-28 |
Vadim Zeitlin | implement DispatchTimeout() for wxOSX/Cocoa |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | (blind) fix for unneeded inclusions of headers |
tree | commitdiff |
2008-12-11 |
Francesco Montorsi | substitute (c) and (C) for copyright strings as documented |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-10 |
Stefan Csomor | moving embedding to common API |
tree | commitdiff |
2008-09-30 |
Stefan Csomor | supporting NO_BORDER for Cocoa as well |
tree | commitdiff |
2008-09-25 |
Stefan Csomor | avoiding crash for pure modifier events |
tree | commitdiff |
next |