adimetrius 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 年之前
..
gen-Ioctl 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
gen-LibW 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
gen-Libc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
gen-Net 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
gen-Termios 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
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 年之前
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 年之前
Clipboard.odc f004741b52 improve paste operation by conversion of external utf8 data 3 年之前
Cmds.odc 825c951952 Fix call sequences to close individual windows and BB; attempt to move Loop to Dialog 3 年之前
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 年之前
Console.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
Dates.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
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 年之前
Dl.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
Env.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
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 年之前
Files64.odc bd882199af fix files messages mapping 3 年之前
Fonts.odc c1711c39a9 reduce using of direct Lin/WinRegistry, fix prefs initialisation order, preferences improved 3 年之前
GdkPixbuf.odc 490b43fabf reduce server mode, introcude InsistentActions, reduce LinCairo module 3 年之前
Gtk2GLib.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
Gtk2GObject.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
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 年之前
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 年之前
Gtk2Keysyms.odc 460818f6df Popup menu key added; some general repository changes 3 年之前
Gtk2Pango.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
Gtk2Util.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
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 年之前
Iconv.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
Init.odc c1711c39a9 reduce using of direct Lin/WinRegistry, fix prefs initialisation order, preferences improved 3 年之前
IntDialog.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
IntInit.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
IntLoader.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
Ioctl.odc bf3d3d739d fix Ioctl (add VAR to third argument) 3 年之前
Kernel.odc 3e3ed5354a Fix WinKernel heap allocation/deallocation; Drop redundant param *adr* of PROCEDURE Kernel.Platform.AllocateMem 3 年之前
Lang.odc c1711c39a9 reduce using of direct Lin/WinRegistry, fix prefs initialisation order, preferences improved 3 年之前
LibW.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
Libc.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
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 年之前
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 年之前
Net.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
PackedFiles.odc 05490e4d83 fix menus dissapearing bug (thanks Anton Dmitriev), fix properties dialog for text, + some renaming of rudimentary Host in several modules 3 年之前
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 年之前
RastersPng.odc 4c482ba220 Rasters interface and implementation iteration 3 年之前
Registry.odc 05490e4d83 fix menus dissapearing bug (thanks Anton Dmitriev), fix properties dialog for text, + some renaming of rudimentary Host in several modules 3 年之前
Rt.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前
Termios.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 年之前