• Join/Login
  • Business Software
  • Open Source Software
  • For Vendors
  • Blog
  • About
  • More
    • Articles
    • Create
    • SourceForge Podcast
    • Site Documentation
    • Subscribe to our Newsletter
    • Support Request
SourceForge logo
For Vendors Help Create Join Login
SourceForge logo
Business Software
Open Source Software
SourceForge Podcast
Resources
  • Articles
  • Case Studies
  • Blog
Menu
  • Help
  • Create
  • Join
  • Login
  • Home
  • Browse
  • FMSLogo
  • Code
FMSLogo

FMSLogo Code

A Logo programming environment for Microsoft Windows

Brought to you by: david_costanzo
  • Summary
  • Files
  • Reviews
  • Support
  • Tickets ▾
    • Feature Requests
    • Bugs
    • Support Requests
  • Discussion
  • Code
Menu ▾ ▴
 
  • Browse Commits
  • Browse Files

Code Commit Log


Commit Date  
[r5535] by david_costanzo

Remove "extern" from function declarations.
Function declarations are implicitly "extern" and making it explicit doesn't add anything.

2020-12-20 21:02:54 Tree
[r5534] by david_costanzo

Cleanup: Remove redundant function declarations

2020-12-20 20:24:26 Tree
[r5533] by david_costanzo

Update the expected test log with a recent test pass of FMSLogo 8.0.0.

2020-12-20 20:20:10 Tree
[r5532] by david_costanzo

Refactoring: remove the print_backslashes global variable
The print_backslashes now much be passed in as a parameter. This was done to make the printing logic easier to trace and understand.

2020-12-20 20:17:54 Tree
[r5531] by david_costanzo

Cleanup: Remove some commented out code

2020-12-20 19:53:47 Tree
[r5530] by david_costanzo

Stop leaking variables in UIAUTOMATION.GETWINDOWRECT
(left right top bottom were not defined as LOCAL)

2020-12-20 19:53:03 Tree
[r5529] by david_costanzo

Fix a copy&paste error in the message box's title in the smoke test.

2020-12-20 16:55:19 Tree
[r5528] by david_costanzo

Fix a build break when compiling for for GNU/Linux
The case of a switch statement must be followed by a statement.

2020-12-20 05:35:08 Tree
[r5527] by david_costanzo

Remove all of the lexers from wxStyledTextCtrl.
The only lexer that FMSLogo uses is for logo files so all of the built-in ones were dead code.
This reduces build times and reduces the executable size of fmslogo.exe by about 2MB with no loss of functionality.

2020-12-20 03:45:37 Tree
[r5526] by david_costanzo

Fix Bug #553; MESSAGEBOX no longer appears in strange places when the commander is minimized.

The fix has three parts:
1) Adding "-enable-display" when configuring wxWidgets so that parenting to
a minimized window doesn't crash on Windows XP.
2) Adding special logic to WINDOWSET to show/hide the Commander through
wxWidgets functions so that wxWindow::IsShown() knows when it has been
hidden with WINDOWSET. Otherwise, the commander is still selected as the
parent.
3) Using the main frame as the parent window when the commander is docked
is minimized or is not visible on the screen. In these cases, the user's
eyes are probably on the screen window.

2020-12-20 03:15:03 Tree
Older >
SourceForge
  • Create a Project
  • Open Source Software
  • Business Software
  • Top Downloaded Projects
Company
  • About
  • Team
  • SourceForge Headquarters
    1320 Columbia Street Suite 310
    San Diego, CA 92101
    +1 (858) 422-6466
Resources
  • Support
  • Site Documentation
  • Site Status
  • SourceForge Reviews
SourceForge logo
© 2026 Slashdot Media. All Rights Reserved.
Terms Privacy Opt Out Advertise
mdb logo