Skip to content

Commit

Permalink
NAppGUI 1.4.1-WIP. Fixed macOS Sonoma view clip.
Browse files Browse the repository at this point in the history
  • Loading branch information
frang75 committed Jan 3, 2024
1 parent be0790c commit ac038f9
Show file tree
Hide file tree
Showing 549 changed files with 560 additions and 643 deletions.
8 changes: 7 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# NAppGUI Changelog

## v1.4.0 - Unk 00, 2023 (rUNK)
## v1.4.1 - WIP

### Fixed

* macOS Sonoma OSView clipping. [Doc](https://developer.apple.com/documentation/macos-release-notes/appkit-release-notes-for-macos-14#NSView).

## v1.4.0 - Dec 31, 2023 (r4772)

### Added

Expand Down
2 changes: 1 addition & 1 deletion prj/build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4772
4773
2 changes: 1 addition & 1 deletion prj/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
2 changes: 1 addition & 1 deletion src/core/array.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/core/array.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
3 changes: 1 addition & 2 deletions src/core/arrpt.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: arrpt.h
* https://nappgui.com/en/core/arrpt.html
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/arrpt.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
3 changes: 1 addition & 2 deletions src/core/arrpt.hxx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: arrpt.hxx
* https://nappgui.com/en/core/arrpt.html
*
*/

Expand Down
3 changes: 1 addition & 2 deletions src/core/arrst.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: arrst.h
* https://nappgui.com/en/core/arrst.html
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/arrst.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
3 changes: 1 addition & 2 deletions src/core/arrst.hxx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: arrst.hxx
* https://nappgui.com/en/core/arrst.html
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/bhash.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/core/bhash.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/core/buffer.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
3 changes: 1 addition & 2 deletions src/core/buffer.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: buffer.h
* https://nappgui.com/en/core/buffer.html
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/clock.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
3 changes: 1 addition & 2 deletions src/core/clock.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: clock.h
* https://nappgui.com/en/core/clock.html
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/core.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/core/core.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
3 changes: 1 addition & 2 deletions src/core/core.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: core.h
* https://nappgui.com/en/core/core.html
*
*/

Expand Down
3 changes: 1 addition & 2 deletions src/core/core.hxx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: core.hxx
* https://nappgui.com/en/core/core.html
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/core.ixx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/core/coreall.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/core/coreh.hxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/core/date.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
3 changes: 1 addition & 2 deletions src/core/date.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: date.h
* https://nappgui.com/en/core/date.html
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/dbind.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
3 changes: 1 addition & 2 deletions src/core/dbind.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: dbind.h
* https://nappgui.com/en/core/dbind.html
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/dbind.inl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/core/dbindh.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/core/event.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
3 changes: 1 addition & 2 deletions src/core/event.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: event.h
* https://nappgui.com/en/core/event.html
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/event.inl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/core/heap.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
3 changes: 1 addition & 2 deletions src/core/heap.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: heap.h
* https://nappgui.com/en/core/heap.html
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/heap.inl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/core/hfile.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
3 changes: 1 addition & 2 deletions src/core/hfile.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: hfile.h
* https://nappgui.com/en/core/hfile.html
*
*/

Expand Down
2 changes: 1 addition & 1 deletion src/core/hfileh.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
2 changes: 1 addition & 1 deletion src/core/keybuf.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
Expand Down
3 changes: 1 addition & 2 deletions src/core/keybuf.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/*
* NAppGUI Cross-platform C SDK
* 2015-2023 Francisco Garcia Collado
* 2015-2024 Francisco Garcia Collado
* MIT Licence
* https://nappgui.com/en/legal/license.html
*
* File: keybuf.h
* https://nappgui.com/en/core/keybuf.html
*
*/

Expand Down

0 comments on commit ac038f9

Please sign in to comment.