projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Moved @interface wxNSApplicationDelegate to new header
[wxWidgets.git]
/
src
/
cocoa
/
2004-01-27
David Elliott
Moved @interface wxNSApplicationDelegate to new header
tree
|
commitdiff
2004-01-23
Robin Dunn
wxMenu::Append (and similar) now return a pointer to...
tree
|
commitdiff
2004-01-22
Vadim Zeitlin
minimal changes needed to allow linking wxCocoa as...
tree
|
commitdiff
2004-01-22
Vadim Zeitlin
use wxColourDatabase::Find(), not obsolete FindColour...
tree
|
commitdiff
2004-01-22
Vadim Zeitlin
suppress warnings about implicit float -> int conversions
tree
|
commitdiff
2004-01-22
Vadim Zeitlin
warning about returning something from a void function
tree
|
commitdiff
2004-01-22
Vadim Zeitlin
suppress warnings about implicit double -> int conversions
tree
|
commitdiff
2004-01-22
David Elliott
Unicode build fixes
tree
|
commitdiff
2004-01-22
David Elliott
Applied patch #881258: Add wxT() to debug messages...
tree
|
commitdiff
2004-01-22
David Elliott
Applied correct filename case for header imports from...
tree
|
commitdiff
2004-01-18
David Elliott
Removed this file since it was only stubs and we now...
tree
|
commitdiff
2004-01-17
David Elliott
Reverted patch [ 832096 ] Final separation for GUI...
tree
|
commitdiff
2004-01-15
Julian Smart
Reverted patch [ 832096 ] Final separation for GUI...
tree
|
commitdiff
2004-01-14
David Elliott
IsInAssert is only available (and only makes sense...
tree
|
commitdiff
2004-01-14
David Elliott
Added empty base class constructors. This will still...
tree
|
commitdiff
2004-01-11
Julian Smart
Applied patch [ 832096 ] Final separation for GUI and...
tree
|
commitdiff
2003-12-16
David Elliott
Added wxAutoNSAutoreleasePool to Create(Tool|Status)Bar
tree
|
commitdiff
2003-12-16
David Elliott
1. Initialize m_mouseDownTool = NULL. Fixes crash...
tree
|
commitdiff
2003-12-16
David Elliott
In UpdateFrameNSView size the toolbar to its best size.
tree
|
commitdiff
2003-12-16
David Elliott
Very basic wxToolBar implementation
tree
|
commitdiff
2003-12-15
David Elliott
Use wxBitmap::GetNSImage() in wxDC::DrawBitmap. Mask...
tree
|
commitdiff
2003-12-15
David Elliott
Add wxBitmap::GetNSImage() which creates an autorelease...
tree
|
commitdiff
2003-12-15
David Elliott
Strip menu codes from label
tree
|
commitdiff
2003-12-15
David Elliott
Wrap some functions with wxAutoNSAutoreleasePool
tree
|
commitdiff
2003-12-15
David Elliott
Improved idle event processing.
tree
|
commitdiff
2003-12-09
David Elliott
Add support for wxMask creation from RGBx data (x=unused)
tree
|
commitdiff
2003-12-08
David Elliott
Compilation fix
tree
|
commitdiff
2003-12-08
David Elliott
Implement wxMask given a wxBitmap and a mask wxColour.
tree
|
commitdiff
2003-12-06
David Elliott
Added simple implementation of (Get|Unget)RawData.
tree
|
commitdiff
2003-11-13
David Elliott
Added implementation of MDI using top level windows
tree
|
commitdiff
2003-11-13
David Elliott
Added a mechanism allowing a toplevel window to delay...
tree
|
commitdiff
2003-11-13
David Elliott
Very lame fix for windows with -1 for a component of...
tree
|
commitdiff
2003-11-13
David Elliott
Fix file header and remove unused include "wx/cocoa...
tree
|
commitdiff
2003-11-13
David Elliott
Renamed UpdateWindowMenuBar to UpdateMenuBar and remove...
tree
|
commitdiff
2003-11-06
David Elliott
Add wxCocoaNSWindow* parameter to GetAppMenuBar so...
tree
|
commitdiff
2003-11-06
David Elliott
* Removed CocoaInternalIdle()
tree
|
commitdiff
2003-11-06
David Elliott
Don't pass notifications to wxMenuBarManager. It will...
tree
|
commitdiff
2003-11-06
David Elliott
Don't call wxMenuBarManager::CocoaInternalIdle(). ...
tree
|
commitdiff
2003-11-06
David Elliott
Add virtual wxMenuBar* GetAppMenuBar();
tree
|
commitdiff
2003-11-06
David Elliott
wxMenuBarManager::InstallMenuBarForWindow no longer...
tree
|
commitdiff
2003-11-06
David Elliott
Changed Command to ProcessCommand
tree
|
commitdiff
2003-11-04
David Elliott
Use a lowercase 'q' for the Quit menu item's keyEquivalent.
tree
|
commitdiff
2003-11-04
David Elliott
Removed call to InitBase() from wxWindowCocoa::Init()
tree
|
commitdiff
2003-10-21
Gilles Depeyrot
applied SF patch # 826838 to fix removal of -psn_*...
tree
|
commitdiff
2003-10-09
David Elliott
Added lengthy comment detailing the implications of...
tree
|
commitdiff
2003-10-09
David Elliott
Prevent Cocoa from waiting indefinitely when stopping...
tree
|
commitdiff
2003-10-08
David Elliott
Implement Pending and Dispatch
tree
|
commitdiff
2003-10-06
David Elliott
Use NSWindow delegate notification windowWillClose...
tree
|
commitdiff
2003-10-06
David Elliott
* Add bool parameter to WindowDidResignKey indicating...
tree
|
commitdiff
2003-10-06
David Elliott
Moved wxCocoa specific doIdle method to application...
tree
|
commitdiff
2003-10-06
David Elliott
Use an application delegate object
tree
|
commitdiff
2003-10-06
David Elliott
Always return NO for applicationShouldTerminateAfterLas...
tree
|
commitdiff
2003-10-03
David Elliott
Removed MainLoop, ExitMainLoop, Pending, and Dispatch
tree
|
commitdiff
2003-10-03
David Elliott
Extremely simple implementation of wxEventLoop using...
tree
|
commitdiff
2003-10-02
David Elliott
include "wx/encinfo.h" for wxNativeEncodingInfo
tree
|
commitdiff
2003-09-27
Vadim Zeitlin
removed wxApp::Initialized() (replaced with a dummy...
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
pointer returned by GetNativeFontInfo() is now const...
tree
|
commitdiff
2003-09-23
Vadim Zeitlin
added wxTextCtrl::MarkDirty()
tree
|
commitdiff
2003-09-15
Vadim Zeitlin
use wxEventLoop in wxApp under wxMSW; factored out...
tree
|
commitdiff
2003-09-15
David Elliott
Cleaned up some comments, reorganized some code
tree
|
commitdiff
2003-09-15
Vadim Zeitlin
call RemoveChild() in ~wxWindowBase instead of doing...
tree
|
commitdiff
2003-09-08
David Elliott
Implement NSMenuValidation protocol for the wxNSMenuIte...
tree
|
commitdiff
2003-09-08
David Elliott
Remove wxASSERT(!m_windowKey) and wxASSERT(!m_windowMai...
tree
|
commitdiff
2003-09-08
David Elliott
Use wxStripMenuCodes
tree
|
commitdiff
2003-09-08
David Elliott
Implement wxSpinButton (except up/down events)
tree
|
commitdiff
2003-09-08
David Elliott
Provide target/action mechanism for subclasses to use
tree
|
commitdiff
2003-09-08
David Elliott
When using a non-subclassed NSControl, use a new wxNonC...
tree
|
commitdiff
2003-09-08
David Elliott
Implement (sort-of) non-client wxWindowDC
tree
|
commitdiff
2003-09-08
David Elliott
Added virtual GetNonClientNSView()
tree
|
commitdiff
2003-09-08
David Elliott
* Added NSWindowStyleForWxStyle static method
tree
|
commitdiff
2003-09-06
David Elliott
Use an NSImageView instead of an NSView (nothing works...
tree
|
commitdiff
2003-09-06
David Elliott
Use an NSSlider instead of an NSView (nothing works...
tree
|
commitdiff
2003-09-06
David Elliott
Implement wxChoice including sorting and client data
tree
|
commitdiff
2003-09-05
David Elliott
Implement wxGauge
tree
|
commitdiff
2003-09-05
David Elliott
Implement wxApp::Yield
tree
|
commitdiff
2003-09-05
David Elliott
Implement the hashmap for NSMenu
tree
|
commitdiff
2003-09-05
David Elliott
Added ability to observe NSMenu notifications
tree
|
commitdiff
2003-09-05
David Elliott
* Move m_cocoaNSMenu out of wxCocoaNSMenu and into...
tree
|
commitdiff
2003-09-05
David Elliott
Set the window's title
tree
|
commitdiff
2003-09-05
David Elliott
wxMenuBar:
tree
|
commitdiff
2003-09-05
David Elliott
* Set the window's title
tree
|
commitdiff
2003-09-05
David Elliott
CodeWarrior Obj-C++ requires explicit casts from id...
tree
|
commitdiff
2003-09-05
David Elliott
When a modal dialog is shown and the app isn't running...
tree
|
commitdiff
2003-09-05
David Elliott
* Added GetAppMenuBar
tree
|
commitdiff
2003-09-05
David Elliott
Add support for wxMenuBarManager
tree
|
commitdiff
2003-09-04
David Elliott
* Added virtual GetAppMenuBar() which returns the app...
tree
|
commitdiff
2003-09-04
David Elliott
* Added delegate notifications for Become/Resign Main
tree
|
commitdiff
2003-09-04
David Elliott
Added wxMenuBarManager
tree
|
commitdiff
2003-09-02
David Elliott
CodeWarrior Obj-C++ requires explicit casts from id...
tree
|
commitdiff
2003-09-02
David Elliott
Support precompiled headers
tree
|
commitdiff
2003-09-02
David Elliott
* Use wxTopLevelWindow::Show() for modeless dialogs
tree
|
commitdiff
2003-09-02
David Elliott
Set the m_isShown flag appopriately
tree
|
commitdiff
2003-08-29
David Elliott
Rename some of the Cocoa methods to reflect that they...
tree
|
commitdiff
2003-08-29
David Elliott
Implement windowShouldClose: in delegate instead of...
tree
|
commitdiff
2003-08-29
David Elliott
Use a delegate instead of manually adding notifications...
tree
|
commitdiff
2003-08-28
David Elliott
Send all menu item actions to a dedicated target. ...
tree
|
commitdiff
2003-08-28
David Elliott
* Clean up the includes and use wxprec.h
tree
|
commitdiff
2003-08-26
David Elliott
Send activate/deactivate events for become/resign key
tree
|
commitdiff
2003-08-26
David Elliott
Added a notification observer for NSWindow. Observe...
tree
|
commitdiff
2003-08-22
David Elliott
Show(): Send a wxWindows size event just before calling...
tree
|
commitdiff
next