Ivan Denisov 6062ce17f7 make possible later initialisation of LinPackedFiles container file 3 yıl önce
..
gen-Ioctl 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
gen-LibW 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
gen-Libc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
gen-Net 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
gen-Termios 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
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 yıl önce
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 yıl önce
Clipboard.odc f004741b52 improve paste operation by conversion of external utf8 data 3 yıl önce
Cmds.odc 825c951952 Fix call sequences to close individual windows and BB; attempt to move Loop to Dialog 3 yıl önce
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 yıl önce
Console.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
Dates.odc ffc59c1160 remove Kernel.MessageBox, make prototypes for OpenBSD and FreeBSD kernels 3 yıl önce
Dialog.odc 43ab50a850 reduce platforms procedures (IsWindows, IsLinux) and add platform constants for FreeBSD & OpenBSD, move tiler open procedure to new Views hook (add Views.OpenDetailed), split preferences, add check symbol fallback for wine 3 yıl önce
Dl.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
Env.odc ffc59c1160 remove Kernel.MessageBox, make prototypes for OpenBSD and FreeBSD kernels 3 yıl önce
Files.odc ffc59c1160 remove Kernel.MessageBox, make prototypes for OpenBSD and FreeBSD kernels 3 yıl önce
Files64.odc ffc59c1160 remove Kernel.MessageBox, make prototypes for OpenBSD and FreeBSD kernels 3 yıl önce
Fonts.odc 0369a9b4ca fix menu, grids, preferences, stdcframes 3 yıl önce
GdkPixbuf.odc 490b43fabf reduce server mode, introcude InsistentActions, reduce LinCairo module 3 yıl önce
Gtk2GLib.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
Gtk2GObject.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
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 yıl önce
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 yıl önce
Gtk2Keysyms.odc 460818f6df Popup menu key added; some general repository changes 3 yıl önce
Gtk2Pango.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
Gtk2Util.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
Gui.odc ffc59c1160 remove Kernel.MessageBox, make prototypes for OpenBSD and FreeBSD kernels 3 yıl önce
Iconv.odc ffc59c1160 remove Kernel.MessageBox, make prototypes for OpenBSD and FreeBSD kernels 3 yıl önce
Init.odc 43ab50a850 reduce platforms procedures (IsWindows, IsLinux) and add platform constants for FreeBSD & OpenBSD, move tiler open procedure to new Views hook (add Views.OpenDetailed), split preferences, add check symbol fallback for wine 3 yıl önce
IntDialog.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
IntInit.odc ffc59c1160 remove Kernel.MessageBox, make prototypes for OpenBSD and FreeBSD kernels 3 yıl önce
IntLoader.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
Ioctl.odc bf3d3d739d fix Ioctl (add VAR to third argument) 3 yıl önce
Kernel.odc ffc59c1160 remove Kernel.MessageBox, make prototypes for OpenBSD and FreeBSD kernels 3 yıl önce
Lang.odc c1711c39a9 reduce using of direct Lin/WinRegistry, fix prefs initialisation order, preferences improved 3 yıl önce
LibW.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
Libc.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
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 yıl önce
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 yıl önce
Net.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
PackedFiles.odc 6062ce17f7 make possible later initialisation of LinPackedFiles container file 3 yıl önce
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 yıl önce
RastersPng.odc 4c482ba220 Rasters interface and implementation iteration 3 yıl önce
Registry.odc 05490e4d83 fix menus dissapearing bug (thanks Anton Dmitriev), fix properties dialog for text, + some renaming of rudimentary Host in several modules 3 yıl önce
Rt.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce
Termios.odc 75164b6135 move BlackBox to the root of repository, delete examples and dev files 3 yıl önce