projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix for declaring arrays for non-numeric/non-pointer types.
[wxWidgets.git]
/
include
/
wx
/
cocoa
/
2004-06-03
Václav Slavík
split wxRegion(wxBitmap) ctor into two ctors with clear...
tree
|
commitdiff
2004-05-23
Julian Smart
Use old licence name
tree
|
commitdiff
2004-05-23
Julian Smart
Name and version changes
tree
|
commitdiff
2004-04-14
David Elliott
Added wxRegion construction from an NSRect or an array...
tree
|
commitdiff
2004-04-14
David Elliott
Rework modal dialog code to not depend on now obsolete...
tree
|
commitdiff
2004-04-13
David Elliott
wxCocoa: wxRegion using wxRegionGeneric
tree
|
commitdiff
2004-04-13
David Elliott
s/m_clientData/m_itemClientData/ so it doesn't conflict...
tree
|
commitdiff
2004-04-13
David Elliott
Make ObjcRelease() return void like [NSObject -release...
tree
|
commitdiff
2004-04-12
David Elliott
Change m_windowCurrent to m_currentNSWindow such that...
tree
|
commitdiff
2004-04-10
David Elliott
Added header preprocessor guard
tree
|
commitdiff
2004-04-10
David Elliott
Implement a reasonable DoGetBestSize (NSProgressIndicat...
tree
|
commitdiff
2004-04-10
David Elliott
Stub for DoGetBestSize() since this isn't an NSControl
tree
|
commitdiff
2004-04-10
David Elliott
Make DoGetBestSize() always return a width of 100
tree
|
commitdiff
2004-04-09
David Elliott
Added files for wxNotebook and wxCocoaNSTabView
tree
|
commitdiff
2004-04-02
David Elliott
Added wxObjcAutoRef* classes for automatic retain/relea...
tree
|
commitdiff
2004-03-28
David Elliott
Removed extraneous m_items (the real one is in wxMenuBase)
tree
|
commitdiff
2004-03-26
David Elliott
Make wxCocoa work with wxUSE_STL==1:
tree
|
commitdiff
2004-03-03
David Elliott
Construct wxCocoaNSWindow with a pointer to this
tree
|
commitdiff
2004-03-03
David Elliott
s/wxTopLevelWindow/wxTopLevelWindowCocoa/
tree
|
commitdiff
2004-03-03
David Elliott
Constructor now takes a wxTopLevelWindow * = NULL so...
tree
|
commitdiff
2004-03-02
David Elliott
Implement wxMenuItemAction and validateMenuItem delegat...
tree
|
commitdiff
2004-02-27
David Elliott
Make wxMenuItemAction: and validateMenuItem: delegate...
tree
|
commitdiff
2004-02-20
David Elliott
Implement wxMenuItemAction: and validateMenuItem: deleg...
tree
|
commitdiff
2004-02-19
David Elliott
Use one wxNSWindowDelegate instance per wxCocoaNSWindow...
tree
|
commitdiff
2004-02-08
David Elliott
Add wxCocoa-specific trace masks
tree
|
commitdiff
2004-02-02
David Elliott
Applied modified 3-state checkbox patch from Mathew...
tree
|
commitdiff
2004-01-31
Mattia Barbon
Added some missing STL-like wxArray/wxArrayString...
tree
|
commitdiff
2004-01-27
David Elliott
wxCocoa: Better icon support
tree
|
commitdiff
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
use wxColourDatabase::Find(), not obsolete FindColour...
tree
|
commitdiff
2004-01-22
Vadim Zeitlin
linking fix for wxCocoa apps using clipboard
tree
|
commitdiff
2004-01-22
David Elliott
* Add Unicode support for wxNSStringWithWxString and...
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
2003-12-16
David Elliott
Very basic wxToolBar implementation
tree
|
commitdiff
2003-12-16
David Elliott
Make UpdateFrameNSView public for new native wxToolBar
tree
|
commitdiff
2003-12-15
David Elliott
Add wxBitmap::GetNSImage() which creates an autorelease...
tree
|
commitdiff
2003-12-15
David Elliott
Improved idle event processing.
tree
|
commitdiff
2003-12-11
Julian Smart
Applied patch [ 828303 ] Slight wxColour cleanup
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
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
Add virtual wxMenuBar* GetAppMenuBar();
tree
|
commitdiff
2003-11-06
David Elliott
wxMenuBarManager::InstallMenuBarForWindow no longer...
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
Use an application delegate object
tree
|
commitdiff
2003-10-03
David Elliott
Removed MainLoop, ExitMainLoop, Pending, and Dispatch
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
Clean up comments
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
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
Override CocoaSetEnabled because it's not an NSControl
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
Override CocoaSetEnabled. NSProgressIndicator is not...
tree
|
commitdiff
2003-09-05
David Elliott
Works a little better when you remember to say "virtual"
tree
|
commitdiff
2003-09-05
David Elliott
Changed CocoaNotification parameter names to notificati...
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
Implement Cocoa_canBecomeMainWindow to say YES to Cocoa
tree
|
commitdiff
2003-09-05
David Elliott
* Added GetAppMenuBar
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-08-29
David Elliott
Rename some of the Cocoa methods to reflect that they...
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
CreateToolBar/SetToolBar wrapped in #if wxUSE_TOOLBAR
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-19
David Elliott
Override CocoaSetEnabled() to call -[NSControl setEnabled:]
tree
|
commitdiff
2003-08-19
David Elliott
Override CocoaSetEnabled() to do nothing. Although...
tree
|
commitdiff
2003-08-19
David Elliott
Added machinery to Enable/Disable windows. When a...
tree
|
commitdiff
2003-08-18
David Elliott
* Implement GetValue() and SetValue().
tree
|
commitdiff
2003-08-18
David Elliott
some more wxListBox support
tree
|
commitdiff
2003-08-18
David Elliott
Added NSTableView support
tree
|
commitdiff
2003-08-17
David Elliott
Handle setting of client size for all types of windows
tree
|
commitdiff
2003-08-17
Václav Slavík
removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
tree
|
commitdiff
2003-08-14
David Elliott
Stub for wxRegion::Offset
tree
|
commitdiff
2003-08-14
David Elliott
Implemented toolbar/statusbar positioning
tree
|
commitdiff
2003-08-14
David Elliott
Implemented window scrolling using wxWindowCocoaScroller
tree
|
commitdiff
2003-08-13
David Elliott
Added helper functions for setting initial window size:
tree
|
commitdiff
2003-08-13
David Elliott
Don't send idle events while an assertion dialog is...
tree
|
commitdiff
2003-08-13
Vadim Zeitlin
renamed wxWindow::Clear() to ClearBackground() (fixes...
tree
|
commitdiff
2003-08-12
David Elliott
Laid groundwork for scrolling.
tree
|
commitdiff
2003-08-11
David Elliott
Added default implementation for drawRect and mouse...
tree
|
commitdiff
2003-08-09
Václav Slavík
added support for gcc precompiled headers
tree
|
commitdiff
2003-08-08
David Elliott
* When cloning the ref data, copy the NSBitmapImageRep...
tree
|
commitdiff
next