2009-02-24 |
Kevin Ollivier | Turn off the annoying beep when a key down is passed...
|
commit | commitdiff | tree |
2009-02-22 |
Kevin Ollivier | Quick fix to prevent a crash when running on 10.4.
|
commit | commitdiff | tree |
2009-02-22 |
Kevin Ollivier | Missed one symbol used in the compatibility path.
|
commit | commitdiff | tree |
2009-02-22 |
Kevin Ollivier | Fix for building under 10.4, where the BlendMode constants...
|
commit | commitdiff | tree |
2009-02-22 |
Kevin Ollivier | Landing basic EVT_CHAR support, along with the rest...
|
commit | commitdiff | tree |
2009-02-22 |
Kevin Ollivier | Add support for EVT_TEXT in OS X Cocoa.
|
commit | commitdiff | tree |
2009-02-14 |
Kevin Ollivier | Fix typo (sorry, thought I compiled before committing.)
|
commit | commitdiff | tree |
2009-02-14 |
Kevin Ollivier | Start on implementation for wxTE_MULTILINE / wxTE_RICH...
|
commit | commitdiff | tree |
2009-02-14 |
Kevin Ollivier | Remove the "double border" around the search ctrl.
|
commit | commitdiff | tree |
2009-02-14 |
Kevin Ollivier | Add a tracking rect on resize so that the view will...
|
commit | commitdiff | tree |
2009-02-13 |
Kevin Ollivier | clickCount is not available for mouse entered/exited...
|
commit | commitdiff | tree |
2009-02-13 |
Kevin Ollivier | Implement NSPanel support to get wxFRAME_TOOL_WINDOW...
|
commit | commitdiff | tree |
2009-02-12 |
Kevin Ollivier | Restore DrawRadioButton to the main wxRenderer API...
|
commit | commitdiff | tree |
2009-02-12 |
Kevin Ollivier | Fix assertion when passing nil to setKeyEquivalent.
|
commit | commitdiff | tree |
2009-02-09 |
Kevin Ollivier | We'll get an unhandled exception if the view is hidden...
|
commit | commitdiff | tree |
2009-02-09 |
Kevin Ollivier | Remove delegates before releasing the native object...
|
commit | commitdiff | tree |
2009-02-09 |
Kevin Ollivier | Do a sanity check to make sure GetWindow() has a valid...
|
commit | commitdiff | tree |
2009-02-09 |
Kevin Ollivier | Initial support for EVT_ERASE_BACKGROUND for OS X Cocoa.
|
commit | commitdiff | tree |
2009-02-09 |
Kevin Ollivier | Update OS X Cocoa build files after recent changes...
|
commit | commitdiff | tree |
2009-02-08 |
Kevin Ollivier | Enable wxDVC on OS X Cocoa using the generic control.
|
commit | commitdiff | tree |
2009-02-08 |
Kevin Ollivier | Stub out GetMatchingPair() for now to allow us to use...
|
commit | commitdiff | tree |
2009-02-08 |
Kevin Ollivier | Crash fix for when a wxNullBitmap is passed in as the...
|
commit | commitdiff | tree |
2009-02-08 |
Kevin Ollivier | Header fix for OS X Cocoa build.
|
commit | commitdiff | tree |
2009-02-07 |
Kevin Ollivier | Implement GetDashCount() for Carbon/Cocoa.
|
commit | commitdiff | tree |
2009-02-07 |
Kevin Ollivier | Add (currently unimplemented) missing wxRegion constructors...
|
commit | commitdiff | tree |
2009-02-07 |
Kevin Ollivier | Assert if these methods are triggered to alert the...
|
commit | commitdiff | tree |
2009-02-07 |
Kevin Ollivier | The GL library needs access to this.
|
commit | commitdiff | tree |
2009-01-28 |
Kevin Ollivier | Adding docs for new wx interface methods.
|
commit | commitdiff | tree |
2009-01-20 |
Kevin Ollivier | Restore fixes needed for wxRenderer functions to work...
|
commit | commitdiff | tree |
2008-12-31 |
Kevin Ollivier | Fix for OS X Cocoa build.
|
commit | commitdiff | tree |
2008-12-13 |
Kevin Ollivier | Hopefully the right fix this time.
|
commit | commitdiff | tree |
2008-12-13 |
Kevin Ollivier | HDC() fix was wrong, may have been just a problem with...
|
commit | commitdiff | tree |
2008-12-13 |
Kevin Ollivier | MSW compile fixes.
|
commit | commitdiff | tree |
2008-12-13 |
Kevin Ollivier | Forward port new wxRenderer methods in 2.8 to trunk.
|
commit | commitdiff | tree |
2008-11-22 |
Kevin Ollivier | Forward port event handler fixes to trunk.
|
commit | commitdiff | tree |
2008-09-25 |
Kevin Ollivier | Get wxMediaCtrl stub impl. going for OS X Cocoa.
|
commit | commitdiff | tree |
2008-09-25 |
Kevin Ollivier | Remove some wxCocoa stuff that isn't in OS X Cocoa.
|
commit | commitdiff | tree |
2008-09-24 |
Kevin Ollivier | #ifdef Carbon-specific code to get stubbed DND support...
|
commit | commitdiff | tree |
2008-09-22 |
Kevin Ollivier | Rebake after taskbar addition (apparently dlist.h commit...
|
commit | commitdiff | tree |
2008-09-22 |
Kevin Ollivier | Adding compiling (but not yet working) taskbar implementatio...
|
commit | commitdiff | tree |
2008-09-21 |
Kevin Ollivier | Rebake after changes.
|
commit | commitdiff | tree |
2008-09-21 |
Kevin Ollivier | Stubbed wxToolTip implementation to get code that uses...
|
commit | commitdiff | tree |
2008-09-20 |
Kevin Ollivier | Rebake after bakefile changes.
|
commit | commitdiff | tree |
2008-09-20 |
Kevin Ollivier | Copy headers and get MDI and glcanvas fully building...
|
commit | commitdiff | tree |
2008-09-20 |
Kevin Ollivier | Fix bakefiles. Precomp variable is used undefined when...
|
commit | commitdiff | tree |
2008-09-20 |
Kevin Ollivier | Source changes needed to get MDI support compiling...
|
commit | commitdiff | tree |
2008-09-11 |
Kevin Ollivier | DoGetAsBitmap implementation for Cocoa.
|
commit | commitdiff | tree |
2008-09-11 |
Kevin Ollivier | A few checks for null pointers to avoid problems during...
|
commit | commitdiff | tree |
2008-09-11 |
Kevin Ollivier | Stop crash/asserts caused when Clear() deletes the...
|
commit | commitdiff | tree |
2008-09-07 |
Kevin Ollivier | Remove a couple duplicate feature checks, and check...
|
commit | commitdiff | tree |
2008-09-04 |
Kevin Ollivier | rebake
|
commit | commitdiff | tree |
2008-09-04 |
Kevin Ollivier | Update files.bkl to match the changes Stefan made to...
|
commit | commitdiff | tree |
2008-09-04 |
Kevin Ollivier | Renames to avoid object files with duplicate filenames...
|
commit | commitdiff | tree |
2008-09-04 |
Kevin Ollivier | Split utility functions into base (in utilsexc_base...
|
commit | commitdiff | tree |
2008-08-25 |
Kevin Ollivier | Compilation fix, didn't realize initialization order...
|
commit | commitdiff | tree |
2008-08-25 |
Kevin Ollivier | Respect the wxNO_BORDER flag for tool windows without...
|
commit | commitdiff | tree |
2008-08-25 |
Kevin Ollivier | Fix memory leak.
|
commit | commitdiff | tree |
2008-05-25 |
Kevin Ollivier | (Port to trunk) Fix for wxClientDC::GetAsBitmap, which...
|
commit | commitdiff | tree |
2008-05-25 |
Kevin Ollivier | Build fix for non-pch builds, e.g. for universal binary...
|
commit | commitdiff | tree |
2008-04-26 |
Kevin Ollivier | Allow easy access to the build scripts from wx tree.
|
commit | commitdiff | tree |
2008-04-23 |
Kevin Ollivier | Ensure popup menus can display sub-menus.
|
commit | commitdiff | tree |
2008-03-30 |
Kevin Ollivier | Merge build script updates from 2.8 branch.
|
commit | commitdiff | tree |
2007-11-10 |
Kevin Ollivier | Use ldflags instead of ldlibs, because wx-config -...
|
commit | commitdiff | tree |
2007-09-17 |
Kevin Ollivier | Adding prototype script for creating a wx Mac framework...
|
commit | commitdiff | tree |
2007-08-20 |
Kevin Ollivier | Fix for wxMemoryDC::GetAsBitmap() not working on Windows.
|
commit | commitdiff | tree |
2007-08-18 |
Kevin Ollivier | Add the unified style on OS X 10.4, and default to...
|
commit | commitdiff | tree |
2007-08-18 |
Kevin Ollivier | Implement GetCountPerPage, and fix a bug where we don...
|
commit | commitdiff | tree |
2007-04-21 |
Kevin Ollivier | Return wx menu items inserted into the Window system...
|
commit | commitdiff | tree |
2007-04-21 |
Kevin Ollivier | Fix bug with m_current causing EVT_LIST_KEY_DOWN events...
|
commit | commitdiff | tree |
2007-03-23 |
Kevin Ollivier | If using the system Window menu on OS X, integrate...
|
commit | commitdiff | tree |
2007-02-22 |
Kevin Ollivier | Fix for crash when an invalid font was being mistakenly...
|
commit | commitdiff | tree |
2007-02-05 |
Kevin Ollivier | Committing patch #1604462, which improves autoconf...
|
commit | commitdiff | tree |
2007-01-08 |
Kevin Ollivier | Fix GetNextItem for virtual wxListCtrl, and improve...
|
commit | commitdiff | tree |
2007-01-07 |
Kevin Ollivier | Add more sanity checks to virtual list item nums as...
|
commit | commitdiff | tree |
2007-01-07 |
Kevin Ollivier | Make it easier to switch between native and generic...
|
commit | commitdiff | tree |
2007-01-07 |
Kevin Ollivier | Use GetItem to get item info for events, even for virtual...
|
commit | commitdiff | tree |
2007-01-07 |
Kevin Ollivier | Generic list and tree ctrl should not use the focused...
|
commit | commitdiff | tree |
2007-01-06 |
Kevin Ollivier | Add a grid sizer demo, and document the props accepted...
|
commit | commitdiff | tree |
2007-01-06 |
Kevin Ollivier | Don't draw the primary highlight colors if the control...
|
commit | commitdiff | tree |
2007-01-05 |
Kevin Ollivier | Apply patch #1626802, which fixes GetNextItem to return...
|
commit | commitdiff | tree |
2007-01-04 |
Kevin Ollivier | Have SetSizerProps internally handle the assignment...
|
commit | commitdiff | tree |
2006-12-31 |
Kevin Ollivier | Adding overview docs and a couple tweaks to the demo.
|
commit | commitdiff | tree |
2006-12-31 |
Kevin Ollivier | Add SizedControls demo.
|
commit | commitdiff | tree |
2006-12-31 |
Kevin Ollivier | Make sure mouse events are only sent in the case of...
|
commit | commitdiff | tree |
2006-12-28 |
Kevin Ollivier | Fixing inactive state drawing, and removing warning.
|
commit | commitdiff | tree |
2006-12-28 |
Kevin Ollivier | exposing generic system option define, adding missing...
|
commit | commitdiff | tree |
2006-12-26 |
Kevin Ollivier | Add middle-item click support.
|
commit | commitdiff | tree |
2006-12-25 |
Kevin Ollivier | Stop crash when wxVSCROLL is specified for native OS...
|
commit | commitdiff | tree |
2006-12-25 |
Kevin Ollivier | Add new wxListCtrl symbols.
|
commit | commitdiff | tree |
2006-12-25 |
Kevin Ollivier | Implement LIST_KEY_DOWN support, and move new functions...
|
commit | commitdiff | tree |
2006-12-24 |
Kevin Ollivier | Implementing LIST_ITEM_RIGHT_CLICK event support, and...
|
commit | commitdiff | tree |
2006-12-22 |
Kevin Ollivier | Adding SetFocus to wxABI_VERSION.
|
commit | commitdiff | tree |
2006-12-22 |
Kevin Ollivier | Fix for non-PCH builds.
|
commit | commitdiff | tree |
2006-12-21 |
Kevin Ollivier | Restore compilation with --enable-stl, fix SetFocus...
|
commit | commitdiff | tree |
2006-12-11 |
Kevin Ollivier | Change event names to clarify that they are only fired...
|
commit | commitdiff | tree |
2006-12-11 |
Kevin Ollivier | Updating with Vadim's API changes.
|
commit | commitdiff | tree |
2006-12-11 |
Kevin Ollivier | Improve default wxSearchCtrl GetBestSize() width and...
|
commit | commitdiff | tree |
2006-12-06 |
Kevin Ollivier | Implement SortItems for native OS X wxListCtrl to match...
|
commit | commitdiff | tree |
2006-12-06 |
Kevin Ollivier | Fix eating of key events (cleaner impl will come after...
|
commit | commitdiff | tree |
2006-12-04 |
Kevin Ollivier | Do not uninstall wxaddons module or files.
|
commit | commitdiff | tree |
next |