Commit Graph
14652 Commits
Author SHA1 Message Date
Linas Valiukas 3fe3791dde Removed wxButtonStrip (not too useful too)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-22 08:58:40 +00:00
Linas Valiukas a4bc53729f Removed wxTabCtrl altogether (not very useful); implemented
wxSegmentedCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68829 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-22 08:58:08 +00:00
Linas Valiukas e8048240a1 Removed wxContentWindow from wxTableCell
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-22 08:57:20 +00:00
Linas Valiukas e1321f2aa4 Various (remaining) wxTableCtrl setters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-22 07:06:58 +00:00
Linas Valiukas 10adafc4a0 wxTableCtrl accessory button event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-22 07:06:49 +00:00
Linas Valiukas fc65949fad Remaining wxTableCtrl setters
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-22 07:06:44 +00:00
Linas Valiukas 4c356b1a41 Parts of wxTableCtrl/wxNavigationCtrl moved to 'generic' source files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-21 07:45:43 +00:00
Linas Valiukas 8f3f2f3a9c wxWheelsCtrl wxiOS implementation + some tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-19 01:09:34 +00:00
Linas Valiukas dfe5dfbbe3 Correct wxNavigationBar creation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-16 06:34:13 +00:00
Linas Valiukas 128edf86a6 wxNavigationBar and friends (wxNavigationItem, wxBarButton)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-16 04:02:41 +00:00
Linas Valiukas abadb4704b wx[Action|Alert]SheetDialog wxiOS tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-12 22:30:26 +00:00
Linas Valiukas 75f3a25199 wxSegmentedCtrl SetButtonBackgroundColour
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-12 22:30:15 +00:00
Linas Valiukas da1cb3e79c wxSegmentedControl changing/changed events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-12 22:30:10 +00:00
Linas Valiukas 34b8740d43 wxTextCtrl read-only support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-12 22:29:28 +00:00
Linas Valiukas 84757cb598 Minimal wxScrolledWindow implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-14 23:40:10 +00:00
Linas Valiukas a1b053816c Minimal wxActionSheetDialog (was: wxMoActionSheet), wxAlertSheetDialog
(was: wxMoAlertSheet) implementations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-14 01:45:21 +00:00
Linas Valiukas 1b49b8b7e1 Separated wxSlider iOS bits
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-14 01:45:10 +00:00
Linas Valiukas 6f9e1b1398 wxNotebook iOS implementation exposed (so wxSheetDialog could use it for
showing sheets)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-14 01:45:04 +00:00
Linas Valiukas 7cb40bdd3a Various base classes, mobiledemo now runs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-11 23:54:49 +00:00
Linas Valiukas 5e253c6698 Finished moving wxMo classes to wx prefix, "samples/mobile" builds (but
does not link as of yet :-))

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-11 01:37:12 +00:00
Linas Valiukas 211193b902 Removed wxMo classes, moved implementation bits to wx namespace
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-09 23:09:44 +00:00
Linas Valiukas a31f10f381 Some wxMoTableCell properties
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-09 23:09:18 +00:00
Linas Valiukas ed6bc07d49 wxMoButton now shows up
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-09 23:09:08 +00:00
Linas Valiukas 0bfa368461 wxMoWebCtrl (wxWebKitCtrl iPhone) implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-04 15:04:36 +00:00
Linas Valiukas 169fe09b6e Minimal wxMoListBox (wxListBox iPhone) implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-04 15:04:30 +00:00
Linas Valiukas 318ef80e84 Minimal wxMoSegmentedCtrl implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-04 15:04:23 +00:00
Linas Valiukas edcb0e9e3c Minimal wxMoPageCtrl implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-02 20:44:31 +00:00
Linas Valiukas 8fc44b8b34 Minimal wxMoBitmapButton implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-02 14:33:27 +00:00
Linas Valiukas f40a00661b More wxMoTableCell properties implemented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-02 14:33:16 +00:00
Linas Valiukas 4a3d6801b2 Minimal wxMoTableCtrl implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-07-02 09:55:01 +00:00
Linas Valiukas fef995d934 Minimal wxMoNavigationCtrl and wxMoViewController
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-30 04:54:17 +00:00
Linas Valiukas 6b61fe54e1 Minimal wxMoNotebook implementation (now sort of works)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-30 01:02:17 +00:00
Linas Valiukas 35d77a7865 Minimal wxMoSearchCtrl implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-30 01:02:12 +00:00
Linas Valiukas d2619cf6b5 wxSearchCtrl OSX now checks whether menus are enabled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-30 01:02:07 +00:00
Linas Valiukas 198b24bcaa Minimal wxMoTectCtrl implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-30 01:01:57 +00:00
Linas Valiukas a1f0cdc5fb Minimal wxMoGauge implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-29 01:07:30 +00:00
Linas Valiukas 525a1d0d72 Minimal wxMoNotebook implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68081 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-29 01:07:26 +00:00
Linas Valiukas 8b264dfac4 Minimal wxMoSwitchCtrl implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-29 01:07:18 +00:00
Linas Valiukas a93b19b1c1 Minimal wxMoSlider implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-29 01:07:14 +00:00
Linas Valiukas e43d051fd8 Minimal wxMoStaticText implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-29 01:07:10 +00:00
Linas Valiukas 3541212cf2 Attempts to show wxNotebook tabs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-28 13:23:26 +00:00
Linas Valiukas 29c739e1a1 Minimal wxNotebook iOS implementation, demo doesn't crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68057 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-27 16:58:00 +00:00
Linas Valiukas 9de0487417 Dummy wxNotebook iOS implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-27 11:03:34 +00:00
Linas Valiukas c39d271afb Reenable disabled iOS capabilities
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-27 11:03:26 +00:00
Linas Valiukas d4d42bbc1a Deprecated accessors, obscure defines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-27 11:03:18 +00:00
Stefan Csomor 6d20c3e3e9 adapting to new wx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-24 18:39:28 +00:00
Stefan Csomor 134a13e60c fixing iphone condition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@68042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-24 18:37:33 +00:00
Linas Valiukas d3290af43b Interface and dummy (stub) implementation of native wxMobile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@67937 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-14 23:24:11 +00:00
Linas Valiukas f5ad7ae1c8 native (iOS) Xcode mobiledemo target
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@67932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-14 15:18:54 +00:00
Linas Valiukas d8caebf107 wxmobile-demo now builds/runs on OSX (sort of); Xcode project added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WXIOS@67916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-06-11 03:08:54 +00:00