Activity for Luc A.

  • Luc A. Luc A. committed [ff9cef]

    Fixed various warnings

  • Luc A. Luc A. committed [9381e3]

    savestate.c : Fixed almost all warnings and deprecated symbols

  • Luc A. Luc A. committed [76667f]

    Removed all Gtk2 UI file

  • Luc A. Luc A. committed [c73f9a]

    Added in /po missinh 'Makevars' file

  • Luc A. Luc A. committed [fb6e9f]

    Updated configure.ac

  • Luc A. Luc A. committed [68ea73]

    Removed useless .glade files

  • Luc A. Luc A. committed [c2aee7]

    Fixed bugs about gettext catalogs and absent file (LINGUAS)

  • Luc A. Luc A. committed [0175d9]

    Fixed compilation warnings in interface.c & misc.c

  • Luc A. Luc A. committed [e3e6bb]

    Fixed various warnings and deprecated symbols

  • Luc A. Luc A. committed [260c7b]

    Removed deprecated symbols (gtk_image_menus), fixed bug in magic file function

  • Luc A. Luc A. committed [7f366d]

    Updated franch translations

  • Luc A. Luc A. committed [d2122a]

    emoved all deprecadted calls to gtk_con_from_stock in interface.c module.

  • Luc A. Luc A. committed [bfe4e7]

    Added a new function in misc.c in order to use icons in compliant with Gtk 3.10+

  • Luc A. Luc A. committed [3bf225]

    Thanks to Vrej V., inhibited useless submenus in "help" menu. Updated about dialog, removed some deprecated functions.

  • Luc A. Luc A. committed [914f43]

    Modified configure.ac in order clearly use Gtk3 libs

  • Luc A. Luc A. committed [3433ed]

    Improved and less buggy RTF file parser :

  • Luc A. Luc A. committed [b96497]

    Improvements for RTF parsing : added a function to test font families

  • Luc A. Luc A. committed [cffb9a]

    Added an unref for PDF documents in order to free memory

  • Luc A. Luc A. committed [7667b8]

    Updated translations : french, russian, portugue

  • Luc A. Luc A. committed [b7e315]

    Added various informations in the GUI in order to help the user (now the Max Limit criteria is displayed on status bar) ; somme code cleaning (removed non used callback)

  • Luc A. Luc A. committed [5e2a6f]

    Added an information on status bar : the limit for searched files. For example : 16 files found/50 means a limit of 50 files to explore.

  • Luc A. Luc A. committed [a74cd6]

    Various improvments : upgraded default filie search limit to 50 files (interface.c) and added a filesize limit (128 mega bytes) in phase two search (search.c search.h) in order to avoid silly "containg search" inside video and ISo files.

  • Luc A. Luc A. committed [b9ba7b]

    Set up a default conservative value for filename (ie. *.*) for default first lauch of searchmoney

  • Luc A. Luc A. committed [9a0e36]

    Set up by default the treview display to vertical for a fresh install, according to the tutorial screenshots.

  • Luc A. Luc A. committed [dad7e4]

    Patched Interface.c in order to start in DOS/joker mode in cas of a fresh install

  • Luc A. Luc A. committed [50ee88]

    Corrected something : I've forgotten to set the CSS style for textview1 in vertical display mode ;-)

  • Luc A. Luc A. committed [8fa1a1]

    Fixed a worse default value for texteditor and added a default main windows size for fresh installs

  • Luc A. Luc A. committed [e571a9]

    Reactivated complete asynchronous mode.

  • Luc A. Luc A. committed [abc26a]

    Added default values for file editor and file manager. I've choosen not to implement the same facility for the Web Browser for now.

  • Luc A. Luc A. committed [a27958]

    Patched savestate.c module in order to fix very rare mis-highlighting with large SQL files.

  • Luc A. Luc A. committed [7046e0]

    Added a patch (with a global variable) to avoid Gtk's quasi bug about "changed" events for GtkTreeView ; why, I like to avoid machine power wasting ;-)

  • Luc A. Luc A. committed [b177ba]

    Safer segfault protection for big files by using gdk-threads() in order to clean textview

  • Luc A. Luc A. committed [e460d0]

    Temporary patch to avoid segfaults with preview of long files.

  • Luc A. Luc A. committed [006520]

    Various code cleaning, added new icons

  • Luc A. Luc A. committed [50f971]

    Re-enabled Gtk rules hint for treeview

  • Luc A. Luc A. committed [d8e704]

    Removed all hinting and part of cdd speccs in order to be more "compliant" with themes.

  • Luc A. Luc A. committed [432f89]

    Secured Office file parsing : now, for ALL files, we add the char 0x0a at the end. Thus we can avoid very rare warnings from gtkIter() based functions.

  • Luc A. Luc A. committed [bc3365]

    Added a minimal limit to 'showLinesSpinResults' adjustment to 1, yes because a default value of zero is a nonsense.

  • Luc A. Luc A. committed [e4ff5f]

    Search.c : code cleaning

  • Luc A. Luc A. committed [372d76]

    Code cleaned for ODF files ; added some parsing capacities for Open Document Impress and Open Document Calc. Modified function in order to parse Impress (lack of EOF/EOLN).

  • Luc A. Luc A. committed [62ba25]

    Cleaned callbacks (removed forgoten functions from Gtk2 version)

  • Luc A. Luc A. committed [435bdd]

    Updated language files.

  • Luc A. Luc A. committed [4ee32d]

    Added more fancy Tooltips with icons for "lookin/folders" widget.

  • Luc A. Luc A. committed [eb46e8]

    Various cleaning in tooltips about 'lookin' and folders

  • Luc A. Luc A. committed [1d5e8d]

    Removed printf() for debugging

  • Luc A. Luc A. committed [4178a1]

    Cleaned savestate.c from debug warnings

  • Luc A. Luc A. committed [3d9ddb]

    Patched date management, for superior date limit ; it works, but why ?

  • Luc A. Luc A. committed [03da9a]

    Patched module search.c : in order to quit this module when the OLE file it isn't a WORD OLE, for example with an XLS file.

  • Luc A. Luc A. committed [1b4b5e]

    Updated french translations

  • Luc A. Luc A. committed [f473c2]

    Updated interface.c module and uptaded searchmonkey.pot file for translations

  • Luc A. Luc A. committed [54a00f]

    Fixed a warning from the glib in the search.c module, when the MsWord "stream" has a <NULL> name.

  • Luc A. Luc A. committed [92888c]

    A clean and more modern calendar dialog

  • Luc A. Luc A. committed [4f7b5d]

    MOdified interface. c : now the release is 0.9.0

  • Luc A. Luc A. committed [93a119]

    Modifyed realize functions in order to add as tooltip the current folder

  • Luc A. Luc A. committed [9c0c28]

    Now, the tooltip of the "Lookin" ComboBox shows the complete selected path

  • Luc A. Luc A. committed [73d8e4]

    Modiyed version of configure script in order to add portuguese during installation

  • Luc A. Luc A. committed [6c9d19]

    Added two portuguese translation, thanks to Drubuntu91 from french Ubuntu forum !

  • Luc A. Luc A. committed [eea1f1]

    Added containing search inside Rich Text Format Files. Tested with large file (20 Mb) and Chinese file (in order to chack non-latin alphabers)

  • Luc A. Luc A. committed [687918]

    Added containing search inside MS Winword 2.0 (possibly 1.0) binary files. The code should be optimized (noy entirely in buffer).

  • Luc A. Luc A. committed [c61210]

    Added containing search inside old Ms Write files ; should works only with CP437 and Windows-1252, be carefull for non-latin code pages !

  • Luc A. Luc A. committed [c85272]

    Added containg search inside Abiword non-compressed files. Better code for switches between files formats

  • Luc A. Luc A. committed [f8447c]

    Improved detection of Abiword files

  • Luc A. Luc A. committed [94ebbd]

    Added a function in misc.c in order to recognize a file with its internal signature

  • Luc A. Luc A. committed [977c0d]

    Added several functions in order to "peek" in memory

  • Luc A. Luc A. committed [bc49a7]

    Modifyed display of search results : now, the type column is shorter in "DOs" extension style

  • Luc A. Luc A. modified a comment on ticket #15

    Hello Greg. I've using, and testing Gtk Searchmonkey on my Akoya Netbook with a 1024x600 screen. I'm using Xfce+Manjaro+Vala Global Menu, and thus I have a full access to all options. I'm very careful to maintain a compatibility with small screens, because I'm really using small screens. Please see the picture (Gtk2 version) For the new Gtk3 version, I think that the screens is even better used (Gtk3 version) Feel free to reply. Best regards. Luc

  • Luc A. Luc A. modified a comment on ticket #15

    Hello Greg. I've using, and testing Gtk Searchmonkey on my Akoya Netbook with a 1024x600 screen. I'm using Xfce+Manjaro+Vala Global Menu, and thus I have a full access to all options. I'm very careful to maintain a compatibility with small screens, because I'm really using small screens. Please see the picture (Gtk2 version) ![(http://nsa39.casimages.com/img/2018/03/13/180313094812980958.png])] For the new Gtk3 version, I think that the screens is even better used (Gtk3 version) Feel free to reply....

  • Luc A. Luc A. modified a comment on ticket #15

    Hello Greg. I've using, and testing Gtk Searchmonkey on my Akoya Netbook with a 1024x600 screen. I'm using Xfce+Manjaro+Vala Global Menu, and thus I have a full access to all options. I'm very careful to maintain a compatibility with small screens, because I'm really using small screens. Please see the picture (Gtk2 version) ![(http://nsa39.casimages.com/img/2018/03/13/mini_180313092920782561.png])] For the new Gtk3 version, I think that the screens is even better used (Gtk3 version) Feel free to...

  • Luc A. Luc A. modified a comment on ticket #15

    Hello Greg. I've using, and testing Gtk Searchmonkey on my Akoya Netbook with a 1024x600 screen. I'm using Xfce+Manjaro+Vala Global Menu, and thus I have a full access to all options. I'm very careful to maintain a compatibility with small screens, because I'm really using small screens. Please see the picture (Gtk2 version) ![(http://www.casimages.com/i/180313092920782561.png.html][IMG]http://nsa39.casimages.com/img/2018/03/13/mini_180313092920782561.png[/IMG][/url])] For the new Gtk3 version, I...

  • Luc A. Luc A. modified a comment on ticket #15

    Hello Greg. I've using, and testing Gtk Searchmonkey on my Akoya Netbook with a 1024x600 screen. I'm using Xfce+Manjaro+Vala Global Menu, and thus I have a full access to all options. I'm very careful to maintain a compatibility with small screens, because I'm really using small screens. Please see the picture (Gtk2 version) ![(http://www.casimages.com/i/180313092920782561.png.html][IMG]http://nsa39.casimages.com/img/2018/03/13/mini_180313092920782561.png[/IMG][/url])] For the new Gtk3 version, I...

  • Luc A. Luc A. modified a comment on ticket #15

    Hello Greg. I've using, and testing Gtk Searchmonkey on my Akoya Netbook with a 1024x600 screen. I'm using Xfce+Manjaro+Vala Global Menu, and thus I have a full access to all options. I'm very careful to maintain a compatibility with small screens, because I'm really using small screens. Please see the picture (Gtk2 version) ![(http://www.casimages.com/i/180313092920782561.png.html][IMG]http://nsa39.casimages.com/img/2018/03/13/mini_180313092920782561.png[/IMG][/url])] For the new Gtk3 version, I...

  • Luc A. Luc A. modified a comment on ticket #15

    Hello Greg. I've using, and testing Gtk Searchmonkey on my Akoya Netbook with a 1024x600 screen. I'm using Xfce+Manjaro+Vala Global Menu, and thus I have a full access to all options. I'm very careful to maintain a compatibility with small screens, because I'm really using small screens. Please see the picture (Gtk2 version) ![(http://www.casimages.com/i/180313092920782561.png.html][IMG]http://nsa39.casimages.com/img/2018/03/13/mini_180313092920782561.png[/IMG][/url])] For the new Gtk3 version, I...

  • Luc A. Luc A. modified a comment on ticket #15

    Hello Greg. I've using, and testing Gtk Searchmonkey on my Akoya Netbook with a 1024x600 screen. I'm using Xfce+Manjaro+Vala Global Menu, and thus I have a full access to all options. I'm very careful to maintain a compatibility with small screens, because I'm really using small screens. Please see the picture (Gtk2 version) ![([URL=http://www.casimages.com/i/180313092920782561.png.html][IMG]http://nsa39.casimages.com/img/2018/03/13/mini_180313092920782561.png[/IMG][/url])] For the new Gtk3 version,...

  • Luc A. Luc A. posted a comment on ticket #15

    Hello Greg. I've using, and testing Gtk Searchmonkey on my Akoya Netbook with a 1024x600 screen. I'm using Xfce+Manjaro+Vala Global Menu, and thus I have a full access to all options. I'm very careful to maintain a compatibility with small screens, because I'm really using small screens. Please see the picture (Gtk2 version) For the new Gtk3 version, I think that the screens is even better used (Gtk3 version) Feel free to reply. Best regards. Luc

  • Luc A. Luc A. posted a comment on ticket #14

    Hello. I'm not sure to understand your request, can you explain more, and, if you have some time, propose a draft or a scenario ? Do you ask for an "hex mode", like this : 1- in the "containing" field we type an Hex value like #FFC0 or 0xBB5A ? 2- we choose, for example, .doc (Word before 2007) files as filter. 3- we launch the search, and we wait until Searchmonket finds the hex string inside the files ? It's OK ? As you, I'm not happy with the Hex editors iunder Linux. or example, I must laucnh...

  • Luc A. Luc A. committed [21e90d]

    modified makefile and configure in order to compile the Gtk3 branch

  • Luc A. Luc A. committed [6b1609]

    Added files

  • Luc A. Luc A. committed [65eabf]

    Gtk3 versions of callbacks.c and callbacks.h

  • Luc A. Luc A. committed [d599d5]

    Added all others Gtk3 source files

  • Luc A. Luc A. committed [82ec4e]

    Makefile Gtk3

  • Luc A. Luc A. committed [0e3a82]

    GTk versions of interface.c and interface.h

  • Luc A. Luc A. committed [36990e]

    Modifyed (reduced size) of Filter icon

  • Luc A. Luc A. committed [dfbd6e]

    Completed bug tracking about highlighting color choice ; now, it remains consistant when the user change from/to horizontal/vertical display.

  • Luc A. Luc A. committed [246095]

    Improved filter icon

  • Luc A. Luc A. committed [3a0bbc]

    Added a new "filter" icon in /pixmaps directory

  • Luc A. Luc A. committed [a4006e]

    Commit to finalize previous : modifiyed font and higlight menus and associated callbacks.

  • Luc A. Luc A. committed [608901]

    Fixed bugs about saving of user's preferences on Highlight color and Font for display ; since the display mode is horizontal or vertical, the preferebces are correctly saved or not. Fixed.

  • Luc A. Luc A. committed [3ed51c]

    Fixed crashes when the files are a length of zero bytes

  • Luc A. Luc A. committed [820f9e]

    Corrected borders toot large with dark themes

  • Luc A. Luc A. committed [e4ef83]

    Changed default basis Icon for Linux system's menu to the more flatish from 2018

  • Luc A. Luc A. committed [4c0ce7]

    Corrected function remove_spaces()

  • Luc A. Luc A. committed [a966ff]

    Removed a warning

  • Luc A. Luc A. committed [78f9e5]

    Replaced GDK_ by GDK_KEY_ in order to prepare transition to GTK 3

  • Luc A. Luc A. committed [5f15ba]

    FIXED all GDK/GTK warnings and critical warnings ; various objects was intended to be referenced but never created. Changed deprecated gtk_widget_ref to g_object_ref ; removed explicit gtktext_view_overwrite because as they are default, Gtk claims a warning

  • Luc A. Luc A. committed [eb2fad]

    Removed GtkWarnings about gtk-adjustment non-zero page

  • Luc A. Luc A. committed [471485]

    Fixed a bug about size displayed for Office documents when Searchmonkey launched a deep text search

  • Luc A. Luc A. committed [42161c]

    Fixed a bug with filenames with spaces ; nothing was opened by the default editor

  • Luc A. Luc A. committed [4fee25]

    Added translations to the desktop launcher

  • Luc A. Luc A. committed [37f3b8]

    Updated french trsnlation

  • Luc A. Luc A. committed [955820]

    Implemented UTF 16 and 32 detection

1 >
MongoDB Logo MongoDB