Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2017-09-22 16:00:35.
|
2017-10-26
| ||
| 11:05 | Merged with the help_update branch. Almost ready for release. check-in: d538990122 user: johnfound tags: trunk | |
| 10:57 | Merged with "newskin" branch. check-in: 142ab39cbf user: johnfound tags: trunk | |
| 10:52 | Added special mime-type for .frm files and separate icons. Updated mime installation/deinstallation scripts. Leaf check-in: f1a8bea49c user: johnfound tags: newskin | |
| 09:07 | The latest Fresh IDE icon updated in IDE/mime_types/ check-in: 6f2cb982ff user: johnfound tags: newskin | |
| 08:56 | Two icon themes (dark/light) has been made in IDE/mime-types. The icons changed to consistent with the IDE icon theme. Render script added. check-in: ee46b52b4c user: johnfound tags: newskin | |
| 08:04 | The source code is fixed for the new images, moved to the images/ directory. Now compiles OK. check-in: 9c75edc2b3 user: johnfound tags: newskin | |
| 08:01 | ./render script fixed. But the source code is not. check-in: d92205b8be user: johnfound tags: newskin | |
| 07:59 | All images moved to the image/ and image/src/ directories. The render script is not fixed here. check-in: 798377587a user: johnfound tags: newskin | |
| 07:03 | As a whole, the new icon theme is finished now. check-in: 89c45630e4 user: johnfound tags: newskin | |
|
2017-10-25
| ||
| 13:54 |
Different tweaks to make it to work properly in Windows as well. All this works in WINE from the box.
Added .manifest file to the resources in order to allow transparency in the imagelists and theming support in Windows. Restored the default behavior of the statusbar. It makes some little artifacts on resizing in WINE, but works better in Windows. check-in: 50e75a03d9 user: johnfound tags: newskin | |
| 10:45 | The vlc icons as png. Optimized and fixed the loading in the component palette. check-in: 9347588a48 user: johnfound tags: newskin | |
| 09:03 | Replacing the visual components icons with .png and future migrating from .ico format. Not finished. check-in: dc5d5f622f user: johnfound tags: newskin | |
|
2017-10-24
| ||
| 13:38 | The FlatAssembler compiler has been updated to the official milestone version 1.72; check-in: d01cfe6750 user: johnfound tags: trunk | |
| 08:28 |
Updated the help system to allow raw headless html files and to decorate them in the same way as the .md files.
The extension of such files is .rhtm; The FASM LaTeX manual has been updated to the latest version and formatted to .rhtm file. The doc/tools/ directory was cleaned up from outdated tools and LaTeX_to_html tool (tth) has been updated to the latest version. Notice, that in doc/tools/tth_src is a modified version of the tool that emits anchor tags in a way, Fresh IDE help system use them. This help files update is part of preparations for the new release of Fresh IDE together with "newskin" branch. check-in: c8ad2b898b user: johnfound tags: help_update | |
|
2017-10-23
| ||
| 17:29 | The menu and toolbar icon sizes changeable by the options dialog. check-in: 1962027aaa user: johnfound tags: newskin | |
| 12:00 | Color palette changes for the toolbar/menu icons. Implemented (not finished) user change of the icon size for the toolbar and menues. check-in: 35bacfa9f5 user: johnfound tags: newskin | |
|
2017-10-22
| ||
| 08:39 | New, better (?) icons. check-in: adf9abe10f user: johnfound tags: newskin | |
|
2017-10-18
| ||
| 14:25 | Restructured the skin images. Now there are two sets - for dark and for light background. These sets are rendered from the same SVG icons using two different CSS files: skin_dark.css and skin_light.css; Notice the rendering scrips: "render". The SVG icons are manually edited for better pixel rendering and now are almost as quality as pixel icons. check-in: 713de453af user: johnfound tags: newskin | |
|
2017-10-15
| ||
| 21:31 | Work on the icons. check-in: 551333bf98 user: johnfound tags: newskin | |
|
2017-10-13
| ||
| 13:16 | Added missing .svg file. check-in: f7023c3d5a user: johnfound tags: newskin | |
| 13:15 | Skins as a NamedArray. Procedural (and automatic) change between dark and light themes. It takes a small space, but works not so good. check-in: 535c293c91 user: johnfound tags: newskin | |
|
2017-10-12
| ||
| 11:18 | Removed 32px toolbar icons. check-in: 6c17efc00a user: johnfound tags: newskin | |
| 08:03 | Work on the icons for the dark skin. Removed the gif images from the resource file. check-in: 7f59f08de9 user: johnfound tags: newskin | |
|
2017-10-07
| ||
| 14:04 | Work on changing all icons to PNG with transparency, rendered from vector icons. Support for several sizes of the icons and light and dark Desktop themes. check-in: e7b54ee4c4 user: johnfound tags: newskin | |
|
2017-09-22
| ||
| 16:00 | Added new instruction set reference. Not full, but is pretty helpful because contains the flags affected and explain the instructions in details. check-in: 59c17aeab1 user: johnfound tags: trunk | |
|
2017-09-09
| ||
| 19:42 | Fixed the TButton rendering bug and some little misbehavior on keyboard events. check-in: 071b59fa8c user: johnfound tags: NoCanvasGUI | |
| 13:57 | Different implementation of show/hide component palette not using IsWindowVisible. check-in: c59d12fb90 user: johnfound tags: trunk | |
|
2017-08-27
| ||
| 18:45 | Minor fix in TButton and adapting TProgress to the new API. check-in: c5df17b099 user: johnfound tags: NoCanvasGUI | |
|
2017-08-26
| ||
| 14:58 | Work on the TButton proper rendering. check-in: b55198191b user: johnfound tags: NoCanvasGUI | |
|
2017-08-23
| ||
| 19:59 | FlatAssembler compiler has been updated to v1.71.64 check-in: 89feab28c4 user: johnfound tags: trunk | |
| 19:53 | Better case sensitive match for the code completion list. A little bit slower. Needs some testing. check-in: e9652c5b00 user: johnfound tags: trunk | |
|
2017-08-21
| ||
| 02:51 | The next code refactoring for the GUI library. The idea is to not refresh the controls all the time, but only when needed. In addition, the drawing methods are now not fixed, but can vary for the different classes, using only common interface: TWindow:SelfPaint method; check-in: 215e9a11c6 user: johnfound tags: NoCanvasGUI | |
|
2017-06-04
| ||
| 21:25 | Fixed small bug in ActionEvents.asm and removed not used option in Fresh.asm check-in: 8528f63b1e user: johnfound tags: trunk | |
|
2017-06-02
| ||
| 13:56 | Almost working, at least with TForm and TButton components. check-in: 7f2c82fcc6 user: johnfound tags: NoCanvasGUI | |
| 12:29 | An attempt to increase the performance of the GUI libraries, by drawing directly on the screen images when possible. At least this approach is more flexible. Not working in this checkin! check-in: 7a655a26e5 user: johnfound tags: NoCanvasGUI | |
|
2017-05-30
| ||
| 05:29 | Added constants in sqlite equates. Simplified markdown parser (some projects may need recompilation). check-in: d91b182aa9 user: johnfound tags: FreshLibDev | |
|
2017-05-15
| ||
| 07:47 | Major change in the markdown parser. Changed the interface of the TranslateMarkdown procedure and renamed to TranslateMarkdown2 in order to prevet compilation of the old sources with bad arguments. check-in: 23e137dab2 user: johnfound tags: FreshLibDev | |
|
2017-05-11
| ||
| 08:33 |
Generally here are the changes made during the work on AsmBB and some work on the GUI library.
Better error check in SocketSendall. Added new function "FileTruncateTo" and implemented for Linux and Win32. Work on the TScrollable class and adapting the TTreeView and TAsmEdit for it. check-in: 3e024fbdf2 user: johnfound tags: FreshLibDev | |
|
2017-04-20
| ||
| 05:58 | Work on TAsmEdit; check-in: 6386df457c user: johnfound tags: FreshLibDev | |
|
2017-04-18
| ||
| 14:11 | Work on TScrollable and TAsmEdit. check-in: b15c441b4d user: johnfound tags: FreshLibDev | |
|
2017-04-16
| ||
| 23:27 | Work on TScrollable; Fixed bug in _realobjects.inc; check-in: e4d69cd129 user: johnfound tags: FreshLibDev | |
| 16:45 | Work on TScrollable class. Now the scrollers can be dragged by the mouse; check-in: d335cd1b07 user: johnfound tags: FreshLibDev | |
|
2017-04-14
| ||
| 08:05 | Added missing KolibriOS file. check-in: 9e39486f06 user: johnfound tags: FreshLibDev | |
|
2017-04-13
| ||
| 15:21 | Removed obsolete files. check-in: d79c120dff user: johnfound tags: FreshLibDev | |
| 15:20 | Work on TAsmEdit; check-in: 4012ccb660 user: johnfound tags: FreshLibDev | |
| 15:19 | Fixed small bug in uconfig.asm; The procedure _BlendPixel has been moved to the OS independent graphics/images.asm; The graphics/draw.asm procedure now is fully OS independent; check-in: bb87024e2e user: johnfound tags: FreshLibDev | |
| 15:15 | Added SocketShutDown function in network.asm; Implemented for Win32 and Linux; FileExists function has been implemented as OS dependent for Linux and Win32 in order to make it much faster. Now it uses sys_newstat and GetFileAttributes insead of open attempt; check-in: f98c983f15 user: johnfound tags: FreshLibDev | |
|
2017-02-08
| ||
| 18:42 | Work on different aspects of multithread applications, timers, event handling, etc. Implemented new debug macro: macro OutputCallStack depth {}; check-in: 43ff3d49ae user: johnfound tags: FreshLibDev | |
|
2017-02-07
| ||
| 21:17 | Working on the GUI multithread support. check-in: 75bcc2e8e9 user: johnfound tags: FreshLibDev | |
|
2017-02-06
| ||
| 08:34 | FASM compiler updatet to v1.71.60 check-in: a9f0a06949 user: johnfound tags: trunk | |