.. |
gen-Ioctl
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
gen-LibW
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
gen-Libc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
gen-Net
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
gen-Termios
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Backends.odc
|
47f7a7c52c
Reduce redundant Views.Update(Views.rebuildFrames) in StdTiles => eliminates yet another closed frame bug that manifested itself when Mechanisms drew a border arounds views in containers
|
3 years ago |
Chmod.odc
|
3daa54d563
remove Unicode (change to String), add GetLocPath to Dialog (remove from Files), change Kernel.SplitName and Kernel.MakeFileName to StdLibrarian.SplitName and Files.dir.GetFileName
|
3 years ago |
Clipboard.odc
|
f004741b52
improve paste operation by conversion of external utf8 data
|
3 years ago |
Cmds.odc
|
825c951952
Fix call sequences to close individual windows and BB; attempt to move Loop to Dialog
|
3 years ago |
Config.odc
|
c8d58aaebc
perform selfcheck during startup, some measures to prevent gtk internal error, wrapping open dialog with SafeAction, GetLocSpec procesures to specify folder thought dialog
|
3 years ago |
Console.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Dates.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Dialog.odc
|
c8d58aaebc
perform selfcheck during startup, some measures to prevent gtk internal error, wrapping open dialog with SafeAction, GetLocSpec procesures to specify folder thought dialog
|
3 years ago |
Dl.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Env.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Files.odc
|
d522c11aa1
make DevPacker cross-platform, update scripts for building console compilers, upgrade binary console compilers, remove debug procedures and module from repository
|
3 years ago |
Files64.odc
|
bd882199af
fix files messages mapping
|
3 years ago |
Fonts.odc
|
c1711c39a9
reduce using of direct Lin/WinRegistry, fix prefs initialisation order, preferences improved
|
3 years ago |
GdkPixbuf.odc
|
490b43fabf
reduce server mode, introcude InsistentActions, reduce LinCairo module
|
3 years ago |
Gtk2GLib.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Gtk2GObject.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Gtk2Gdk.odc
|
45bf3c8c5e
LinPorts.Rider.Input, LinBackends: motion-notify signal handler to poll actual pointer coords rather than use the ones supplied in the GdkEventMotionNotify: this way, PollCursorMsg and Rinder.Input always return actual mouse coordinates. This prevents lagging that occured when mouse handling would take a long time. Now no need to call f.Input in response to PollCursorMsg => WM_LBUTTONDOWN is never prematurely processed; for the user, no clicks are ever lost when navigating menus. In StdDocuments, Reroute TickMsg to the overlaid view, if any. Prevents caret from blinking thru a dropped menu
|
3 years ago |
Gtk2Gtk.odc
|
c8d58aaebc
perform selfcheck during startup, some measures to prevent gtk internal error, wrapping open dialog with SafeAction, GetLocSpec procesures to specify folder thought dialog
|
3 years ago |
Gtk2Keysyms.odc
|
460818f6df
Popup menu key added; some general repository changes
|
3 years ago |
Gtk2Pango.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Gtk2Util.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Gui.odc
|
3daa54d563
remove Unicode (change to String), add GetLocPath to Dialog (remove from Files), change Kernel.SplitName and Kernel.MakeFileName to StdLibrarian.SplitName and Files.dir.GetFileName
|
3 years ago |
Iconv.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Init.odc
|
c1711c39a9
reduce using of direct Lin/WinRegistry, fix prefs initialisation order, preferences improved
|
3 years ago |
IntDialog.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
IntInit.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
IntLoader.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Ioctl.odc
|
bf3d3d739d
fix Ioctl (add VAR to third argument)
|
3 years ago |
Kernel.odc
|
3e3ed5354a
Fix WinKernel heap allocation/deallocation; Drop redundant param *adr* of PROCEDURE Kernel.Platform.AllocateMem
|
3 years ago |
Lang.odc
|
c1711c39a9
reduce using of direct Lin/WinRegistry, fix prefs initialisation order, preferences improved
|
3 years ago |
LibW.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Libc.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Loader.odc
|
8ce213cf65
separate Mdi subsystem to support old MDI version, make statusbar works in Windows, make similar LinLoader/WinLoader/MdiLoader, step back in WinFiles (add support for STANDARD), patch Controllers Ticker (call order proposed by Adimetrius)
|
3 years ago |
Mechanisms.odc
|
47f7a7c52c
Reduce redundant Views.Update(Views.rebuildFrames) in StdTiles => eliminates yet another closed frame bug that manifested itself when Mechanisms drew a border arounds views in containers
|
3 years ago |
Net.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
PackedFiles.odc
|
05490e4d83
fix menus dissapearing bug (thanks Anton Dmitriev), fix properties dialog for text, + some renaming of rudimentary Host in several modules
|
3 years ago |
Ports.odc
|
45bf3c8c5e
LinPorts.Rider.Input, LinBackends: motion-notify signal handler to poll actual pointer coords rather than use the ones supplied in the GdkEventMotionNotify: this way, PollCursorMsg and Rinder.Input always return actual mouse coordinates. This prevents lagging that occured when mouse handling would take a long time. Now no need to call f.Input in response to PollCursorMsg => WM_LBUTTONDOWN is never prematurely processed; for the user, no clicks are ever lost when navigating menus. In StdDocuments, Reroute TickMsg to the overlaid view, if any. Prevents caret from blinking thru a dropped menu
|
3 years ago |
RastersPng.odc
|
4c482ba220
Rasters interface and implementation iteration
|
3 years ago |
Registry.odc
|
05490e4d83
fix menus dissapearing bug (thanks Anton Dmitriev), fix properties dialog for text, + some renaming of rudimentary Host in several modules
|
3 years ago |
Rt.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |
Termios.odc
|
75164b6135
move BlackBox to the root of repository, delete examples and dev files
|
3 years ago |