2009-10-06 |
Vadim Zeitlin | Ensure that an event loop exists in ShowViewOrWindowWit... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Make wxWindow::ShowWithEffect() synchronous under wxOSX... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Implement wxWindow::ShowWithEffect() for wxOSX/Cocoa. |
tree | commitdiff |
2009-10-01 |
Stefan Csomor | fixing setting initial value under osx_cocoa for single... |
tree | commitdiff |
2009-09-30 |
Stefan Csomor | support backgroundcolor on osx_cocoa |
tree | commitdiff |
2009-09-26 |
Stefan Csomor | adding ProcessPendingEvents as ProcessIdle doesn't... |
tree | commitdiff |
2009-09-26 |
Stefan Csomor | reducing key event handling complexity |
tree | commitdiff |
2009-09-26 |
Stefan Csomor | cleaning up key handling, closes #10406 |
tree | commitdiff |
2009-09-25 |
Stefan Csomor | using native key handling, closes #10406 |
tree | commitdiff |
2009-09-25 |
Stefan Csomor | using common notification mechanism for selection chang... |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #9520: Fix to allow repeated use of wxFileDialo... |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | support PerformClick for NSControls, closes #11129 |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | no focus on Show for toolwindows, closes #10872 |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | supporting disabled items, closes #11130 |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | fixing styles, closes #11128 |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Use UTF-8 for all non-ASCII characters in the sources. |
tree | commitdiff |
2009-09-13 |
Stefan Csomor | OpenGL changes for carbon and cocoa |
tree | commitdiff |
2009-09-11 |
Stefan Csomor | adding Kevin's fix for wxTOOL_STYLE_SEPARATOR |
tree | commitdiff |
2009-08-21 |
Stefan Csomor | supporting earlier xcode version |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | Allow creating initially hidden controls in wxOSX/Cocoa. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-19 |
Stefan Csomor | adding gc aware code, fixes #11061 |
tree | commitdiff |
2009-08-19 |
Stefan Csomor | making sure an empty label is not reserving place above... |
tree | commitdiff |
2009-08-18 |
Stefan Csomor | better variant support, fixes #11114 |
tree | commitdiff |
2009-08-18 |
Stefan Csomor | simplifying native string handling, see #11061 |
tree | commitdiff |
2009-08-18 |
Stefan Csomor | added wakeup implementation for osx_cocoa |
tree | commitdiff |
2009-08-04 |
Stefan Csomor | correcting #ifdef to #if, fixes #11062 |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Allow setting long version field in About dialog. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | adapting to widgetimpl extensions and iPhone OS 3.0 |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | adding #ifs for reflecting existing controls, fixing... |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | compilation fix for wxOSX/Cocoa: don't use Carbon funct... |
tree | commitdiff |
2009-07-03 |
Stefan Csomor | bracket 10.5 only code |
tree | commitdiff |
2009-06-23 |
Vadim Zeitlin | adjust the toolbar tools bitmap size to fit the biggest... |
tree | commitdiff |
2009-06-22 |
Vadim Zeitlin | streamline best size calculation for buttons and made... |
tree | commitdiff |
2009-06-21 |
Vadim Zeitlin | added support for bitmaps in wxButton to wxOSX/Cocoa |
tree | commitdiff |
2009-06-21 |
Vadim Zeitlin | no changes, just removed commented out Carbon code... |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | suppress more float/double->int conversion warnings... |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | fix many mostly harmless warnings in wxOSX/Carbon build |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | fix a couple of harmless warnings during wxOSX build |
tree | commitdiff |
2009-06-15 |
Stefan Csomor | moving to a 10.4 compatible implementation |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | respecting more of the toolbar positions (tb_right... |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | adding missing release for editor |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | adding events to single line textcontrols (password... |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | making SetFocus bringing TLW to front as Carbon, see... |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | allow mouse events being sent to parents, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | allow vetoing on drop, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing coordinates for dnd, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | misc key-event fixes, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixes direction for scroll events, closes #10873 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | adding idle processing in modal loop, closes #10871 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing modal dialog quit after nested message box problem |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | changing disclosure triangle to allow for label |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | compilation fixes for OS X Cocoa build |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | allowing font changes on multi-line textctrls, see... |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | make sure NSScrollers are always having the desired... |
tree | commitdiff |
2009-05-09 |
Stefan Csomor | commenting out uncompilable code |
tree | commitdiff |
2009-05-08 |
Robert Roebling | Add wxDataViewCtrl implementation for OSX/Cocoa (closes... |
tree | commitdiff |
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 |
next |