Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Game Library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Game Development
Game Library
Compare revisions
35e260f482aef93fbae8a551eca7b8c3183e0a08 to develop
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
gamedev/fggl
Select target project
No results found
develop
Select Git revision
Swap
Target
onuralpsezer/fggl
Select target project
gamedev/fggl
onuralpsezer/fggl
2 results
35e260f482aef93fbae8a551eca7b8c3183e0a08
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vendor/imgui/src/imgui_tables.cpp
+14
-0
14 additions, 0 deletions
vendor/imgui/src/imgui_tables.cpp
vendor/imgui/src/imgui_widgets.cpp
+14
-0
14 additions, 0 deletions
vendor/imgui/src/imgui_widgets.cpp
with
28 additions
and
0 deletions
vendor/imgui/imgui_tables.cpp
→
vendor/imgui/
src/
imgui_tables.cpp
View file @
bd58e207
/*
* This file is part of FGGL.
*
* FGGL is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* FGGL is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License along with FGGL.
* If not, see <https://www.gnu.org/licenses/>.
*/
// dear imgui, v1.83
// (tables and columns code)
...
...
This diff is collapsed.
Click to expand it.
vendor/imgui/imgui_widgets.cpp
→
vendor/imgui/
src/
imgui_widgets.cpp
View file @
bd58e207
/*
* This file is part of FGGL.
*
* FGGL is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any
* later version.
*
* FGGL is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License along with FGGL.
* If not, see <https://www.gnu.org/licenses/>.
*/
// dear imgui, v1.83
// (widgets code)
...
...
This diff is collapsed.
Click to expand it.
Prev
1
…
13
14
15
16
17
Next