2011-01-07 |
Václav Slavík | Implement wxCOL_WIDTH_AUTOSIZE on OS X. |
tree | commitdiff |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
tree | commitdiff |
2011-01-04 |
Stefan Csomor | fixing selectors |
tree | commitdiff |
2011-01-03 |
Stefan Csomor | fixing warning and compile error against 10.4 |
tree | commitdiff |
2011-01-03 |
Vadim Zeitlin | Don't use deprecated NSTableView selectRow:byExtendingS... |
tree | commitdiff |
2011-01-01 |
Stefan Csomor | pusing a dummy event, to make sure the stop: succeeds... |
tree | commitdiff |
2010-12-27 |
Stefan Csomor | adding backtab to exception list |
tree | commitdiff |
2010-12-27 |
Stefan Csomor | make sure we always have a return value |
tree | commitdiff |
2010-12-19 |
Vadim Zeitlin | Add the possibility to disable invisible wxDataViewCtrl... |
tree | commitdiff |
2010-12-07 |
Stefan Csomor | adding support for layout coordinates via insets from... |
tree | commitdiff |
2010-12-07 |
Stefan Csomor | fixing redraw debugging |
tree | commitdiff |
2010-11-30 |
Stefan Csomor | adding standard menu items for cocoa, adding translatio... |
tree | commitdiff |
2010-11-22 |
Stefan Csomor | fixing 64 bit ranger error |
tree | commitdiff |
2010-11-06 |
Stefan Csomor | routing the tab, return events for single line fields... |
tree | commitdiff |
2010-11-06 |
Stefan Csomor | implementing turning off of default button as well |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Minor cosmetic fix to generic check tools appearance... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Fix check toolbar items behaviour in non-native toolbar... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Avoid using wx GDI classes from non-main thread in... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Really update tooltip when wxToolBar::SetShortHelp... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Use CGFloat instead of float for mouse wheel event... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Fix showing the frames full screen under OS X. |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Remove duplicate wxEVT_COMMAND_TEXT_ENTER generation... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Fix crash in wxColour ctor from NSColor in wxOSX/Cocoa. |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Remove unnecessary wxOSX_USE_COCOA guards in Cocoa... |
tree | commitdiff |
2010-09-23 |
Robin Dunn | Avoid an endless recursion situation |
tree | commitdiff |
2010-09-11 |
Stefan Csomor | fixing 'main screen' |
tree | commitdiff |
2010-09-07 |
Stefan Csomor | modeling subclassing along msw, unsubclassing filedialo... |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Remove unused src/osx/cocoa/bmpbuttn.mm file. |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Fix selection corner cases in wxOSX wxComboBox. |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Work around a crash on starting editing in wxGrid under... |
tree | commitdiff |
2010-08-18 |
Vadim Zeitlin | Provide a task-dialog based wxMSW wxMessageDialog imple... |
tree | commitdiff |
2010-08-17 |
Stefan Csomor | fixes horizontal scrolling in textfields, fixes #12322 |
tree | commitdiff |
2010-08-11 |
Vadim Zeitlin | Fix handling of help buttons with non-empty label under... |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Add wxDataViewCtrl::{Set,Get}CurrentItem(). |
tree | commitdiff |
2010-08-09 |
Vadim Zeitlin | Don't lose selection in wxDataViewCtrl::Select() under... |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Fix wxOSX wxTextCtrl refactoring of r65129. |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Allow non-modal windows shown from modal dialogs to... |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Add association between wxOSX wxTextWidgetImpl and... |
tree | commitdiff |
2010-07-28 |
Vadim Zeitlin | Fix harmless float to int conversion warnings in wxOSX... |
tree | commitdiff |
2010-07-18 |
Stefan Csomor | organizing code, adding offset correction for update... |
tree | commitdiff |
2010-07-17 |
Stefan Csomor | removing early init, fixes #12231 |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
tree | commitdiff |
2010-07-07 |
Stefan Csomor | only hide tool windows on deactivate, fixes #11924 |
tree | commitdiff |
2010-07-07 |
Stefan Csomor | supporting disabled tools, fixes #11457 |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | adding HitTest to osx_cocoa implementation of listbox... |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | adding bestsize for osx_cocoa combobox |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | adding fix for non-precomp header build |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | storing current event for dnd support, adding default... |
tree | commitdiff |
2010-06-21 |
Stefan Csomor | text updated events were not always sent out correctly... |
tree | commitdiff |
2010-06-10 |
Robert Roebling | Implemented wxDataViewColumn for wxOSX/Cocoa |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | common wxMacWakeUp code across all platforms |
tree | commitdiff |
2010-05-19 |
Stefan Csomor | removing unused var |
tree | commitdiff |
2010-04-22 |
Stefan Csomor | simpler code |
tree | commitdiff |
2010-04-22 |
Stefan Csomor | overriding the cfrunloop accessor, during booting cocoa... |
tree | commitdiff |
2010-04-20 |
Stefan Csomor | support for capturing, use categories instead of member... |
tree | commitdiff |
2010-04-18 |
Stefan Csomor | fixing coordinate conversions for captured windows |
tree | commitdiff |
2010-04-18 |
Stefan Csomor | streamlining code for extra controls |
tree | commitdiff |
2010-04-16 |
Stefan Csomor | translating background style BG_PAINT into opaqueness... |
tree | commitdiff |
2010-04-13 |
Stefan Csomor | adding support for extraControl on osx_carbon |
tree | commitdiff |
2010-04-13 |
Stefan Csomor | adding wrapping possibility for native tlws |
tree | commitdiff |
2010-04-13 |
Stefan Csomor | fixing non-precomp build, fixes #10985 |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | correcting alpha and removing window shadow for overlay |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | correcting alpha and removing window shadow for overlay |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | fixing copy/paste error from carbon version, fixes... |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | fixing some warnings, adding proper OnChar support... |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | changing sequence of makeFirstResponder and makeKeyAndO... |
tree | commitdiff |
2010-04-11 |
Stefan Csomor | cocoa implementation for overlay |
tree | commitdiff |
2010-04-08 |
Stefan Csomor | allowing direct native tlw modal loops |
tree | commitdiff |
2010-04-07 |
Stefan Csomor | fixing focus, fixes #11911 |
tree | commitdiff |
2010-04-06 |
Stefan Csomor | supporting text foreground color, fixes #11903 |
tree | commitdiff |
2010-04-05 |
Stefan Csomor | moving OnInit back |
tree | commitdiff |
2010-04-03 |
Stefan Csomor | fixing wrong version commit |
tree | commitdiff |
2010-04-03 |
Stefan Csomor | support for toggle bitmap button |
tree | commitdiff |
2010-04-03 |
Stefan Csomor | fixing multilib build |
tree | commitdiff |
2010-04-02 |
Stefan Csomor | simplifying modal event loop handling |
tree | commitdiff |
2010-04-02 |
Stefan Csomor | moving OnInit to a later stage to avoid Carbon Emulatio... |
tree | commitdiff |
2010-03-17 |
Stefan Csomor | fixing non-precomp builds |
tree | commitdiff |
2010-03-17 |
Stefan Csomor | streamlining OSX event support third step, using platfo... |
tree | commitdiff |
2010-03-15 |
Stefan Csomor | streamlining OSX event support first step, see #11805... |
tree | commitdiff |
2010-03-08 |
Stefan Csomor | pending events detected didn't work properly, go the... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Correct IsMaximized() in wxOSX for non-resizable windows. |
tree | commitdiff |
2010-03-03 |
Stefan Csomor | fixing leak, fixes #11781 |
tree | commitdiff |
2010-03-03 |
Stefan Csomor | fixing warning |
tree | commitdiff |
2010-02-28 |
Stefan Csomor | moving header for precomp builds |
tree | commitdiff |
2010-02-27 |
Kevin Ollivier | Override CanFocus because the wxWindow level test will... |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Since wxDialog::Show(false) only calls wxWindow::Show... |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Typo fix. |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Disable sending of events by OS X Combobox during progr... |
tree | commitdiff |
2010-02-15 |
Kevin Ollivier | Implement case-insensitive find and read only support... |
tree | commitdiff |
2010-02-13 |
Kevin Ollivier | Basic support for tooltips under OS X Cocoa. |
tree | commitdiff |
2010-02-07 |
Kevin Ollivier | Implement EVT_MAXIMIZE support for OS X Cocoa. |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Fix handling of the *.* extension case, before this... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Get wxSearchCtrl text events working, and share the... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Forgot about the drag source delegate, which is the... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Add an accessor to get the current drop source from... |
tree | commitdiff |
2010-02-03 |
Stefan Csomor | safe degradation |
tree | commitdiff |
2010-02-03 |
Kevin Ollivier | Refactor DND code into Carbon and Cocoa parts, and... |
tree | commitdiff |
2010-02-03 |
Kevin Ollivier | Add sanity check on the item number. |
tree | commitdiff |
2010-02-01 |
Kevin Ollivier | nschars is never used for the wxEVT_CHAR case, so don... |
tree | commitdiff |
2010-02-01 |
Kevin Ollivier | Use the correct type to fix Tiger compilation. |
tree | commitdiff |
next |