-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
116 changed files
with
13,788 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# https://github.com/rohanrhu/gdb-frontend | ||
# https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
# | ||
# Licensed under MIT | ||
# Licensed under GNU/GPLv3 | ||
# Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
|
||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# https://github.com/rohanrhu/gdb-frontend | ||
# https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
# | ||
# Licensed under MIT | ||
# Licensed under GNU/GPLv3 | ||
# Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
|
||
import threading | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# https://github.com/rohanrhu/gdb-frontend | ||
# https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
# | ||
# Licensed under MIT | ||
# Licensed under GNU/GPLv3 | ||
# Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
|
||
import threading | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# https://github.com/rohanrhu/gdb-frontend | ||
# https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
# | ||
# Licensed under MIT | ||
# Licensed under GNU/GPLv3 | ||
# Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
|
||
import re | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# https://github.com/rohanrhu/gdb-frontend | ||
# https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
# | ||
# Licensed under MIT | ||
# Licensed under GNU/GPLv3 | ||
# Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* https://github.com/rohanrhu/gdb-frontend | ||
* https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
* | ||
* Licensed under MIT | ||
* Licensed under GNU/GPLv3 | ||
* Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
*/ | ||
|
||
|
@@ -44,8 +44,8 @@ | |
|
||
.css_AboutDialog_box_content1 { | ||
margin-bottom: 10px; | ||
font-size: 14px; | ||
line-height: 20px; | ||
font-size: 16px; | ||
line-height: 22px; | ||
} | ||
|
||
/* ---------------------- */ | ||
|
@@ -54,9 +54,10 @@ | |
position: absolute; | ||
right: 0px; | ||
top: 0px; | ||
padding: 10px 10px; | ||
padding: 12px 12px; | ||
transition: opacity 250ms; | ||
cursor: pointer; | ||
font-size: 20px; | ||
} | ||
|
||
.css_AboutDialog_box_closeButton:hover { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* https://github.com/rohanrhu/gdb-frontend | ||
* https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
* | ||
* Licensed under MIT | ||
* Licensed under GNU/GPLv3 | ||
* Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,12 @@ | |
* https://github.com/rohanrhu/gdb-frontend | ||
* https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
* | ||
* Licensed under MIT | ||
* Licensed under GNU/GPLv3 | ||
* Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
*/ | ||
|
||
.BreakpointsEditor { | ||
text-align: center; | ||
font-size: 12px; | ||
overflow-y: auto; | ||
text-align: left; | ||
height: 100%; | ||
|
@@ -64,21 +63,24 @@ | |
} | ||
|
||
.BreakpointsEditor_items_item { | ||
line-height: 15px; | ||
cursor: pointer; | ||
display: flex; | ||
border-bottom: 1px solid rgba(0,0,0,0.1); | ||
background: rgba(0,0,0,0.05); | ||
line-height: 18px; | ||
min-height: 32px; | ||
align-items: stretch; | ||
} | ||
|
||
.BreakpointsEditor_items_item:nth-child(odd) { | ||
background: rgba(0,0,0,0.1); | ||
} | ||
|
||
.BreakpointsEditor_items_item_loc { | ||
display: flex; | ||
padding: 5px 5px; | ||
display: inline-block; | ||
flex-grow: 1; | ||
align-items: center; | ||
} | ||
|
||
.BreakpointsEditor_items_item:hover { | ||
|
@@ -88,7 +90,9 @@ | |
/* ---------------------- */ | ||
|
||
.BreakpointsEditor_items_item_check { | ||
padding: 5px 5px; | ||
padding: 0px 5px; | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.BreakpointsEditor_items_item_check .Checkbox_icon_img { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* https://github.com/rohanrhu/gdb-frontend | ||
* https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
* | ||
* Licensed under MIT | ||
* Licensed under GNU/GPLv3 | ||
* Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* https://github.com/rohanrhu/gdb-frontend | ||
* https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
* | ||
* Licensed under MIT | ||
* Licensed under GNU/GPLv3 | ||
* Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* https://github.com/rohanrhu/gdb-frontend | ||
* https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
* | ||
* Licensed under MIT | ||
* Licensed under GNU/GPLv3 | ||
* Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,12 @@ | |
* https://github.com/rohanrhu/gdb-frontend | ||
* https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
* | ||
* Licensed under MIT | ||
* Licensed under GNU/GPLv3 | ||
* Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
*/ | ||
|
||
.FileBrowser { | ||
display: none; | ||
font-size: 12px; | ||
padding: 10px; | ||
overflow-y: auto; | ||
text-align: left; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* https://github.com/rohanrhu/gdb-frontend | ||
* https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
* | ||
* Licensed under MIT | ||
* Licensed under GNU/GPLv3 | ||
* Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* https://github.com/rohanrhu/gdb-frontend | ||
* https://oguzhaneroglu.com/projects/gdb-frontend/ | ||
* | ||
* Licensed under MIT | ||
* Licensed under GNU/GPLv3 | ||
* Copyright (C) 2019, Oğuzhan Eroğlu (https://oguzhaneroglu.com/) <[email protected]> | ||
*/ | ||
|
||
|
@@ -35,7 +35,7 @@ | |
display: flex; | ||
flex: 0; | ||
min-height: 20px; | ||
border: 1px solid rgba(255,255,255,0.1); | ||
border: 1px solid rgba(255,255,255,0.05); | ||
border-bottom: 0px; | ||
border-top: 0px; | ||
cursor: pointer; | ||
|
@@ -52,7 +52,7 @@ | |
align-items: center; | ||
padding-left: 10px; | ||
padding-right: 5px; | ||
font-size: 13px; | ||
font-size: 16px; | ||
} | ||
|
||
.FileTabs_tabs_items_item_closeBtn { | ||
|
@@ -61,7 +61,7 @@ | |
align-items: center; | ||
padding-left: 5px; | ||
padding-right: 10px; | ||
font-size: 10px; | ||
font-size: 16px; | ||
color: rgba(255,255,255,0.5); | ||
} | ||
|
||
|
@@ -71,8 +71,6 @@ | |
|
||
.FileTabs_tabs_items_item.FileTabs_tabs_items_item__current { | ||
background: rgb(0, 36, 81); | ||
color: rgba(255, 255, 255, 0.8); | ||
font-weight: bold; | ||
} | ||
|
||
.FileTabs_tabs_items_item.FileTabs_tabs_items_item__current .FileTabs_tabs_items_closeBtn { | ||
|
@@ -94,7 +92,7 @@ | |
.FileTabs_tabs_items_item_pathTooltip_box { | ||
background: #3465a4; | ||
color: white; | ||
font-size: 13px; | ||
font-size: 16px; | ||
display: inline-block; | ||
border-radius: 1px; | ||
box-shadow: 0px 0px 20px 0px rgba(0, 25, 0, 0.5); | ||
|
@@ -122,13 +120,13 @@ | |
.FileTabs_tabs_items_item_pathTooltip_path { | ||
display: inline-block; | ||
vertical-align: middle; | ||
padding: 5px; | ||
padding: 10px; | ||
} | ||
|
||
.FileTabs_tabs_items_item_pathTooltip_copyBtn { | ||
display: inline-block; | ||
vertical-align: middle; | ||
padding: 5px; | ||
padding: 10px; | ||
cursor: pointer; | ||
border-left: 1px solid rgba(0,0,0,0.15); | ||
user-select: none; | ||
|
Oops, something went wrong.