Activity for Tilem - TI Linux Emulator

  • kelynne kelynne posted a comment on discussion Open Discussion

    Infinitely many thanks for making Tilem!! It's perfect<3

  • contra-sh contra-sh posted a comment on discussion Open Discussion

    Can't say it better... Many thanks also :)

  • contra-sh contra-sh posted a comment on discussion Help

    Thank you a lot Hank Frami :)

  • Brian Redbeard Brian Redbeard posted a comment on discussion Open Discussion

    many, many thanks!

  • kelynne kelynne posted a comment on discussion Open Discussion

    I hope someone still visits these forums! Anyway, I threw together a new skin for the TI84Plus ROM using the image from here: https://commons.wikimedia.org/wiki/File:TI-84_Plus.svg Just wanted to share for anyone who might want to use it.

  • contra-sh contra-sh committed [r809]

    Small doc updates

  • contra-sh contra-sh committed [r808]

    Small doc updates

  • contra-sh contra-sh committed [r807]

    Small updates to doc

  • contra-sh contra-sh committed [r806]

    Update doc mainly to add code tags and bold text

  • contra-sh contra-sh committed [r805]

    Update doc

  • contra-sh contra-sh committed [r804]

    Update doc

  • contra-sh contra-sh committed [r803]

    Update doc

  • contra-sh contra-sh committed [r802]

    Remove or comment more deprecated symbols

  • contra-sh contra-sh committed [r801]

    More deprecated alignment removal. Honestly it's not 1:1 migration yet but mostly brutal and a dirty. Need to do a second pass to adjust all alignement correctly (for instance screenshot preview is floating when we open the options)

  • contra-sh contra-sh committed [r800]

    gtk_misc_set_alignment is deprecated in 3.14. Use gtk_widget_set_halign instead.

  • contra-sh contra-sh committed [r799]

    gtk_misc_set_alignment is deprecated in 3.14. Use gtk_widget_set_halign instead.

  • contra-sh contra-sh committed [r798]

    Few doc changes

  • contra-sh contra-sh committed [r797]

    Doc textwidth=80. Line breaks should not appear in the rendered document.

  • contra-sh contra-sh committed [r796]

    gtk_tree_view_set_rules_hint is deprecated in GTK 3.14... How to do zebra stripping then ?

  • contra-sh contra-sh committed [r795]

    oops

  • contra-sh contra-sh committed [r794]

    GTK_STOCK_ are depreacted in GTK 3.10

  • contra-sh contra-sh committed [r793]

    gtk_dialog_set_alternative_button_order is deprecated in gtk 3.10

  • contra-sh contra-sh committed [r792]

    Remove usage of gtk_alignment. Need probably to reimplement something to replace it or remove the function call if not.

  • contra-sh contra-sh committed [r791]

    gtk_dialog_set_alternative_button_order is deprecated in gtk 3.10

  • contra-sh contra-sh committed [r790]

    Convert LaTeX documentation to markdown (GFM flavor). First draft.

  • contra-sh contra-sh committed [r789]

    Small doc updates

  • kangalioo kangalioo posted a comment on ticket #12

    Thank you for the explanation. I'll just use the revision 758 then :)

  • contra-sh contra-sh posted a comment on ticket #12

    Hello, We are glad to hear your kind feedback :) You are using a very broken version, it is my fault, I started to migrate tilem2 to GTK3 without doing a dedicated branch. Therefore the current "latest" svn version is not something you should use. More generally, it is usually not a good idea to rely on the latest development version as it is evolving (ok not so much lately) and potentially broken. Please use svn commit 758 instead which is the current "stable" version or download from here : https://sourceforge.net/projects/tilem/files/tilem/2.0/...

  • kangalioo kangalioo created ticket #12

    Skin image is not loaded properly

  • Hank Frami Hank Frami posted a comment on discussion Help

    Ancient post, but top google result for this issue. Adding "-lm" to the TICALCS_LIBS line in /tilem-2.0/gui/Makefile worked for me on Debian 10.

  • contra-sh contra-sh committed [r788]

    Remove deprecated GtkIconSet. Only adding search path works fine.

  • contra-sh contra-sh committed [r787]

    Fix row and column spacing into grid

  • contra-sh contra-sh committed [r786]

    GtkGrid migration : screenshot.c moved away from GtkTable + some warnings removal

  • contra-sh contra-sh committed [r785]

    GtkGrid migration : breakpoints.c moved away from GtkTable + some warnings removal

  • contra-sh contra-sh committed [r784]

    GtkGrid migration : audiosetup.c moved away from GtkTable

  • contra-sh contra-sh committed [r783]

    GtkGrid migration : keypaddlg.c moved away from GtkTable. Note that input bit hbox could use also GtkGrid (it has to respect keys alignment...)

  • contra-sh contra-sh committed [r782]

    GtkGrid migration : linksetup.c moved away from GtkTable

  • contra-sh contra-sh committed [r781]

    Correct signal function

  • contra-sh contra-sh committed [r780]

    Fix bug when entering debugger

  • contra-sh contra-sh committed [r779]

    Deprecated + fix warning

  • contra-sh contra-sh committed [r778]

    Drop one remaining vbox

  • contra-sh contra-sh committed [r777]

    GdkColor -> GdkRGBA : config saving and loading is now working fine

  • contra-sh contra-sh committed [r776]

    GdkColor removal : Make conversion direction into function call

  • contra-sh contra-sh committed [r775]

    Replace GdkColor per GdkRGBA

  • contra-sh contra-sh committed [r774]

    Remove deprecated gtk_new_from_stock

  • contra-sh contra-sh committed [r773]

    Same thing. Function has to be replaced instead GTK_STOCK symbol...

  • contra-sh contra-sh committed [r772]

    I have to change function instead GTK_STOCK symbol. Revert modif.

  • contra-sh contra-sh committed [r771]

    Indent

  • contra-sh contra-sh committed [r770]

    Remove partially deprecated GtkStock symbols

  • contra-sh contra-sh committed [r769]

    gtk_vbox_new and gtk_hbox_new are deprecated. Use gtk_box_new instead with GTK_ORIENTATION_VERTICAL or GTK_ORIENTATION_HORIZONTAL.

  • ClearSky ClearSky posted a comment on discussion Help

    I have Linux Mint 16 KDE 64-bit, and I wanted to install the Texas Instruments Emulator from http://lpg.ticalc.org/prj_tilem/download.html. I downloaded and extracted the source code, and installed all the necessary packages that were mentioned in the install doc. In the terminal I typed "./configure", and then "make", after which I've got the following error message: /usr/bin/ld: ../emu/libtilemcore.a(graycolor.o): undefined reference to symbol 'pow@@GLIBC_2.2.5' /lib/x86_64-linux-gnu/libm.so.6:...

  • contra-sh contra-sh committed [r768]

    It is partially broken (debugger)... Full of commented code... With some quick and dirty code... But it compiles with gtk3 :D I will arrange issues mentionned earlier in the incoming commits but it still deserves a commit at least as a matter of backup.

  • contra-sh contra-sh committed [r767]

    Use new gdk names for keyboard keys

  • contra-sh contra-sh committed [r766]

    Use accessor

  • contra-sh contra-sh committed [r765]

    Drop deprecated g_thread_new, g_cond_new and g_mutex_new and friends and use g_thread_init, g_cond_init and g_mutex_init and friends. Fix warning.

  • contra-sh contra-sh committed [r764]

    Fix warning unused var

  • contra-sh contra-sh committed [r763]

    Fix some warnings : deprecated, warn_unused_return, unused var, incompatible assignment.

  • contra-sh contra-sh committed [r762]

    Fix warnings (warn_unused_return defined in some libc distributions)

  • contra-sh contra-sh committed [r761]

    Edit THANKS file

  • contra-sh contra-sh committed [r760]

    Apply patch from JK Wood (I guess). Patch found on slackbuilds.org. This patch is related to 64bits machines compatibility.

  • contra-sh contra-sh modified ticket #9

    Mac Compilation

  • contra-sh contra-sh posted a comment on ticket #9

    Glad to hear it ! Thank you for your feedback :)

  • contra-sh contra-sh modified ticket #11

    Incorrect FSF errors in gui/skinops.{c,h}

  • contra-sh contra-sh posted a comment on ticket #11

    First, thank you for the report and for your effort in packaging tilem2 :) I fixed it in the latest commit. Best regards. Thibault

  • contra-sh contra-sh committed [r759]

    Fix FSF GPLv2+ copyright notice (skinops.h and skinops.c) as reported by TC01.

  • TC01 TC01 created ticket #11

    Incorrect FSF errors in gui/skinops.{c,h}

  • Benjamin Moody Benjamin Moody committed [r758]

    Fix some minor linking issues.

  • Benjamin Moody Benjamin Moody committed [r757]

    Avoid undefined behavior when reading clock.

  • Benjamin Moody Benjamin Moody committed [r756]

    Fix emulation of addition with 16-bit index reg...

  • Michael Gruben Michael Gruben modified a comment on ticket #10

    Ok, after reading keybindings more closely, 'm' on the TI-83+ is not supposed to...

  • Michael Gruben Michael Gruben posted a comment on ticket #10

    Ok, after reading keybindings more closely, 'm' on the TI-83+ is not supposed to...

  • Michael Gruben Michael Gruben modified a comment on ticket #10

    Also, running tilem 2.0-1 Attached is keybindings.ini

  • Michael Gruben Michael Gruben posted a comment on ticket #10

    Also, running tilem 2.0-1

  • Michael Gruben Michael Gruben created ticket #10

    Keyboard mismatch

  • David McGovern David McGovern created ticket #9

    Mac Compilation

  • Benjamin Moody Benjamin Moody committed [r755]

    Fix list of Flash sectors for 84+CSE

  • Benjamin Moody Benjamin Moody committed [r754]

    Fix copyright statement

  • Benjamin Moody Benjamin Moody committed [r753]

    Show the correct set of compatible file types f...

  • Benjamin Moody Benjamin Moody committed [r752]

    Detect .8c? as TI84+CSE.

  • Benjamin Moody Benjamin Moody committed [r751]

    Remember zoom settings separately for large scr...

  • Tilem - TI Linux Emulator Tilem - TI Linux Emulator released /OldFiles/tilem_0-925.tar.gz

  • lombe lombe created ticket #8

    Keys need to be pressed twice with touchscreen devices

  • Benjamin Moody Benjamin Moody committed [r750]

    Better emulation of ILI9335 pixel read operations.

  • Benjamin Moody Benjamin Moody committed [r749]

    Delete 84pcse branch which has now been integra...

  • Benjamin Moody Benjamin Moody committed [r748]

    Merge 84pcse branch into trunk.

  • Benjamin Moody Benjamin Moody committed [r747]

    Emulate the ILI9335 "ORG" mode.

  • Benjamin Moody Benjamin Moody posted a comment on ticket #7

    It's true, imperfect emulation is better than none in a case like this. And it looks...

  • Benjamin Moody Benjamin Moody modified ticket #6

    Cannot enter 0 on 86 keyboard

  • Benjamin Moody Benjamin Moody posted a comment on ticket #6

    Thanks for reporting this issue. Thibault already fixed this, and the corrected skin...

  • Benjamin Moody Benjamin Moody modified ticket #5

    CSE port 2 & 24 not implemented

  • Benjamin Moody Benjamin Moody posted a comment on ticket #5

    Thanks. I've applied this patch and done the same for port 2 on the 83+SE/84+/84+SE...

  • Benjamin Moody Benjamin Moody committed [r746]

    Implement port 2 (output, for all SE/84+ models...

  • Benjamin Moody Benjamin Moody posted a comment on ticket #7

    Thank you for reporting this. I'm aware of the issue and I've been working on it,...

  • Thomas Moore Thomas Moore created ticket #7

    ORG LCD write mode missing on 84pcse

  • Roy Thistle Roy Thistle created ticket #6

    Cannot enter 0 on 86 keyboard

  • contra-sh contra-sh modified ticket #5

    CSE port 2 & 24 not implemented

  • contra-sh contra-sh posted a comment on ticket #5

    Thank you for this report and the patch ;) We will handle this soon. Best regard...

  • contra-sh contra-sh modified ticket #4

    Unbreak parallel builds (make -jX)

  • contra-sh contra-sh posted a comment on ticket #4

    Thank you for the report. Fixed with r740 (https://sourceforge.net/p/tilem/code/740/)...

  • Thomas Moore Thomas Moore created ticket #5

    CSE port 2 & 24 not implemented

1 >