Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • xmonader/gambas
  • gambas/gambas
  • gbWilly/gambas
  • dtardon/gambas
  • Davidmue/gambas
  • mmu_man/gambas
  • jguardon/gambas
  • tstueker/gambas
  • timsoft/gambas
  • yann64/gambas
  • Matthew-Collins/gambas
  • microhobby/gambas
  • ercoupeflyer/gambas
  • pebauer68/gambas
  • ptmarstech/gambas
  • christhal/gambas
  • tboege/gambas
  • christopherwoo/gambas
  • yusronarif/gambas
  • gen.braga/gambas
  • MelvinG24/gambas
  • Krischel/gambas
  • liang-wei/gambas
  • brucebruen/gambas
  • LibreDWG/gambas
  • SkyN9ne/gambas
  • zxMarce/gambas
  • lordheavy/gambas
  • ddabrahams76/gambas
  • GianluigiOr/gambas
  • rfc1394/gambas
  • wekan/gambas
  • bsteers4/gambas
  • fweimer-rh/gambas
  • CDCDCDCDCDCD/gambas
  • geekdu42/gambas
  • belmotek/gambas
  • jfrank1500/gambas
  • mfischerq/gambas
  • shiny0110/gambas
  • kk667788/gambas
  • bandali/gambas
  • 64sys/gambas
  • justlostintime/gambas
  • aleasto/gambas
  • bgermann/gambas
  • linusky/gambas
47 results
Select Git revision
Show changes
Commits on Source (3)
...@@ -60,21 +60,21 @@ ...@@ -60,21 +60,21 @@
Name = "panRight" Name = "panRight"
MoveScaled(8,5,1,1) MoveScaled(8,5,1,1)
Background = Color.TextBackground Background = Color.TextBackground
Mouse = Mouse.SizeE Mouse = Cursor.SizeE
Border = Border.Plain Border = Border.Plain
} }
{ panDown Panel Handle { panDown Panel Handle
Name = "panDown" Name = "panDown"
MoveScaled(6,7,1,1) MoveScaled(6,7,1,1)
Background = Color.TextBackground Background = Color.TextBackground
Mouse = Mouse.SizeS Mouse = Cursor.SizeS
Border = Border.Plain Border = Border.Plain
} }
{ panRightDown Panel Handle { panRightDown Panel Handle
Name = "panRightDown" Name = "panRightDown"
MoveScaled(8,7,1,1) MoveScaled(8,7,1,1)
Background = Color.TextBackground Background = Color.TextBackground
Mouse = Mouse.SizeSE Mouse = Cursor.SizeSE
Border = Border.Plain Border = Border.Plain
} }
{ dwgBorder DrawingArea { dwgBorder DrawingArea
......
...@@ -72,8 +72,6 @@ Public Sub Attach(hWindow As Window) ...@@ -72,8 +72,6 @@ Public Sub Attach(hWindow As Window)
End End
Public Sub Lock() Public Sub Lock()
$hWorkspace.Lock $hWorkspace.Lock
...@@ -92,7 +90,6 @@ End ...@@ -92,7 +90,6 @@ End
' '
' END ' END
Private Function ActiveWindow_Read() As Window Private Function ActiveWindow_Read() As Window
Return $hWorkspace.GetActiveWindow() Return $hWorkspace.GetActiveWindow()
...@@ -144,8 +141,6 @@ Public Sub _RaiseCloseAll() ...@@ -144,8 +141,6 @@ Public Sub _RaiseCloseAll()
End End
' Private Function ShowTitle_Read() As Boolean ' Private Function ShowTitle_Read() As Boolean
' '
' Return $hWorkspace.IsShowTitle() ' Return $hWorkspace.IsShowTitle()
......
[Component] [Component]
Author=Benoît Minisini Author=Benoît Minisini
State=1 State=1
Requires=gb.image Requires=gb.image,gb.desktop
gb.desktop.x11/src/gb.desktop.x11/.icon.png

10.8 KiB | W: 0px | H: 0px

gb.desktop.x11/src/gb.desktop.x11/.icon.png

10.8 KiB | W: 0px | H: 0px

gb.desktop.x11/src/gb.desktop.x11/.icon.png
gb.desktop.x11/src/gb.desktop.x11/.icon.png
gb.desktop.x11/src/gb.desktop.x11/.icon.png
gb.desktop.x11/src/gb.desktop.x11/.icon.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -5,7 +5,6 @@ Version=3.17.90 ...@@ -5,7 +5,6 @@ Version=3.17.90
VersionFile=1 VersionFile=1
Component=gb.image Component=gb.image
Component=gb.gui Component=gb.gui
Component=gb.desktop.x11
TabSize=2 TabSize=2
Language=en_US Language=en_US
Packager=1 Packager=1
...@@ -279,7 +279,7 @@ End ...@@ -279,7 +279,7 @@ End
Public Sub Activate() Public Sub Activate()
Desktop.ActiveWindow = $iId X11.ActiveWindow = $iId
End End
......
...@@ -2,6 +2,4 @@ ...@@ -2,6 +2,4 @@
Public Sub Main() Public Sub Main()
Print "Hello world"
End End
\ No newline at end of file